I’m new to Corona and trying to make a in-app Web that shows my website, I tried using quite a few none works properly. If I’m using bigger screen, it will only show small screen, how do I make it “responsive” to make it show based on my device width and height? Here is my code:-
display.setStatusBar(display.TranslucentStatusBar) native.showWebPopup( 0, 0, display.pixelHeight, display.pixelWidth, "http://www.example.com")