login mobile related with login appgini

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
ikatikah
Posts: 6
Joined: 2017-02-02 04:05

login mobile related with login appgini

Post by ikatikah » 2017-03-15 09:49

I have created a mobile apps (hybrid). I wanted to link my login page within the mobile with the appgini web-login. The mobile will have offline and online mode, where for offline the forms are created within the apps while for online the webforms are actually from appgine web application. However I intend to login in my mobile apps only once, hence I don't have to login again when im online as the userid and password is saved locally (on the mobile). Please suggest the method to solve this problem. Basically I need to know how to pass parameter of ID and Password to Appgini web Application from my mobile so that it goes straight to my authorized dashboard(menu).
login.JPG
the next image is page login in my mobile app
login.JPG (18.89 KiB) Viewed 1909 times
mobile.JPG
the image below is the web application that I use <iframe> to show that
mobile.JPG (41.51 KiB) Viewed 1909 times

Post Reply