Getting Started
4. Making App
Then to Create and Run App
To Create a PhoneGap App play:phonegap create myApp
Then to Run it as for Android:
cd myApp
phonegap run Android
5. Getting Started
Getting-Started with PhoneGap App Development
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Then to Create and Run App
To Create a PhoneGap App play:
phonegap create myApp
Then to Run it as for Android:
cd myApp
phonegap run Android
Getting-Started with PhoneGap App Development