logout conform alert in moodle mobile 3.2

Re: logout conform alert in moodle mobile 3.2

by Juan Leyva -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi Devendiran,

this will require custom development, you need to be familiar with AngularJS, take a look to how Ionic works and review the official docs https://docs.moodle.org/dev/Moodle_Mobile

For the logout, you will have to modify the change site function and display an alert to the user before continuing

Juan