1 year ago
#191693
user3776738
capacitor plugin filesystem is not complete when using bundledWebRuntime:true
I'm trying to use the Filesystem plugin of capacitor v3 with bundledWebRuntime as I'm not using Ionic. However Directory or Encoding can not be found as the structure of the plugin variable is wrong:
console.log(Capacitor);
//Plugins->Filesystem->readFile
//but it should be
//Plugins->Filesystem->filesystem->readFile
//Plugins->Filesystem->Directory->...
//Plugins->Filesystem->Encoding->..
capacitor
capacitor-plugin
0 Answers
Your Answer