Adding mobile support to my plugin

Re: Adding mobile support to my plugin

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 Mike,

before testing your code in the browser a build process is required.

The build process is done automatically by ionic serve, alternatively you can use gulp. But ionic serve should be enough (please notice that you must check the console where ionic serve is running because an error will stop the build)

Juan