Im using parts of this documentation
https://devcenter.appery.io/tutorials...
The one that I need to implement is InAppBrowser _blank
But all of them are showing as cordova _self
The Java Script is as this:
window.open(localStorage.getItem('d_twitter'), 'system');
window.open(localStorage.getItem('d_twitter'), 'self');
window.open(localStorage.getItem('d_twitter'), '_blank');
LocalStorage 'd_twitter' = http://twitter.com/dresdenpartners
My libreries are: 3.1
Hope you have a turn around I need with the done button on the bottom, if I do a direct navigate to url on actions I do have it as a direct url, but don ́t know how to insert a LSV on that field.
Best