-
Notifications
You must be signed in to change notification settings - Fork 10
Reopen Ar-world after hide #11
Comments
Well... Anyway, normally, to "relaunch" a previously hidden world, you should call |
Did you understand this issue? Ionicitude.hide() works! Console says so:
|
I have the same issues when using |
Hi! Could you give me a little more detail regarding the context of your This method of the service does nothing more than calling the Wikitude's native |
Mh not really funny thing is when I call WikitudePlugin.close() it works not sure whats the problem here |
Do you call Ionicitude.addAction (myAction);
function myAction () {
Ionicitude.close ();
} If it's the case, try using the Ionicitude.addAction (myAction);
function myAction (service) {
service.close ();
} |
Gonna try it on monday thank You very much |
Did You already Experiment with the wikitude Plugin API? |
Hum... not sure to understand what you mean by that. |
It's me again!
After calling 'Ionicitude.hide();', it won't open the Ar-world. This is only happening on Android.
When I run the command 'launcAr('world')' this is the console in android studio:
D/ViewRootImpl: ViewPostImeInputStage processPointer 0
D/ViewRootImpl: ViewPostImeInputStage processPointer 1
I/chromium: [INFO:CONSOLE(340)] "launch", source: file:///android_asset/www/lib/ionicitude/dist/ionicitude.js (340)
First launch is running perfectly!
The text was updated successfully, but these errors were encountered: