Open MayankLogiciel opened 9 years ago
This seems (this solves the native dropdown crash) issue 3 to be fixed in 2.1.0 release as written in your changelog. But i am using 2.4.3 release and still facing app crashing issue on android version 4.1.2.
My Environment: Cordova Cli - 4.3.0 Ionic - 1.3.16 webview+ - 2.4.3
Simple html code with cordova and webview+ not showing select popup properly on my samsung tablet with android version 4.1.2 . But it has no problem on my samsung mobile(Grand I9082) with android version 4.2.2
Issues on android version 4.2.2, samsung tablet :
a) Single select - not triggering android native select popup but actually showing options with no background below the html select element b) Multiple select - crashing app on clicking mutiple select.
Note: see top left of images for select input.
I have added two images(after_webview_plus & before_webview_plus) demonstrating issue with select input.
//after webview plus added
//before webview plus added