framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

Plugin support capacitor

Open PeraDev7 opened this issue 2 years ago • 0 comments

  • 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.

PeraDev7 avatar Apr 04 '23 16:04 PeraDev7