Files
2015-10-16 15:05:58 +08:00

22 lines
598 B
HTML

<html>
<head>
<script type="text/javascript">
ViewController.passArrayFromJS(["22","2","3"]);
ViewController.passObjFromJS({"name":"obj1","type":"object"});
ViewController.passStringFromJS("string value");
<!-- ViewController.callString();-->
<!-- ViewController.callArray();-->
<!-- ViewController.callObject();-->
</script>
</head>
<body>
<br>
<h1>Hybrid Bridge!</h1>
<p>Support string, array, dictionary and callback</p>
</body>
</html>