How to: PhoneGap Build navigate to web app instead of index.html?
问题 Background (Per this answer and its question) I have a fully responsive web app hosted at http://www.example.com and I just want my mobile app to point the user there. I followed this procedure: $ cordova create myProject Open config.xml Change index.html to http://www.example.com Now I have the following config.xml file. config.xml <?xml version='1.0' encoding='utf-8'?> <widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache