Windows 10 Tablet app prototype
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
Hi mvideoar,
A workaround is to visualize the prototype as a web. Click on "Simulation settings" / "Web".
Best,
Sonia Durán
Replies have been locked on this page!