Jam Zhang

Results 5 comments of Jam Zhang

I solved it by simply removing and adding the plugin again. Some plugins, e.g. file-transfer and zip, will cause this problem. After installing those plugins, removing file plugin with `cordova...

I am having the same problem. Is there any solution? ![image](https://user-images.githubusercontent.com/2723305/201319063-07464e3f-9d5b-45f5-bfb8-85dc36e54493.png)

The missing symbols (constants) have been available since Android 12 / API level 31 as documented https://developer.android.com/guide/topics/connectivity/bluetooth/permissions. I have overridden the targetSdkVersion to 31 in config.xml and it works. ```...

Me, too. The first time I run `faceapi.detectAllFaces(image).withFaceLandmarks().withFaceDescriptors()`, the execution time on my devices were **Mac Mini M1** 934.9248046875 ms **iPad Air 4** 6946.372ms Is it possible to enable iPad's...

I am having such a UTI defined in ShareViewController.h ``` #define SHAREEXT_UNIFORM_TYPE_IDENTIFIER @"com.tinkamo.lineapp.line" ``` And the identical setup in the project settings ![image](https://user-images.githubusercontent.com/2723305/197356414-f3b7ac1c-97ef-43a6-a12c-b808676cc6de.png) But I still got "Nothing to share"...