Hello im currently using version 5.9.1. i was waiting for fullscreen-video support for webview so when the user clicks on embedded youtube link it suppose to open fullscreen in landscape mode. currently it opens youtube in fullscreen in portrait mode.
1 thought on “fullscreen landscape mode support”
Comments are closed.
@Josephdias92 My current workaround is changing the Java code to emit events in onShowCustomView and onHideCustomView (see code here). Then you can listen to it to call rorate API.
I think exposing callbacks for exiting/entering instead of providing solutions for rotating will be more reasonable. There are still other problems can be solved using callbacks, like custom Back handling in fullscreen mode.