Wikitude's Augmented Reality Plugin for Cordova - working together with the Wikitude SDK library for Android and iOS. Provides image recognition and tracking, geo-based augmente reality and 3D rendering and animations in an augmented reality scene
Whenever I execute loadARchitectWorld, the main cordova webview freezes.
This also means that any communication between the AR webview and main webview won't work.
E.g. calls to AR.platform.sendJSONObject won't do anything.
Any idea what might cause this?
One thing I noticed in Xcode's log:
[806:99628] Warning: Attempt to present <UIAlertController: 0x10389e000> on <MainViewController: 0x10330bc30> whose view is not in the window hierarchy!
Platform: iOS Wikitude plugin version: 8.9.0 Cordova version: 9.0.0 Ionic version: 5.4.4 Platform (cordova-ios) version: 5.0.1
Whenever I execute
loadARchitectWorld
, the main cordova webview freezes. This also means that any communication between the AR webview and main webview won't work. E.g. calls toAR.platform.sendJSONObject
won't do anything.Any idea what might cause this?
One thing I noticed in Xcode's log:
Regards, Wouter