karta sutanto created CB-951:
--------------------------------
Summary: Cordova Webview url modify UIWebview baseurl?
Key: CB-951
URL: https://issues.apache.org/jira/browse/CB-951
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 1.7.0
Reporter: karta sutanto
Assignee: Shazron Abdullah
I have a iOS web which uses cordovaview and another UIWebview. What happen is
that the url in cordovaview copied over to UIWebview.
The scenario is something likethis:
1. CordovaView loads remote url : (http://google.com)
2. An instance of UIWebview loads another url: (http://apple.com)
3. The instance of UIWebview navigates between pages using fragments
(http://apple.com#goToNewPage)
4. Suddenly the instance of UIWebview becomes (http://google.com#goToNewPage)
I am not sure if its Cordova's bug, but i have checked my code for 1 week and
still cannot find the reason.
This happens randomly, no particular way to reproduce it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira