You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/13 09:05:24 UTC

[GitHub] [cordova-android] kamilSarapuk commented on issue #744: Restart on split-screen

kamilSarapuk commented on issue #744: Restart on split-screen
URL: https://github.com/apache/cordova-android/issues/744#issuecomment-501617420
 
 
   > What kind of split  screen?
   
   I mean standard android split-screen. Like described in this article:
   https://www.techradar.com/how-to/how-to-use-split-screen-on-android
   
   > What exactly does your app do?
   
   It's simple app, which after "device ready ", start a new "log in" activity (with MsAdal plugin), where user can login to ADFS. If user go back to main activity, it get info about result, and if it is suceess it navigates user to other page.
   
   >What exactly does your user do?
   
   User, after getting logging page, turn on split screen. This restarts "log in" activity. In result, user still can put credentials on it. 
   After closing "log in" activity, main activity is resumed and size change is detected. In result main activity is restarted and again start "log in"activity. 
   
   From user point of view: he change size, put credentials and after confirm, app show him again logging page. It looks very susspicious, that's why I have to change it. 
   
   I don't need "split-screen" functionality, but I wasn't enable to turn it off neither.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org