Skip to content

Commit 0395fa2

Browse files
suale-devKem
authored andcommitted
! add index.html
1 parent 9121659 commit 0395fa2

File tree

1 file changed

+14
-0
lines changed
  • JavaScriptInterfaceDemo/JavaScriptInterfaceDemo

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<h1>Demo App</h1>
6+
7+
<p>Click the button to call native function.</p>
8+
<button onclick="Native.sayGreeting('Contact me', 'sua8051@gmail.com <Sua Le>');">Say Greeting</button>
9+
10+
<button onclick="Native.anotherSayGreetingName('Or Skype', 'thadieuchantrau');">Another Say Greeting</button>
11+
<br/>
12+
<button onclick="Native.showDialog('Title', 'Message');">Show Dialog</button>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)