apache / cordova-plugin-dialogs

Apache Cordova Dialogs Plugin
https://cordova.apache.org/
Apache License 2.0
288 stars 351 forks source link

navigator.notification.prompt "longer" text on ios #111

Open Dimigergo opened 5 years ago

Dimigergo commented 5 years ago

Hello!

When I enter a long text to the prompt dialog the ios doesn't wrap into multiple lines and I can't see the whole message. Android is works well.

iphone

Is there any way to wrap the text on ios?

Thanks in advance!

janpio commented 5 years ago

Can you post a screenshot how it looks on Android? Do you have any examples on iOS that show the text being wrapped when it gets longer than a line?

Dimigergo commented 5 years ago

This is the Android screenshot woth the same cordova code:

screenshot

I don't use iPhone so I don't know if it is possible to make example for it.

Thanks!