Start a new topic

How to launch activity when image/html Drawable touched in Wikitude?

How to launch activity when image/html Drawable touched in Wikitude?


I'm implementing an android application using Wikitude and I need to launch a new activity when the user touched an image/html drawable on the screen. Is there any possibility for achieving it?

Please have a look at the native POI Detail Sample Application and other sample documentations provided in the Wikitude Android SDK Docu section.

You basically need to define an urlListener for your architectView to interact from JS to native by calling document.location="architectsdk://my?command=open"

Kind regards,

Andreas
Login or Signup to post a comment