RobYost Posted November 11, 2017 Posted November 11, 2017 When I rotate my phone when using the android app I wrote it goes back to the sign in form. If I rotate while in a browser it does not. My android app is very simple it only has one control on it; a WebView. Does anyone know where to start looking? Or is there a setting in UniGui that will disallow the restart. I have an option on my main form to log out, so if I could disable it elsewhere.
RobYost Posted December 8, 2017 Author Posted December 8, 2017 I am still having this problem. When running my program on a browser it works fine. But if I run it in an Android App that I wrote it rotating the phone from portrait to landscape causes the program to go back to the login screen. The app is very simple. A single WebView that redirects to my website (https://secure.simple-landlord.com/m) Does anyone have any ideas how to figure out this problem? Where should I put the logging? What are the possible ways that the program would restart?
Mohammed Nasman Posted December 8, 2017 Posted December 8, 2017 I'm not good at Android development, but if I'm not wrong, when you rotate the phone, the activity recreated, and that cause it to reopen the link again so switch to the login screen. it may require you to save state for the activity, so it will resume it, or if there's something to prevent the activity to not be created when rotating the phone
Abaksoft Posted December 9, 2017 Posted December 9, 2017 Very simple Set your 2 properties (UnimForm) : - Scrollable = True - ScrollRange = 500 or 1000 ...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now