We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9121659 commit 0395fa2Copy full SHA for 0395fa2
JavaScriptInterfaceDemo/JavaScriptInterfaceDemo/index.html
@@ -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