This could be possible but you would need to write an input plugin yourself and render the camera frame. However, since you are using our Cordova extension, you cannot implement another plugin.
Thanks Eva
T
Tedi Gjanci
said
almost 6 years ago
Hello Eva,
Thank you for the reply, but I didn't quite understand.
Can you be a little more specific please?
Wikitude Support
said
almost 6 years ago
Hi Tedi,
Of course! In order to add such a request into your app you would need to create your own plugin (you can find more information here). This could work perfectly fine with our Javascript API. However, it is not possible to write your own plugin and add it to our Cordova plugin, since this is only supported with our Javascript API. So the only solution for you would be to switch to Javascript API and then write your own plugin.
Tedi Gjanci
Hello guys,
I am using Wikitude SDK for cordova.
I want to implement the pinch zoom feature on my augmented reality camera.
Currently I am using a range for zooming.
In html I have
and on js file I have :
This works fine but I need the app to have the pinch zoom using fingers.
Is there some way to implement this ?
Thank you