Page 1 of 1

JQM: Appery Inapp Browser does not work

Posted: Mon Oct 05, 2020 3:51 am
by anywhere

When doing window.open(some url, _system) the url is not displayed within the app like it did in the past. A seperate browser session is opened.


Re: JQM: Appery Inapp Browser does not work

Posted: Mon Oct 05, 2020 7:32 am
by Evgene Karachevtsev

Hello,

Could you please specify if you get any errors in a browser console when you test this feature?


Re: JQM: Appery Inapp Browser does not work

Posted: Sat Nov 28, 2020 1:01 pm
by Chris..

Just wondering if you found a solution to this problem. None of my '_system' links are opening in the system browser (Safari) on iOS devices.

I've tried using both:

Code: Select all

cordova.InAppBrowser.open(url, target, options);

and

Code: Select all

window.open(url, target, options);

(with

Code: Select all

window.open = cordova.InAppBrowser.open;

run on deviceready)

as outlined in the Cordova documentation, but neither works.

I'm running Cordova iOS 6.1.1 and InAppBrowser 4.0.0.

Thanks,

Chris


Re: JQM: Appery Inapp Browser does not work

Posted: Mon Nov 30, 2020 3:18 pm
by Serhii Kulibaba

Hello,

Please check all of these types of browsers:
_self
_blank
_system

_blank should open the inAppBrowser here


Re: JQM: Appery Inapp Browser does not work

Posted: Mon Nov 30, 2020 8:27 pm
by Chris..

Shortly after posting this, I discovered a change to a source file was the cause of the problem. However, I couldn't find where to delete my pending post.

Thanks all the same for the reply!


Re: JQM: Appery Inapp Browser does not work

Posted: Wed Dec 02, 2020 5:10 pm
by Serhii Kulibaba

Glad to hear things are sorted out now!