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 Oct 24, 2021. It is now read-only.
With meteor 1.3 the cordova implementation now uses WkWebview instead of UiWebview, but there is at least one major drawback with WkWebview:
Autoplay of
The docs should mention this problem (there are maybe more)
Workaround is to switch to UiWebview with
App.setPreference("CordovaWebViewEngine", "CDVUIWebViewEngine");
The docs should also mention this option (I found it while debugging the native cordova-code in xcode)
See also meteor/meteor#7173
The text was updated successfully, but these errors were encountered: