Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Cordova, Titanium, Unity, Xamarin
Cordova Questions or Problems
Can I load ARchitect World from a remote server?
A
Alan Wong
started a topic
over 10 years ago
Can I load ARchitect World from a remote server?
1 person has this problem
1 Comment
A
Alan Wong
said
over 10 years ago
I am using wikitude phonegap. I successful create a HUD sample form a loacl folder reference. But next i would like to load the ARchitect World from a remote server:
onDeviceIsReadyCallback : function()
{
WikitudePlugin.loadARchitectWorld("
http://www.someremoteserver.com/HelloWorld.html"
);
WikitudePlugin.setOnUrlInvokeCallback(app.onClickInARchitectWorld);
WikitudePlugin.callJavaScript("didReceivedNewTextForLabel('Hello World')");
},
But i cannot successfully load the world. Is this possible for wikitude phonegap?
Login
or
Signup
to post a comment
More topics in
Cordova Questions or Problems
Show POI only on Radar, not on camera
Capture Screen
Phonegap + SenchaTouch or other frameworks
PhoneGap App Issues
iOS App Compilation Error
JSon data WikitudeSDK + PhoneGap
onExit() , Avoid to close the AR on "BackButton" - Wikitude - PhoneGap
HTMLDrawable in Phonegap Plugin
Video not playing (wikitude sdk 1.1.1 + phonegap)
Bug when using PhoneGap and opening AR view multiple times
See all 577 topics
© 2021 Wikitude, a Qualcomm company
Alan Wong
1 person has this problem