How can I remove the cordova plugin?

Not favoritedFavorited Favorited 0 favourites
  • 8 posts
From the Asset Store
Customize the animation of character when item changed
  • I used an external addon in my app then i decided to delete it but the plugin that provided by this addon is still in the project. How can i remove it? Where to find the config.xml?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • with CORDOVA CLI

    cordova plugin rm plugin-id

    example

    cordova plugin rm cordova-plugin-inappbrowser

    path

    ProjectPath/

    plugins/

    plugin-id-1

    plugin-id-2

    plugin-id-3

  • I used an external addon in my app then i decided to delete it but the plugin that provided by this addon is still in the project.

    This should not happen. Perhaps you didn't remove the addon completely - right-click your project name and check "View used addons" under Tools.

    Another possibility is that the same Cordova plugin is required by some other addon or even by an official C3 plugin. In this case removing it with CLI may break the game.

  • > I used an external addon in my app then i decided to delete it but the plugin that provided by this addon is still in the project.

    This should not happen. Perhaps you didn't remove the addon completely - right-click your project name and check "View used addons" under Tools.

    Another possibility is that the same Cordova plugin is required by some other addon or even by an official C3 plugin. In this case removing it with CLI may break the game.

    It is very strange but i double checked that addon is fully removed. I even removed it from the general addon list but anyway i see the plugin in the build.

  • Which addon and which cordova plugin is that?

  • Which addon and which cordova plugin is that?

    it's Chadori master collection - mobile vibrate addon, haptic-touch plugin

  • haptic-touch plugin

    I can't find this one. If you mean "cordova-plugin-vibration", then it could be added by Construct plugins like Touch or Browser.

  • > haptic-touch plugin

    I can't find this one. If you mean "cordova-plugin-vibration", then it could be added by Construct plugins like Touch or Browser.

    Looks like the issue fixed. I reloaded everything and plugin is absent now. Thank you for your help

Jump to:
Active Users
There are 0 visitors browsing this topic (0 users and 0 guests)