uupaa.webintent.js
Version:
WebIntent implement
19 lines (13 loc) • 463 B
HTML
<html><head><title>WebIntent test</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta charset="utf-8"></head><body>
<script src="../lib/WebModule.js"></script>
<script>
// publish to global
WebModule.publish = true;
</script>
<script src="wmtools.js"></script>
<script src="../lib/WebIntent.js"></script>
<script src="../release/WebIntent.nw.min.js"></script>
<script src="testcase.js"></script>
</body></html>