You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue when i scroll my main page in my NS app.
The page contains many text field and when i touch one of them, the page scroll on the focused text field.
The problem is when i touch some of the first textfields:
The keyboard appear
The page scroll on the focused textfield
Is not possible to scroll down on the other textfields
@salvatorebnt Did you manage to find any solution? I'm currently having the same issue specially on iOS. android seem to work fine if pushes the element focused above the keyboard
Environment:
Angular CLI: 11.2.3
Angular: 11.0.9
Node: 14.16.0
Typescript: 4.0.5
Nativescript: 7.1.2
I am having an issue when i scroll my main page in my NS app.
The page contains many text field and when i touch one of them, the page scroll on the focused text field.
The problem is when i touch some of the first textfields:
Some code:
home.component.html
package.json:
I have built a playground:
https://play.nativescript.org/?template=play-ng&id=mijGSn
The problem is not present in the playground... So, I just downloaded the code from playground, migrated the code for NS7 and built it locally. Locally is present the issue..
Any hint on how to solve?
I attach the migrated code: https://drive.google.com/file/d/1PnDz-GEYVCqjeywSaCCHvlfz2r6-Wq6j/view?usp=sharing
Thanks in advance!!
The text was updated successfully, but these errors were encountered: