mosabab edited a comment on issue #598: [android] Statusbar disappear after inappbrowser window appears URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/598#issuecomment-572570518 @breautek @NiklasMerz I found an old issues regarding this issue in this post: https://github.com/apache/cordova-plugin-inappbrowser/issues/469 https://github.com/apache/cordova-plugin-inappbrowser/issues/526 It seems same issue. This issue appear since inappbrowser version 3.1.0. This commit what change the behavior : https://github.com/apache/cordova-plugin-inappbrowser/commit/ec6af56fbd0e2d85f932914da576871da507b4c6 Thanks to @breautek about the note. Removing this line ` dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); ` will fix the problem. I will create a pull request to revert this behavior as default without full screen.
---------------------------------------------------------------- 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]
