Phonegap应用程序中的多个HTML

New*_*bee 9 html iphone cordova

我们可以在Phonegap应用程序中拥有多个HTML文件吗?

Tud*_*dor 8

是的你可以.这是他们的git repo的一个例子:http: //github.com/phonegap/phonegap-iphone/blob/master/PhoneGapTutorial/www/index.html

  <a href="geolocation.html">
    <div class="item">
      <h2>GeoLocation</h2>
     </div>
  </a>
Run Code Online (Sandbox Code Playgroud)