I am developing cordova hybrid mobile apps for android and iOS smartphones.
Usecase: The application authenticates the user and then accesses the Google Calendar API and finally displays user events in the application.
Note. I will use the 3-night OAuth and Google data APIs without client libraries.
Question
The Cordova-enabled web interface provides the application with its entire user interface, so in this case, should there be an application type ?
- Since everything goes in a web browser, so should I choose "Web Application"?
OR
Please propose what should be the approach to choosing the type of application in this case.
Thanks!

source share