I'm using wikitude for my mobile app project. My problem is I cant exit world after click back button.
My code
clickedClose: function() {
document.location = 'architectsdk://actionButton?action=close';
}
I'm using code samples from this repo, https://github.com/Wikitude/wikitude-phonegap-samples
TQ
try to swipe from left to right or add a button in the Architect World, calling document.location = 'architectsdk://actionButton?action=close';
as a click action.