-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<title>Phonegap test</title>
<link rel="stylesheet" href="assets/css/master.css" type="text/css" media="screen" />
<script src="phonegap.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/xui.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/app.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<h1 id="recordLog">Run recording application</h1>
<input id="recordFileName" type="text" value="record1.mp3" >
<div id="playActions" style="display: none;">
<span id="playActionFileName"></span>
<button class="action" id="recordPlay" data-textstop="Stop" data-textplay="Play" data-action="play">Play</button>
</div>
<br>
<button class="action" id="recordStart">Record!</button>
<br>
<button class="warning" id="recordStop" title="Stop recording">X</button>
<br>
<button class="action">button ;)</button>
</body>
</html>