You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Feature Request
Description
I'm currently using Capacitor + ionic + React and would like to use cordova-plugin-opentok to run opentok in my application.
since
@ionic/reactdoes not let you use cordova plugin, I have to follow this Capacitor instruction.https://capacitor.ionicframework.com/docs/cordova/using-cordova-plugins/
but when I run
npx cap sync, it throws an errorI found that this is due to that this plugin is using cordova hook and capacitor does not support it.
ionic-team/capacitor#1997 (comment)
Proposal
Include iOS build frameworks instead of using cordova hook
Links / references
https://capacitor.ionicframework.com/docs/cordova/using-cordova-plugins/
ionic-team/capacitor#1997 (comment)