by Dani Palou.
Hi,
to enable whatsapp you just need to add "whatsapp" to the list of supported schemes. You can find it in here:
https://github.com/dpalou/moodlemobile2/blob/master/www/core/main.js#L202
Just replicate that line but replace "geo" by "whatsapp".
Please remember that if you work directly with the phonegap build repository you need to apply those changes to the build file.
Kind regards,
Dani