@dipak_mahapurkar wrote:
Hello, all of you
In My app there is single time user login, this means that When user install my app there is login view for login, at this stage i am storing his status in sqlite database. After successfully login it will navigate to main dashboard screen. Then after reopen my app after closing it he will navigate to main dashboard depending upon login status which is get from sqlite database.I am tried it with blank controller, Here i will check the status value fetching from sqlite database in blank controller if i get status true then it will navigate to main page, if not then login view.
But there is one problem after starting of app after closing or new opening the blank controller is load and it will take some time to navigate either login or main dashboard screen.
I want to do this operation on splash screen loading, In Android such operations happened on splash screen. So my question is How it will do in ionic same like android and ios splash screen for user login status check?
please help me if you have any example or good tutorial for it.
Thanks you in advance
Posts: 6
Participants: 2