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

window.open problem

Please use JS below for that:

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

here url - name of the variable with an URL

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

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

window.open problem

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

Other idea?

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

window.open problem

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.

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

window.open problem

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

Return to “Issues”