Shuunen / green-app

NativeScript-Vue 2.0 Test App
https://play.google.com/store/apps/details?id=green.nsvue.app
GNU General Public License v3.0
5 stars 0 forks source link

Green App

GitHub license

Build Status David LGTM Grade Scrutinizer Score

A native application built with NativeScript-Vue

Prerequisites

Guides

Please follow the NativeScript guide before looking at these :

Usage

npm install # Install dependencies
npm start # Build for dev
npm run build # Build for production
npm run debug # Build, watch for changes and debug the application

Tips

About deep linking

Access via greenapporder://my-page?param=42 scheme is setup on both Android & iOS.

Access via https://green-app-order.fr/my-page?param=42 scheme is setup on Android only (for now).

Keep in mind that the second option will not open the app right away because it's a web link and the local browser can open it too. So the first time user will click a link like this it will be prompted to choose which app to use to open this link.

Also, because the host green-app-order.fr does not exists the deep linking will not work.

To edit this deep linking : app\App_Resources\Android\src\main\AndroidManifest.xml & app\App_Resources\iOS\Info.plist

When a deep link is catch by app\plugins\url-handler.js you will see a console log with details.

Upgrading stack

Known problems :

TODO

Thanks