The above values for w and h we are passing as platformSettings to Application but it still takes in 1920x1080
Because of the above configuration/hardcoded dimensions, we get to see white area around the content. Also the screen is scrolling with the free content.
Explaining with an code example,
The above values for w and h we are passing as platformSettings to Application but it still takes in 1920x1080 Because of the above configuration/hardcoded dimensions, we get to see white area around the content. Also the screen is scrolling with the free content.