]
Ilya Buziuk commented on JBIDE-17485:
-------------------------------------
{quote}
A sample that demos the problem.
1 Create a Thym project.
2. add Console and InAppBrowser plugins
3. replace index.html with the one attached to this report
4. Run on iOS and CordovaSim and click on links on the loaded page to observe url
differences
{quote}
This steps work for me on windows -
CordovaSim InAppBrowser does not return the correct url on loadstart
event
--------------------------------------------------------------------------
Key: JBIDE-17485
URL:
https://issues.jboss.org/browse/JBIDE-17485
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid, browsersim
Affects Versions: 4.2.0.Beta1
Reporter: Gorkem Ercan
Assignee: Ilya Buziuk
Priority: Critical
Fix For: 4.2.0.Beta3
Attachments: index.html
In the loadstart event we ask for the url event.url. In the iOS simulator it returns the
url of the page currently displayed in the inapp browser. However, in the CordovaSim the
url will always return the url of the first page opened in the inapp browser not the one
of the currently displayed one.