Hi,
I’m using Corona’s native webview to show a video player which is loaded into the webview. I dynamically create an html page and loads it into the webview.
My requirement is to show the video in fullscreen when in landscape and when in portrait mode the webview will take half the scene size. I need to do this without reloading the scene.
When I change the orientation I tried changing the width and height of the webview. But the width and height changes in a weird manner. It either becomes double the size or half the size of webview. Is it a corona issue or am I doing something wrong? Please help. Urgent!