cordova phonegap android 5 time picker missing Set button Cancel and Clear buttons only -
cordova 3-6-3, android 5 lollipop
tap on time input pops time picker set button missing.
got email user screenshot showing in app (jquerymobile 4.0 ui), android 5 (lollipop on nexus device) time picker comes cancel , clear buttons only. set button missing, there no way change time, while 4.2.2 there no issue.
to test further did following tests:
1) made clean webpage (not app, web html page) time input field , ask user try it. prompted correct popup cancel, clear, set buttons. so, android 5 lollipop ok on clean html page loaded in browser.
2) created helloworld basic cordova app (no jqm plain cordova app) time input in main page , sent user. installed , reported same issue, sent screenshot showing same problem: set button missing cancel , clean button only.
any ideas workaround or how fix this?
one solution use regular text input , limit input 0123456789: chars only, dunno if option.
you can solve problem using crosswalk instead on default webview cordova uses default. when install crosswalk going replace buggy webview android comes , uses crosswalk browser instead.
if considering using ionic framework in future make sure have version later ionic 1.3.2. should able add crosswalk running command
$ ionic browser add crosswalk
Comments
Post a Comment