F7 + vue login-screen

I’m using firebase to check current logged in user, and it’s working perfect.if th user is not logged in I simply say window.f7.openModal("#login-screen) to launch the login screen. If logged in already, I use closeModal("#login-screen). This works works just fine on my browser, but seems to not to respond on android platform.

Please help?

If you use Cordova, make sure you do it within deviceready event. Also check the console, there are probably some errors