Categories
JavaScript Answers

How to fix Cordova Unable to load platformapi with JavaScript?

Spread the love

To fix Cordova Unable to load platformapi with JavaScript, we remove the platforms.

To do this, we run

ionic cordova platform rm browser/android/ios

to remove the platforms with platform rm.

Then we run

ionic cordova run --emulator

to run the emulator.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *