justinmind-logo
 
Upvote 1

Windows 10 Tablet app prototype

Known mvideoar 7 years ago

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?

  1. <style>
  2. #jim-container {top: 0px !important; left: 0px !important; bottom: 0px !important; right: 0px !important; margin-top: 0px !important; padding-top: 0px !important;}
  3. #jim-case {display: none !important;}
  4. #jim-mobile {top: 0px !important; left: 0px !important;}
  5. </style>

Replies (1)
photo
1

Hi mvideoar,


A workaround is to visualize the prototype as a web. Click on "Simulation settings" / "Web".


Best,


Sonia Durán

Leave a Comment
 
Attach a file