argon-app
argon-app copied to clipboard
Source code for the Argon4 AR Web Browser
If I open a page and click on something in the history, I go to that page. If I select the url bar and the history/bookmark view comes up, and...
In samples.argonjs.io, if you go to webgl directions and switch to streetview, when you rotate, the app doesn't rotate (direction labels don't move)
Sometimes when the app is launched in landscape orientation the Vuforia camera feed is stretched.
If you slowly turn the phone 270 degrees (starting from portrait) landscape will be upside-down. Also, if you quickly flip the phone 180 degrees from landscape right/left it will sometimes...
When the console is open you currently can't tap through to the page below. This needs to be fixed on Android.
It's been reported that the path parsing for allowed origins is broken. In other words, this works: ```?(*.)mycoolarwebsite.com/**``` But this does not: ```?(*.)mycoolarwebsite.com/some/path**```
Someone pointed out gear vr supports the best mobile HMD-based experience right now, and I'm pretty sure Vuforia supports it, so shipping an app version (once we have an android...
Each page that requests a custom reality should get their own copy. Right now, they are shared if they have the same URL, but that has two problems: - if...
I don't think (unsure) the little page icon triggers a swap between immersive and embedded mode, when the page supports it. Needs to be hooked up.
Several pieces of the system need to respond to orientation changes: - Action Bar needs to show/hide - System UI needs to show/hide (e.g. button bar on Android) - Vuforia...