@metalsadman thanks!!!
R
Latest posts made by rabix
-
RE: Boot file: how to 'wait' for $axios and cordova plugin to be available?
import axios from ‘axios’
if (axios) {
}
-
spa + capacitor || dynamic import capacitor plugins
Please tell me how to import plugins for the capacitor, if everything crashes when launched in SPA mode.
I check for the platform or mod, but still an error comes out, although the import is dynamic.I have this error only in SPA mode, in capacitor all fine.