Problem with js plugins

Hello community, I am having problems loading the plugins in the browser I get errors like

file:///www/plugins/com.ionic.keyboard/www/keyboard.js Failed to load resource: net::ERR_FILE_NOT_FOUND

This error happens to me all the plugins

but to verify whether routes are the plugins and js, moreover, are already installed then there is that could be causing these problems, I have the version 4.2.0 of cordova

Thank you for your help

You can’t use ngCordova plugins in the browser! You need to test them on a device.

1 Like

I thought I would throw errors on the device but you’re right, did not cause any problems. Thanks for the help :slight_smile:

hi,

i am new to ionic i am using ng-cordova.min.js in www/js folder and its working fine on system and my phone too ,but when i am installing on any other android device white screen is appearing with error "faild to load resource:net:ERR_FILE_NOT_FOUND file://android_asset/www/js/ng-cordova.min.js "

Can any one help me in this

I have the same problem, u solved?