Start a new topic

Calling show() after calling loadARchitectWorld() causes crash on iOS 8.1

Calling show() after calling loadARchitectWorld() causes crash on iOS 8.1

1 person has this problem
1 Comment


Just posting this because I spend the last hour trying to track down a bug in my cordova based app.

The following will cause the app to crash.

wikitudePlugin.loadARchitectWorld(success, fail, 'www/world/index.html', , { "camera_position":"back" });
wikitudePlugin.show();

 
Login or Signup to post a comment