Mobile HTML preview in Visual Studio 2019

HTML 11 extension provides tool windows in Visual Studio 2017/2019 showing preview of an HTML document you are currently editing, on desktop and mobile devices:

The preview is updated as you type. When you change a .css or a .js file referenced in the HTML document, the preview is updated after you save the referenced file.

To initially open HTML 11 tool windows, select Desktop preview or Mobile preview in the main HTML11 menu:

You can position opened tool windows alongside the HTML editor or outside the main Visual Studio window, e.g. on a second monitor.

In HTML 11 options you can select a mobile device for preview:

HTML is rendered using Chromium Embedded Framework v75. A mobile device is simulated with Chromium DevTools Device Mode.

HTML 11 personal license costs $39/year. Download HTML 11 trial from the official site or Visual Studio Marketplace.

This entry was posted in Vlasov Studio tools and tagged , , . Bookmark the permalink.

5 Responses to Mobile HTML preview in Visual Studio 2019

  1. utilsites's avatar utilsites says:

    When using HTML11 in one of my mvc .net web applications, the preview doesn’t work. I think the main diference is the support for multiple languages in that web app, with custom base control. Can be that the problem? How to make it work?

Leave a comment