I want to redirect to another page in Phonegap.
I have written the following code in javascript but it is not getting redirected:
window.location.href = "http://www.google.com";
Can anyone advise why it is not working?
|
|
Try doing the following:
So, you should have your new added row like this:
Normally, you should replace For more information, check the "Domain Whitelist Guide" section of the online doc: http://docs.phonegap.com/en/2.1.0/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide . Here's a simple working example using
Let me know if this works. |
|||||||||||
|
|
Same problem. My remote host is set in the Cordova.plist file, and the OpenAllWhitelistURLsInWebView is set to YES. iOS 6 Xcode 4.5 Anyone have an idea? |
|||
|
|
|
Most likely it's the page you are moving to. Does that page have the phongap.js files in it etc? Try a simple test: create a new HTML page with just the basic elements and a couple words in the body so you know you are there. Save it as test.html. Now try window.location="test.html". If that works then you know it's something in the new page. Good luck! |
||||
|
|