Closed gabrielenosso closed 7 years ago
The template doesn't work as it comes: the reference in the 'webview.html' to the javascript file 'webview.js' is wrong. There is a dot missing.
How it is: <script src="./webview.js"></script> How it works: <script src="../webview.js"></script>
<script src="./webview.js"></script>
<script src="../webview.js"></script>
fixed thanks! Funny how the comment was right but not the code haha
The template doesn't work as it comes: the reference in the 'webview.html' to the javascript file 'webview.js' is wrong. There is a dot missing.
How it is:
<script src="./webview.js"></script>
How it works:<script src="../webview.js"></script>