Page 2 of 3

window.open problem

Posted: Wed Oct 05, 2016 7:26 am
by Serhii Kulibaba

Please use JS below for that:

prewindow.open(url, '_blank', 'location=yes');/pre

here url - name of the variable with an URL


window.open problem

Posted: Wed Oct 05, 2016 12:45 pm
by Istvan

It was the first, but dosnt work. Dont load the browser/page only if i tap on call the phone number picture (with tap event). Then open the call dialog window and under this dialog loading browser with url.
Unfortunately in the browser test and appery tester on IOS working. You can see the problem when install on device


window.open problem

Posted: Wed Oct 05, 2016 3:22 pm
by Istvan

I have other window.open... in this app. I tested and those are doing nothing too :-(.


window.open problem

Posted: Wed Oct 05, 2016 3:25 pm
by Istvan

If i try
window.location.href = ''+url+'' then open the url but no back and navigation toolbar ofcourse


window.open problem

Posted: Thu Oct 06, 2016 6:46 am
by Serhii Kulibaba

Please clarify, did you include inAppBrowser plugin in that app? Image

Could you clarify have you changed anything on the Source tab?

If you did, these custom changes might cause the build to fail. Try to rollback the custom source changes and try to build the app again. Here is how to rollback custom source change: https://docs.appery.io/docs/appbuilde...

When you make changes in the Source view for a particular page, the visual editor for that page will not be updated (until you rollback the changes).


window.open problem

Posted: Thu Oct 06, 2016 6:57 am
by Istvan

I didnt change in source at all. Image
but i do it a "undo all source change" in the source tab now


window.open problem

Posted: Thu Oct 06, 2016 7:42 am
by Istvan

I created a new build, and tested on IOS device. No change :-(


window.open problem

Posted: Thu Oct 06, 2016 12:07 pm
by Istvan

Other idea?


window.open problem

Posted: Fri Oct 07, 2016 6:50 am
by Serhii Kulibaba

Please try to debug your app remotely using Weinre debugger (https://docs.appery.io/docs/weinre-de...).
Please check if there are any errors in the Weinre console.


window.open problem

Posted: Fri Oct 07, 2016 8:42 am
by Istvan

I wrote ... in the platform tester working, in appery ios tester too.
Dosnt work on the IOS device, i didnt test on Android device.
I think that if check with weinre then i dont see problem ...