mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
23 lines
1.0 KiB
HTML
Executable File
23 lines
1.0 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Backbutton</title>
|
|
<link rel="stylesheet" href="../master.css" type="text/css" media="screen" title="no title">
|
|
<script type="text/javascript" charset="utf-8" src="../cordova.js"></script>
|
|
<script type="text/javascript" charset="utf-8" src="../main.js"></script>
|
|
|
|
<body onload="init();" id="stage" class="theme">
|
|
<h1>Cordova Android Tests</h1>
|
|
<div id="info">
|
|
<h4>Platform: <span id="platform"> </span>, Version: <span id="version"> </span></h4>
|
|
<h4>UUID: <span id="uuid"> </span>, Name: <span id="name"> </span></h4>
|
|
<h4>Width: <span id="width"> </span>, Height: <span id="height"> </span>, Color Depth: <span id="colorDepth"></span></h4>
|
|
</div>
|
|
<div id="info">
|
|
<h4>Page 1</h4>
|
|
Go to next page.<br>
|
|
If returning from previous page, press "backbutton". You should exit this app.
|
|
</div>
|
|
<a href="sample2.html" class="btn large">Next page</a>
|
|
</body>
|
|
</html> |