bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Empty page with InAppBrowser after clicking back button on Android devices

Hi All,

Im using the inappbrowser and there are some links inside the pages (like tel:234245), when i open the phone caller and click on the back button on the device an empty html page will be shown in stead of returning back to the mobile application.

I have used window open with the _blank option, because of the header which i have manually added. _system is not an option, because of the fixed header which i want to add...

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Empty page with InAppBrowser after clicking back button on Android devices

Hi Bal -

Of course you would see blank page, because you are opening new page instance with no history.
You need to close current page to see you app's page.

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Empty page with InAppBrowser after clicking back button on Android devices

What is the best way to achieve this? So when we are in the dialer mode, and click on the back button of android, then closing the dialer? How can i catch that event?

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Empty page with InAppBrowser after clicking back button on Android devices

Checked, but still no idea's how to remove the blank page when clicking on the back button. It should jump back into the app...

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Empty page with InAppBrowser after clicking back button on Android devices

Hello Bal,

Unfortunately looks like this is a normal behavior of this plugin. You may try to modify it, hope these links will be useful for you:
http://stackoverflow.com/questions/20...
http://stackoverflow.com/questions/26...
http://stackoverflow.com/questions/16...

bal
Posts: 0
Joined: Sat Nov 22, 2014 8:04 pm

Empty page with InAppBrowser after clicking back button on Android devices

None of them have worked. What to do?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Empty page with InAppBrowser after clicking back button on Android devices

Hello Bal,

It the proposed approaches don't work for you you may try to use another plugin or search for the solution about how to change this plugin online. We are very sorry, but plugins are outside the scope of our support. (http://devcenter.appery.io/support-po...)

Return to “Issues”