Start a new topic

AR.context.startVideoPlayer(url) issues

Hello,

I'm Wikitude Cordova Plugin v9.10.0

I'm experiencing problems in both android and ios platforms using

AR.context.startVideoPlayer(url)

on iOS, the function works but when I close the video player, the camera is frozen until I put the app in background and then in foreground again.


on Android, although, the function crash my app.

I think this is the logcat of the crash:

09-26 17:26:44.995 27820 27820 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{**APP_PACKAGE_NAME**/com.wikitude.tools.activities.MediaPlayerActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.WindowInsetsController com.android.internal.policy.DecorView.getWindowInsetsController()' on a null object reference

 

Can you help me solve this issue?

 

Login or Signup to post a comment