Start a new topic

Internal web browser doesn't work with URL on Samsung S7.

Internal web browser doesn't work with URL on Samsung S7.


Hi Javier,
Could you send us the url that is not working on the S7?

Best regards,

Andreas

I have similar problem , if you dont mind put true on second parameter to open on external browser; its a bug on the sdk i think;

Hi:

I'm using this code to show an URL in the internal browser and it works fine on iOS and in Samsung S7, opens a blank page and nothing at all... Any idea? In the Xperia Z it works... What happens with Samsung!!!

I have another link that has a Google Maps location address and it works...

// Opens the URL in the internal browser.
var m = World.currentMarker;
AR.logger.debug("poi = " + m.poiData.url);
AR.context.openInBrowser(m.poiData.url);

 
Login or Signup to post a comment