There is no registration button in the mobile app

There is no registration button in the mobile app

by Aleksandr Kuldaev -
Number of replies: 2
Hi, after I assembled custom moodle app, the registration button disappeared, maybe someone knows how to fix this?

 

Average of ratings: -
In reply to Aleksandr Kuldaev

Re: There is no registration button in the mobile app

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Hi,

the problem might be caused by the WebView plugin. We're using the Ionic Webview plugin for iOS (it's mandatory to be able to publish the app), and unfortunately Cordova doesn't let us install a plugin only for one platform so it's installed for Android too and it causes problems. We have an open issue to fix that (we had to fork the plugin):

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

Please try to run these commands and try again:

ionic cordova plugin remove cordova-plugin-ionic-webview
ionic cordova plugin add https://github.com/moodlemobile/cordova-plugin-ionic-webview#500-moodle

Cheers,
Dani
In reply to Dani Palou

Re: There is no registration button in the mobile app

by Aleksandr Kuldaev -
Dani, thank you very much for your answer, it really is. Removing this plugin for the android platform solves many problems.