UNPKG

@nota/nativescript-webview-ext

Version:

Extended WebView for NativeScript which adds 'x-local' scheme for local-files. events between WebView and native-layer, javascript execution, injecting CSS and JS-files.

11 lines (10 loc) 347 B
(function (window) { var document = window.document; var meta = document.querySelector('head meta[name="viewport"]'); if (!meta) { meta = document.createElement("meta"); document.head.appendChild(meta); } meta.setAttribute("name", "viewport"); meta.setAttribute("content", "initial-scale=1.0"); })(window);