nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
218 stars 80 forks source link

TextView inside bottomsheet results unusual behaviour in IOS while typing #151

Open vasudevpareek07 opened 4 years ago

vasudevpareek07 commented 4 years ago

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.

farfromrefug commented 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

asciidiego commented 4 years ago

I think I have the same issue. Are you maybe using validation @vasudevpareek07 ?