face-api.js icon indicating copy to clipboard operation
face-api.js copied to clipboard

Web Worker on Android / IOS WebView

Open rlaurente opened this issue 3 years ago • 3 comments

Is there any way to make it work in Web Worker on Android / IOS WebView ? I able to implement it in browser using offscreencanvas and it worked perfectly. When I build the app using capacitor I'm getting undefined offscreencanvas function error. After further research, webview doesn't support offscreencanvas and capacitor doesn't allow changing of default webview.

Thanks

rlaurente avatar Aug 25 '20 06:08 rlaurente