Open vasudevpareek07 opened 4 years ago
@vasudevpareek07 a very simple reproducable sample project could help. Also maybe a quick video could help understand the behavior you dont want
I think I have the same issue. Are you maybe using validation @vasudevpareek07 ?
Hi @farfromrefug,
I am using Nativescript with Angular.
I have used TextView inside bottomsheet, Bottomsheet opens properly in both IOS and Android.
When I start typing something in TextView, content inside bottomsheet moves up in IOS, whereas in Android, everthing works fine.
When I use TextField inside bottomsheet and start typing, it doesn't move the content, it works fine in both the platforms. But I want to use TextView inside bottomsheet according to my usecase. Any quick help would be appreciated. Thanks.
I am using: "nativescript-material-bottomsheet": "^3.1.15", Angular version: 8.2.0 Nativescript version: 6.4.1 Note: It is happening in all the versions of IOS.