@dreamworld/web-util
Advanced tools
Comparing version 1.4.0-open-virtual-keyboard-new.3 to 1.4.0-trigger-release.1
@@ -28,3 +28,4 @@ | ||
* - it creates an offscreen (invisible) `input`. | ||
* - it actually puts focus into that input. So, Virtual keyboard popsup. | ||
* - it actually puts focus into that input with preventScroll. So, Virtual keyboard opened. | ||
* | ||
* - This offscreen input is then removed when it looses the focus. | ||
@@ -55,3 +56,3 @@ * | ||
let elInput = createInput(); | ||
elInput.focus(); | ||
elInput.focus({ preventScroll: true }); | ||
focused = true; | ||
@@ -58,0 +59,0 @@ log.debug("focused"); |
{ | ||
"name": "@dreamworld/web-util", | ||
"version": "1.4.0-open-virtual-keyboard-new.3", | ||
"version": "1.4.0-trigger-release.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13683
254