Moodle Mobile webview Engine

Re: Moodle Mobile webview Engine

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The webview plugin is required for iOS, but it shouldn't be present in Android. That's a problem because Cordova doesn't let you specify that you want to use a plugin only in one platform. So for now you'll have to manually remove the webview plugin when building for Android, and add it again when building for iOS.

We have this issue to fix this:

https://tracker.moodle.org/browse/MOBILE-3471

Cheers,
Dani