-
All-in-one prototyping tool
-
Design hi-fi prototypes for web & mobile apps
-
Share and get feedback
-
UX platform for all your teams
Windows 10 Tablet app prototype
Known
Hi there,
Could anybody help with finding workaround with launching full-screen prototype in browser on Windows tablet?
It seems there's no setting to remove "tablet screen frame" from html and to position prototype contents to the top-left corner, right? The only workaround I found is to change index.html file adding styles each time I compile html, but isn't it better to include these styles into settings?
- <style>
- #jim-container {top: 0px !important; left: 0px !important; bottom: 0px !important; right: 0px !important; margin-top: 0px !important; padding-top: 0px !important;}
- #jim-case {display: none !important;}
- #jim-mobile {top: 0px !important; left: 0px !important;}
- </style>
Hi mvideoar,
A workaround is to visualize the prototype as a web. Click on "Simulation settings" / "Web".
Best,
Sonia Durán
Comments have been locked on this page!