di

Search

You can find the results of your search below.

inappbrowser
7 Hits, Last modified:
wser ====== ===== backbutton ===== With these modifications the hardware back button works within pa... om/org/apache/corodova/inappbrowser/**InAppBrowserDialog.java** change <code java> public void onBackP... { if (this.inAppBrowser == null) { this.dismiss(); } else { // better to go through... clean up this.inAppBrowser.closeDialog(); } } </code> to <code java>