framework7
framework7 copied to clipboard
Plugin support capacitor
- Framework7 version: all
- Platform and Target: Android, iOS, Browser
Describe the bug
When i add a capacitor plugin on framework7, and add the code to initialize in app.js, nothing works. The plugin seems to not loading/working.
To Reproduce
Ex. stripe plugin :
npm install @capacitor-community/stripe npx cap sync
Add the code on app.js :
import { Stripe } from '@capacitor-community/stripe'; Stripe.initialize({ publishableKey: "Your Publishable Key", });
If i'm wrong, i cannot find any documentation/docs on web, for this.