dorbel-tech / dorbel-app

Main dorbel node.js app
https://app.dorbel.com
0 stars 1 forks source link

Phonegap/Cordova native wrapper research #1655

Closed virtser closed 6 years ago

virtser commented 6 years ago

Following research native wrapper solution #1630

Please research (and POC if possible) our options to Phonegap/Cordova mobile app.

  1. Load the web app from its production url: https://app.dorbel.com/search
  2. Load the web app from local assets compiled into the app.

Keep in mind that our goal is to make a mobile app with auth0 native login (preferably) and push notifications interface (for chat notifications).

virtser commented 6 years ago

1. Load the web app from its production url

Pros

2. Load the web app from local assets compiled into the app.

Pros

virtser commented 6 years ago

https://github.com/auth0/auth0-cordova

virtser commented 6 years ago

Both solutions will require tooling of building the apps for Android/iOS and release.

virtser commented 6 years ago

Configuration management: http://intown.biz/2014/05/13/build-configurations-in-cordova-using-hooks/ http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/