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
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!!