Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The tests assume the default UIWebView component is being used.
Part of the tests should install the `wkwebview-engine` plugin and re-run the same tests.
Some tests assume a UIWebView, like the User-Agent tests, and this is ok (there is code in there that checks for this).
Some tests like StartPage should also support WKWebView. Any code that relies on the synchronous `stringByEvaluatingJavaScriptFromString` needs to change to use the async `evaluateJavascript:completionHandler:` of CDVWebViewEngineProtocol.
Attachments
Issue Links
- duplicates
-
CB-8895 Change CDVStartPageTests::testParametersInStartPage into an async test
- Closed