android - Apache Cordova InAppBrowser shows keyboard and hides it immediatly -
i've got cordova phonegap application, loading google authorisation page. if click on input field, keyboard shows 300ms , closes instantly. have done wrong? open inappbrowser in next way:
this.popup = window.open( c_encode(self.providerurls[provider]), "_blank",
"enableviewportscale=yes,location=yes" );
best regards
daniel gruber
do utilize executescript functionality of inappbrowser plugin? maybe interval?
this close keyboard on older devices, see bug: https://issues.apache.org/jira/browse/cb-5449
android apache cordova keyboard inappbrowser
No comments:
Post a Comment