Wikitude / wikitude-cordova-plugin-samples

Includes augmented reality sample project for Phonegap (Android and iOS) using Wikitude's augmented reality Phonegap plugin
www.wikitude.com
76 stars 61 forks source link

What is "World URL"? #54

Open peterel opened 4 years ago

peterel commented 4 years ago

What should be entered in "World URL"? Cant find any info about this and none of the samples seem to work...im guessing due to this?

Thanks.

danielguttenberg commented 4 years ago

It needs to be direct URL to the index.html file of an architect experience. If you're working on iOS, it needs to be an HTTPS resource, HTTP is not allowed.

peterel commented 4 years ago

Thanks. But could you be a bit more specific. I followed your "Wikitude Sample App - Getting Started quickly" and the steps under copying the files...where would I then point the World URL? Did I miss a step in the tutorial maybe?

danielguttenberg commented 4 years ago

I'm assuming by World URL you are referring to the button on the very top of the sample app that allows you to input a URL. You don't actually need to set anything here, this is simply a mechanism to load an AR experience from a remote resource on the fly (without having been built into the application package).

What does your sample app look like when running? Do you have a list with a couple of dozen entries? If so, what happens when you click on one of the entries?

peterel commented 4 years ago

I see the "couple of dozen" entries but nothing at all happens when I press either of them. Assumed this was due to the missing "World URL" but if I understand you correctly that is not the case. So, something else is broken and Im not sure what it is. I copied over all the files as per the tutorial rather than using the shell script you have. Maybe Ill give that a go.

sahil-khanna commented 4 years ago

The Cordova File Plugin needs to be installed to the project before the Wikitude sample can be used. I installed the plugin and it worked for me without issues.