Hi there, I'm trying to build a mobile application. Testing the app on mobile devices, it shows black bar on top and bottom of the device, to solve this and to support multiple screen size, is there anyway to stretch the layout to fill the whole screen instead of showing the black bar?
I had some idea, but it doesn't really work..
Set a global variable myScale,
At start of layout,
- set myScale = WindowWidth/LayoutWidth
- set layout scale = myScale
- set layer scale = myScale
Can anyone share how they make fullscreen on mobile device please..?