How do I connect my iphone to the Glitch A-Frame code? - aframe

I'm creating an A-Frame VR code program in Glitch.com
I'm told that I can use my smartphone iPhone like a VR Device.
How do I do that from the Show mode in Glitch.com?

Go to the show mode on your computer or whichever device you are working on. Click on the share menu directly below it and go to
live app
Copy that link (which will be a name of your choosing)
and open that on your iPhone. You will need google cardboard to access it.

Related

How to use AFrame Inspector tool with 8th wall

I'm currently using 8th Wall paid plan to develop some scenes for mobile web AR.
In their docs, they mention running the A-Frame Inspector tool: 8th Wall Docs- Visual Inspector and Dev Tools.
They don't mention how to actually run the A-Frame Inspector tool with 8th Wall.
Can anyone help and explain to me how to run an 8th Wall project on my computer locally so I can run the A-Frame Inspector tool to help build my scenes?
I'm not trying to host this locally, but instead be able to visit the scene in my computer's browser without having to run it on a mobile device.
It seems like everything I try, I have to scan the QR Code and run it on my mobile device and use the A-Frame Inspector tool on my phone. I'd like the ability to use the A-Frame Inspector tool through my laptop's browser.
You view the A-Frame scene in your computer's browser using metaversal deployment (<a-scene ... xrweb="allowedDevices: any">).
Once you have the scene open on your computer, open the A-Frame inspector by pressing <ctrl> + <alt> + i on PC or <ctrl> + <option> + i on Mac. See the aframe-inspector documentation for more information.
You need to click the play button in the upper left corner to use the pan/rotate/zoom shortcuts provided by A-Frame Inspector.

Here Tracking could not add a device

I register to the 90 trial period with here tracking. I try to register a new device through app.tracking.here.com but after waiting 30 seconds I always get the message couldn't add the device.
Thank You
I tried from Android: default browser, Chrome and Firefox, but I always get the same error. I am using Android 8.0
Screenshot: Add a device from Android browser
You have to access the website from your Android device to get device id. It wont work if you are trying from a non Android device eg: computer, laptop etc.
You can read more details on using the tracker app here: developer.here.com/blog/introducing-here-tracking
Update:
If mobile browser still not helping you, then download the HERE Tracker app from the Google Play store to start out creating some test data. In the web app, use the Device Management screen to add a new device.
This issue has been fixed and is working now for Android devices

How to automate iPhone device setting using see Test?

I am trying to open ios mobile app using see test, for that I need to change iPhone device setting but I don't have idea how to open device setting.
Please suggest me how to open iPhone device setting using seeTest?

Adobe AIR/Flex on retina display on desktop (not iOS)

as you can see in the image my AIR application that is compiled with the AIR SDK 3.7(Flex4.5) looks pixelated on a Mac OSX with a retina display. I searched around and I can't find if it is possible to do anything to improve this.
You can compare the fonts on the menu and the one on the application.
To help people struggling...
You'll need to publish as an Application with runtime embedded.
Then right click your App and show package contents.
Open the plist file and add the following, before </dict>
<key>NSHighResolutionCapable</key>
<true/>
Save it and open Terminal
Type touch and drag your app onto the terminal and hit enter.
Finally right click on your App and goto Get Info. Make sure "Open in Low Resolution is off.
in
<initialWindow>
put
<requestedDisplayResolution>high</requestedDisplayResolution>

Always launching flash player in secondary monitor and full screen mode

I am trying to set the location of Flash Player launch location to my secondary monitor connected using a VGA cable and I want to launch it always in FullScreen mode. After couple of searches, I found one link which relates to this topic:
http://www.flashdevelop.org/community/viewtopic.php?f=7&t=6658
But it doesn't seem to work for me. How do I set the x,y co-ordinates of flash player when it is launching as a new process ?
Adobe air has a Screen class to handle this. To help you out, there is an open source project on Google code that wraps this and handles some of the basics:
http://code.google.com/p/airscreenmanageras3/

Resources