Page 1 of 1

Create an webview in JavaScript

Posted: 15 Mar 2016, 20:20
by mluci12
Hello!I want to make an webview in Javascript.I know that this is posibile but i dont know how can i do this.Please help me!

Create an webview in JavaScript

Posted: 16 Mar 2016, 07:31
by Admin
Hi,
I not have experience with webview. From what I found on internet, it is an Android's class that allows you to display web pages as a part of your activity layout.
Also, I found this article: Creating your own browser with HTML and JavaScript
From that page I understand that to build an webview application in windows (version 8.1 +) it is used the "x-ms-webview" element, and its methods and properties.
- Documentation: webview element | webview object

I not have windows 8.1 or newer, so I cannot test it.