I'm using inappbrowser on the phonegap to open an external link inside my app.
Use this way
var ref = cordova.InAppBrowser.open('http://google.com', '_blank', 'location=no');
When I open the phonegap desktop and emulate it on my phone, i...
asked by
01.09.2016 / 02:09