Page 2 of 2

Not able to do certain things on the inapp browser

Posted: Sun Aug 23, 2015 9:47 am
by Serhii Kulibaba

Hello,

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


Not able to do certain things on the inapp browser

Posted: Sun Aug 23, 2015 8:21 pm
by ScaryFace87

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());


Not able to do certain things on the inapp browser

Posted: Wed Aug 26, 2015 11:09 am
by ScaryFace87

Little bumb? I rlly need this


Not able to do certain things on the inapp browser

Posted: Wed Aug 26, 2015 12:41 pm
by Illya Stepanov

[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?


Not able to do certain things on the inapp browser

Posted: Wed Aug 26, 2015 1:27 pm
by ScaryFace87

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


Not able to do certain things on the inapp browser

Posted: Wed Aug 26, 2015 2:30 pm
by Illya Stepanov

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).


Not able to do certain things on the inapp browser

Posted: Fri Aug 28, 2015 6:54 pm
by ScaryFace87

Hello ,

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

Greetings