You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Initial tests with a vanilla Cordova 6 project seem to show it works with Appium. So just have to check reliability with Camera plugin as this was the issue for removing it before.
The text was updated successfully, but these errors were encountered:
Parking WKWebView for now - cordova-plugin-wkwebview-engine 1.0.2 has issues with Camera plugin on iPhone 6 Plus that won't fix here. After choosing photo the screen just goes white / blank.
Xcode Log:
Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
appEnteringBackground wasn't registered
2016-02-23 12:20:45.143 PostCardApp[10203:2988842] Received memory warning.
appEnteredForeground wasn't registered
2016-02-23 12:20:51.557 PostCardApp[10203:2989354] Communications error: <OS_xpc_error: <error: 0x19d738af0> { count = 1, contents =
"XPCErrorDescription" => <string: 0x19d738e50> { length = 22, contents = "Connection interrupted" }
}>
@deadlyfingers - can you please confirm you're able to automate a WKWebView with Appium? I'm looking into adding WKWebView support to Appium but my preliminary tests show it's already supported.
WKWebView has been updated recently -
https://cordova.apache.org/news/2016/02/09/plugins-release.html
Initial tests with a vanilla Cordova 6 project seem to show it works with Appium. So just have to check reliability with Camera plugin as this was the issue for removing it before.
The text was updated successfully, but these errors were encountered: