Start a new topic

Wikitude call Titanium event

Wikitude call Titanium event


I solved it.

I added  5_5 and 5_6 to Sample List.

Hello,

I want to tell Titanium the results of the processing in the Wikitude.

Wikitude Is it possible to tell the event in Titanium?

Hi, I'm very interesting on how to tell Titanium the results of the processing in the Wikitude.

 

How you do it?

 

Thanks in advance

 

Riccardo

Wikitude call

document.location = "architectsdk://yourresult"

 

Try to check source of MainWindow.js

// Browsing POIs

{

windowTitle : 'Browsing POIs',

samples:

},

 

add

,{ title: '5. NativeDetailScreen', file: '5_BrowsingPois_5_NativeDetailScreen/index.html' },

{ title: '6. CaptureScreenBonus', file: '5_BrowsingPois_6_CaptureScreenBonus/index.html' }

 

Although a file exists, it does not exist in array.

Two were helpful!

thank you so much, it works very well

 

Riccardo
Login or Signup to post a comment