argon-app
argon-app copied to clipboard
Source code for the Argon4 AR Web Browser
I tried to compile the argon-app (`master` branch) for my iPhone 6s but it is not working, probably because dependency issues between _node_, _typescript_ and _nativescript_. It all ends up...
I tried to deploy this application on the Android platform, including virtual machine and my phone. However, both failed. There are several bugs in the source code. I compiled different...
type error
``` max@max-Inspiron-5577:~/dev_projects/argon-app$ tns build android Executing before-prepare hook from /home/max/dev_projects/argon-app/hooks/before-prepare/nativescript-dev-typescript.js Found peer TypeScript 2.4.2 app/components/common/argon-vuforia-provider.ts(432,52): error TS2345: Argument of type 'Promise' is not assignable to parameter of type 'Promise'. Type...
This seems to require an `onNewIntent` listener: https://github.com/NativeScript/NativeScript/issues/2747 I've tried extending the `com.tns.NativeScriptActivity` as suggested in that post, but so far onNewIntent does not fire. To be clear, the app...
Hi, I'm just starting with NS and I'm experimenting with argon-app for my next project. My configuration: - NativeScript 3.0.3 - My system: Ubuntu 14.04 - Occurs on Android -...
I just fixed a small bug that was changing "https" to "http". But, once we can access https sites, we still can't access ones that have self-signed certificates ... like...
We need an option to open embedded links in a new tab. E.g. the user might press and hold the URL, and an option to open in a new tab...
In some cases, a user may want to control which argon pages are visible (when multiple pages are opened). A simple first approach is a toggle to make only the...
Able to reproduce on an iPhone 6. Run the Vuforia sample and repeatedly reload. About every other load Vuforia will not initialize with the target dataset. It seems that the...
Opening issue per this community topic: https://community.argonjs.io/t/user-defined-targets/42 Would be great to be able to use Vuforia's user defined targets capability through Argon.