Cross-platform modules: (check the 'version' attribute in the
node_modules/@nativescript/core/package.json file in your project)
Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
Plugin(s): (look for the version numbers in the package.json file of your
project and paste your dependencies and devDependencies here)
Add textview inside pager. keyboard opens on focus of textview control, when user taps any key keyboard the keyboard dismisses, unable to continue typing.
Happened after we upgraded to ns7.
If I place a textview outside of the pager it does not happen.
{ "description": "NativeScript Application", "license": "SEE LICENSE IN",
"repository": "",
"scripts": {
"lint": "eslint \"app/*/.js\""
},
"dependencies": {
"@nativescript/core": "7.3.0",
"@nativescript/firebase": "^11.1.3",
"@nativescript/iqkeyboardmanager": "^2.0.0",
"@nativescript/local-notifications": "^5.1.0",
"@nstudio/nativescript-pulltorefresh": "^3.0.1",
"@triniwiz/nativescript-pager": "^13.0.0",
"nativescript-appversion": "^1.4.4",
"nativescript-audio": "^5.1.1",
"nativescript-barcodescanner": "^3.4.2",
"nativescript-infinea": "file:plugins/nativescript-infinea-1.0.1.tgz",
"nativescript-social-share": "^1.6.0",
"nativescript-theme-core": "^2.0.24",
"nativescript-ui-chart": "^8.0.2",
"nativescript-ui-sidedrawer": "^9.0.3",
"nativescript-windowed-modal": "^7.0.0",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@nativescript/ios": "7.2.0",
"@nativescript/webpack": "^3.0.9",
"eslint": "~5.8.0",
"node-sass": "^4.7.1"
},
"gitHead": "",
"readme": "NativeScript Application",
"main": "app.js"
}
tns --version
to fetch it)node_modules/@nativescript/core/package.json
file in your project)"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)package.json
file of your project and paste your dependencies and devDependencies here)Add textview inside pager. keyboard opens on focus of textview control, when user taps any key keyboard the keyboard dismisses, unable to continue typing. Happened after we upgraded to ns7.
If I place a textview outside of the pager it does not happen.