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

InAppBrowser don't load

Could you please remind, where have you mentioned the reference to your public app?

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

InAppBrowser don't load

Hello Yoram,

Could you please give us step-by-step instruction so we can reproduce this issue?

Yoram Harth
Posts: 0
Joined: Mon Aug 04, 2014 10:59 am

InAppBrowser don't load

  1. Click the icon on the upper right side (the upper bar)

    1. Click on "Products"

    2. Click on "Acne cleansers"

    3. Click on the link "Acnefree Oil Free Acne Cleanser, 8 Ounce"
      The link loads for a second the InAppBrowser but afterwards the InAppBrowser disappear and the website is shown in the app(without a back/done option).

      This is the JS code:
      var a = $('a[name=html_180_link]');
      window.open(a.attr('href'),'_blank', 'location=yes');
      The html and JS code are in xacnecleanser page under products..

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

InAppBrowser don't load

Yoram,

The fact that you have to click on a normal link, which opens a new page. You should hide this html component, add a button, clicking on which you should call this code:
prevar a = $('a[name=html_180_link]');
window.open(a.attr('href'), '_blank', 'location=yes');/pre

Yoram Harth
Posts: 0
Joined: Mon Aug 04, 2014 10:59 am

InAppBrowser don't load

Many thanks . It's working !!!

Return to “Issues”