How to usage webview with ionic-vue
I have imports
import { Capacitor } from '@capacitor/core';
and in methods
webview(){
this.Capacitor.convertFileSrc("https://google.com");
}
This don’t work
Any one use webview with ionic-vue
6 posts - 2 participants