Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 542 Bytes

cordova-google-api-oauth

Example demonstrating Google's OAuth with Cordova and inapp browser

##Extra plugins:

  • cordova plugin add cordova-plugin-whitelist
  • cordova plugin add org.apache.cordova.inappbrowser

##Running the example:

  • Clone this repo, and run npm install
  • Add a platform, for example android, cordova platform add android
  • Build the platform's project cordova build android
  • Launch the platform's simulator cordova emulate android

Due Credits: https://github.com/mdellanoce/google-api-oauth-phonegap