You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i build app with bootstrap=webview,
the application works perfect, but when I press the back button the splah comes back out and stays loaded. What I try is that this does not happen and that when you press the button to go back out of the application, is there any option to access the onResume methods ...? Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered:
It sounds like using the back button is closing hte app but failing to correctly open it again. This is probably some kind of bug. You can work around it by overriding the back button, e.g. as done here.
i build app with bootstrap=webview,
the application works perfect, but when I press the back button the splah comes back out and stays loaded. What I try is that this does not happen and that when you press the button to go back out of the application, is there any option to access the onResume methods ...? Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered: