へよ、
うまくいけば、これは簡単な答えを持つ簡単な質問です.ウェブページをロードするが、ページ間を前後にスワイプできるiframeまたは同様のものを使用してhtmlドキュメントを作成する方法はありますか? 何かのようなもの
<html>
<head>
<meta charset="utf-8"/>
<title>Blent</title>
<link rel="stylesheet" href="jquery.mobile.pagination.css" />
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"> </script>
<script src="jquery.mobile.pagination.js"></script>
<!-- Prevent scaling -->
<meta name="viewport" content="user-scalable=no, width=device-width" />
<!-- Eliminate url and button bars if added to home screen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>
<body>
<iframe id=”the-frame” src=”http://google.com”></iframe>
</body>
</html>
つまり、Google を含む iFrame があり、スワイプすると Amazon.com が読み込まれ、次にスワイプすると Google が読み込まれます。これを行う方法はありますか?