-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi,
Is it possible to use angularJS in webview ?
My first try give a strange issue.
<!DOCTYPE html>
<html >
<head>
<title>Hello</title>
</head>
<body >
<h1>Hello World!</h1>
<div ng-app="">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="name"></p>
{{ name }}
{{ 1 + 2 }}
</div>
</body>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular.js"></script>
</html>
On load {{ 1 + 2 }} is ok and display 3.
But when changing input does not immediately reload. i need to click on the webview for seeing changes on binding.
Regards,
CW
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels