Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.48 KB

UserApp Ionic Example

Example app based on the Ionic Framework and UserApp.

Getting Started

Install Ionic

If you haven't installed Ionic already, follow the instructions here.

Insert your App Id

Open the file www/js/app.js and replace YOUR-USERAPP-APP-ID with your App Id.

How do I find my App Id?

Add your platforms

$ ionic platform add android

Add AppInBrowser plugin

Install the InAppBrowser plugin:

$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git

Run the app with Ionic

$ ionic build android
$ ionic emulate android

UserApp Dependencies

Help

Contact us via email at support@userapp.io or visit our support center. You can also see the UserApp documentation for more information.