[
https://issues.apache.org/jira/browse/CB-6863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019172#comment-14019172
]
Shazron Abdullah commented on CB-6863:
--------------------------------------
UIWebView is still available in the iOS 8.0 SDK so having a Deployment Target <
8.0 should work. What would happen here is we define a new bridge method, e.g.
"Foo" (haven't decided on a name yet for the WKWebView way), and if it is not
available, fall back on the previous method.
The immediate fix is to actually fix the bridge first using the old bridge,
perhaps the new bridge should be a new issue since it has to replace UIWebView
usage.
> Default Cordova bridge broken due to iOS 8 changes
> --------------------------------------------------
>
> Key: CB-6863
> URL: https://issues.apache.org/jira/browse/CB-6863
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Environment: iOS 8 beta 1
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Priority: Blocker
> Fix For: 3.6.0
>
>
> https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-8.0/index.html
> WebKit
> - Known Issues
> -- Applications that use Apache Cordova/PhoneGap are broken due to a bug that
> causes the window.navigator.userAgent object to become undefined when
> window.navigator is replaced by a pure JavaScript wrapper object.
--
This message was sent by Atlassian JIRA
(v6.2#6252)