[
https://issues.jboss.org/browse/JBIDE-15512?page=com.atlassian.jira.plugi...
]
Ilya Buziuk commented on JBIDE-15512:
-------------------------------------
[~maxandersen], yes you're right. We are going to include it in 4.1.x
Actually ChildBrowser is deprecated
(
http://community.phonegap.com/nitobi/topics/_childbrowser_plugin_deprecat...
) and inAppBrowser , which is part of the core API, is considered to be a substitution.
However, ChildBrowser is one of the most popular plugins ever (
https://build.phonegap.com/plugins ). Furthermore ChildBrowser and InAppBrowser have very
similar API. So, due to this similarity ChildBrowser's events are simply caught from
js and handled just as InAppBrowser's events .
CordovaSim: need to implement InAppBrowser plugin
-------------------------------------------------
Key: JBIDE-15512
URL:
https://issues.jboss.org/browse/JBIDE-15512
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: browsersim
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Fix For: 4.1.1.CR1, 4.2.0.Alpha1
InAppBrowser (
http://docs.phonegap.com/en/3.0.0/cordova_inappbrowser_inappbrowser.md.ht... )
which is based on Child Browser plugin is part of org.apache.cordova API.
This feature can't be implemented via iframe, because of the X-Frame-Options and
Same-origin policy. So, it should be implemented via browserFunction
(org.eclipse.swt.browser.BrowserFunction) and SWT Browser widget
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira