josephlodero edited a comment on issue #822: Back button event on full screen 
video closes application
URL: https://github.com/apache/cordova-android/issues/822#issuecomment-552271879
 
 
   @breautek 
   Hi! it seems like every time we use showCustomView and then hideCustomView 
it lost the focus on the app thats why onStop() will be called.
   I tried adding `engine.getView().requestFocus();` in line 295 in 
hideCustomView() after the         
`engine.getView().setVisibility(View.VISIBLE)` and it seems to work.
   Can you please check if this is a good possible solution for this problem?
   THanks!
    
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to