Fantastic. No more screen burn in for me
2 Likes
AFAIK, Navigator Drawers do not work. And the layout of the screen is WAY off the way it shows on the deviceā¦
I am sure you guys are working hard to make it workā¦ TY in advance.
1 Like
Hi Domhnall & Daniel,
I Believe what Daniel means by his questions is if we can now build webpages in addition to the creation of apps for phones. I assume that this is not the case - but it gives you the opportunity to TEST the application build for phones on the web instead of via the App Thunkable Liveā¦
Stefan
1 Like
To change the size of the preview area, add style for Stylish or Greasemonkey:
.web-companion-container{
width:640px !important; /* set Width + 40px */
height:440px !important; /* set Height + 40px */
}
.r-v5p6jw{
width:600px !important; /* set Width */
}
.r-115ktas{
height:400px !important; /* set Height */
}
3 Likes
A post was split to a new topic: Can you help with testing my web app?