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

Not able to do certain things on the inapp browser

Hello,

All works fine for us. Please look this tutorial: https://devcenter.appery.io/tutorials...

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Not able to do certain things on the inapp browser

Hello ,

I dont see they're using a javacode there so tried to make it work for just 1 link ;
but im not sure how to name the first one i assume it should look like this
but the "radioGroup" im unsure about it.
var radioGroup = $('input[name=browser_type_group]:checked');
window.open(Apperyio('appery.io').val(), radioGroup.val());

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Not able to do certain things on the inapp browser

Little bumb? I rlly need this

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Not able to do certain things on the inapp browser

[quote:]
var radioGroup = $('input[name=browser_type_group]:checked');
window.open(Apperyio('appery.io').val(), radioGroup.val());
[/quote]

Could you please explain what you are trying to do with this code?

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Not able to do certain things on the inapp browser

Well after looking at the tutorial that Sergiy sent it includes this little code to open the page in a browser since it wasnt working properly for me as i told before

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Not able to do certain things on the inapp browser

To use redirection on the device you can add a listener http://cordova.apache.org/docs/en/3.3... to an InAppBrowser Exit event, and execute any actions in this listener callback (and also refresh any page or navigate to any page).

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

Not able to do certain things on the inapp browser

Hello ,

Sorry but my knowledge isnt that good.
I"ll guess i just let people open it trought their default browser

Greetings

Return to “Issues”