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);
J
Jose Luis Rios
said
about 7 years ago
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;
A
Andreas Schacherbauer
said
about 7 years ago
Hi Javier, Could you send us the url that is not working on the S7?
Javier Campos