How to edit the default hybrid mobile app login page?

0
Hello, I wish to edit this login screen that appears on the hybrid mobile app apk for android.   May I know how this can be done?   Regards, Anirudh
asked
1 answers
2

Hi,

you need to modify the corresponding file in the phonegap source package

src/www/index.html.mustache

there’s this section which holds the login

<div id="mx-login-container" class="mx-hybridapp-wrapper">
...
</div>

regards, Fabian

answered