-
Bug
-
Resolution: Fixed
-
Major
-
3.9.4
-
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.5
We had a similar bug in iOS 13, but we fixed it by setting a cookie before loading the iframe. However, it seems the fix isn't working in iOS 14 because cookies aren't sent to iframes after updating the OS.
This is caused by a new feature of iOS 14 called ITP that blocks cookies for external sites unless the user enables a setting in the app to allow those cookies, so we shouldn't expect a "fix" since for them it's not broken.
More info:
https://bugs.webkit.org/show_bug.cgi?id=213510
https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie/issues/11#issuecomment-708606549