Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iOS): add open func instanceCapacitorBridge #7541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tossaro
Copy link

@tossaro tossaro commented Jun 30, 2024

When I want to register plugins manually, registerPluginType on CapacitorBridge is blocked by autoRegisterPlugins that by default set to true.
So, we need some open function that return CapacitorBridge instance on CAPBridgeViewController:
open func instanceCapacitorBridge(_ configDescriptor: InstanceDescriptor, _ configuration: InstanceConfiguration, _ assetHandler: WebViewAssetHandler, _ delegationHandler: WebViewDelegationHandler) -> CapacitorBridge { return CapacitorBridge(with: configuration, delegate: self, cordovaConfiguration: configDescriptor.cordovaConfiguration, assetHandler: assetHandler, delegationHandler: delegationHandler) }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant