One practical application is being able to detect split-screen and tablet fold scenarios when a Capacitor application is running. It appears that Android manages this through "configuration changes", but the Capacitor APIs do not seem to directly address this issue.
How can we monitor changes in the screen size of an application?
Would using the WebView window's resize
event be a dependable way to achieve this?