phonegap / phonegap-app-developer

PhoneGap Developer App
app.phonegap.com
Apache License 2.0
2k stars 2.51k forks source link

Bundle Navigation JavaScript with App #124

Open mwbrooks opened 10 years ago

mwbrooks commented 10 years ago

Current:

The navigation is implemented in JavaScript and will not change.

Currently, the navigation's JavaScript is served by connect-phonegap.

Problems:

The problem is that the user cannot navigate back or refresh the page when viewing a site not served by connect-phonegap.

Solution:

Bundle the navigation JavaScript with the App. In order to do this, we will need a mechanism to serve the bundled JavaScript files.

mwbrooks commented 10 years ago

Bug Example

phonegap/phonegap-app-developer#94 - navigating to a non-HTML asset results is no navigation functionality.