Have you tried setting all margins to 0?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Have you tried setting all margins to 0?
Hi, you can tick "Full Screen" in Header and Footer properties to hide them.
Thank you,
Bachi Nyangar
Hi Bachi!
The following references can be useful:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
What lines do you mean?
On Page component Load event Run JavaScript with the code:
code$("[dsid='googlemap']").width(320);
$("[dsid='googlemap']").height(480);/code
You can count width and height which you need.