Hi, so i have created a game but i want to see how it will actual look like on a mobile phone. Using the local wifi method has the address bar which isn't accurate.
I am aware of the cocoon service that plays the apk file on the phone. Can i use that to determine the actual size?
thanks
Did you make sure to set Hide Address Bar to yes under your projects Configuration Settings in Construct? Other than that I found a similar thread regarding this issue specifically for Windows Phone 8 exported games. To get rid of the utility bar at the top that displays battery, wifi, etc. you simply had to look into the MainPage.XAML and change a line of code from true to false. If I remember correctly it was shell:SystemTray.IsVisible="True">. However, that is specifically for exporting to Windows Phone 8 and using Visual Studio. I'm not familiar with cocoon :( I hope this helps!