Create an webview in JavaScript

Topics related to client-side programming language.
Post questions and answers about JavaScript, Ajax, or jQuery codes and scripts.
mluci12
Posts: 39

Create an webview in JavaScript

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!

Admin Posts: 805
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.

Similar Topics