Antoine CLOP

Results 3 comments of Antoine CLOP

Download source code, open ARVideoKit.xcodeproj and build project for your device. Then get the framework from Products and replace the old framework in your project by this one.

I'm having a similar issue. It happens when toast.js calls `webapis.avplay.open(src);` It throws an exception with WebAPIError object: (Type Mismatch Err) I reproduced in on the tizen tv web simulator

@kevinmarrec I'm having the same issue, I created a [repo that reproduces the error](https://github.com/Kelmatou/TypescriptBuildErrorRepro) **Config** typescript: 4.1.3 node: v12.16.1 **What I did** - npx nuxt-create-app MyApp // (include jest, typescript)...