Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 460 Bytes

ionic-aframe

Example for showing how AFrame and AR.js can be used with ionic.

  • Android works when using an iframe
  • IOS works partly when using the iosrtc cordova plugin

Building/running

This is a standard cordova/ionic project. With a working setup with cordova/ionic building and running should be as simple as:

  • ionic cordova platform add ios
  • ionic cordova run ios

Or for Android:

  • ionic cordova platform add android
  • ionic cordova run android