Fullscreen problems with HTML5

Hi, as @Hainzgrimmer reported in Test 3, it is close to line 392, in the html5 generated file. It is usually named: projectname-HTML5-Shipping.html

Find JavaScript piece of code at this file and it shows:

Module['UE4_fullscreenCanvasResizeMode'] = canvasWindowedUseHighDpi ? 2/*HIDPI*/ : 1/*Standard DPI*/;

You have to set:

Module['UE4_fullscreenCanvasResizeMode'] = 0;

Hope it serves well!