Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Bugg in AppBrowser

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Bugg in AppBrowser

Hello Carlos,

Please clarify the question?

But all of them are showing as cordova _self
Where did you test that code? Please run it on the device as a native app (installed from .apk or .ipa), not in the Appery.io tester

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Bugg in AppBrowser

I did build an iOS and test local on an iphone 6s

The link hits the twitter link so I presume the LSV is well declare

On the other hand
I was tring to do this on Click event as Navigate to Link, but ther I can only write the URL or how can I put a LSV

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Bugg in AppBrowser

Please look at this documentation how to set storage variable: https://devcenter.appery.io/documenta...

Return to “Issues”