mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
27 lines
1.3 KiB
HTML
Executable File
27 lines
1.3 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 3</h4>
|
|
Press the 3 buttons below. You should stay on same page.<br>
|
|
Press "backbutton" 4 times. This will go back to #test3, #test2, #test1, then return to previous Page 2.<br>
|
|
(NOTE: IS THIS CORRECT BEHAVIOR?)
|
|
</div>
|
|
<a href="sample3.html#test1" class="btn large">page3#test1</a>
|
|
<a href="sample3.html#test2" class="btn large">page3#test2</a>
|
|
<a href="sample3.html#test3" class="btn large">page3#test3</a>
|
|
</body>
|
|
</html>
|