<div dir="ltr"><div><div><div><div>Hello, <br><br></div>I would like to create a webapp game application that runs inside a WebView.<br></div>The problem is that the resolution reported by the HTML application is 960x540. The viewport of the HTML is set as follows: <br>
<pre><code><meta name="viewport" content="width=device-width, initial-scale=1"> </code></pre><br></div>Apparently, the webview does not honnor the device pixel ration (DPR) of the device. <br></div>
Is there some property/configuration I can set for this in the QML? <br><div><div><div><br>WebView {<br>                          id: webView<br>                          anchors.fill: parent<br>                          url: "index.html"<br>
}<br><br><br></div><div>Thanks<br></div><div>Daniel<br></div></div></div></div>