Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Tags
    3. plugins

    • L

      Can anyone make me a basic JQueryMobile template with a few plugins.
      Monaca Tools • cordova plugins help keyboard temp jquery mobile advice project footer header • • Lammie71

      1
      0
      Votes
      1
      Posts
      1379
      Views

      No one has replied

    • C

      Pluging installation
      Monaca Tools • cordova plugins pushnotification-cordova • • carlosflores

      5
      0
      Votes
      5
      Posts
      4629
      Views

      @carlosflores So I’ve just tried to import the plugin myself. You don’t need any configuration regarding this plugin in config.xml file. Then, add cordova-plugin-enable-multidex plugin to your project. This way the build will succeed.
    • I

      Err: Failed to unpack
      Monaca Tools • plugins error • • iDobbler

      2
      0
      Votes
      2
      Posts
      2272
      Views

      This error might be related to required minSdkVersion value. If you are using the latest version of the Wikitude plugin which requires minSdkVersion to be at least 19. By default with Cordova 7.1 project, minSdkVersion is set to 16. In this case, you can just change the minSdkVersion to 19 as shown below: <platform name="android"> ... <preference name="android-minSdkVersion" value="19" /> ... </platform>
    • A

      We need a Flashlight toggle switches when barcode scanner on
      Developer Corner • monaca plugins monaca ide monaca power plugins • • Amirtha

      2
      0
      Votes
      2
      Posts
      4109
      Views

      @Amirtha I believe this is due to the camera wanting the flashlight for its flash functionality. I did find this on SO though: http://stackoverflow.com/questions/31839030/barcodescanner-cordova-with-led-light
    • S

      Unsolved ons-page 'init' event not firing after adding plugin.
      Onsen UI • ons-page plugins • • sj.meyer

      10
      0
      Votes
      10
      Posts
      10065
      Views

      S

      @munsterlander @Fran-Diox Moving the event listener for ‘init’ to be outside the ‘deviceReady’ event listener worked. I find that strange since I was under the impression the ‘init’ event will register as fired even if you add the listener after the event actually fired. But it’s working now, so thank you for the assistance! Both of you.
    • S

      Unsolved Monaca CLI + 3rd Party Plugins
      Monaca Tools • cordova monaca cli plugins • • sj.meyer

      6
      0
      Votes
      6
      Posts
      6215
      Views

      @sj.meyer Also, if you want a quick way to get started, you can just add this to your project: <link rel="stylesheet" href="https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0/css/onsenui.css" type="text/css" media="all" /> <link rel="stylesheet" href="https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0/css/onsen-css-components.css"> <script src="https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0/js/onsenui.js"></script>
    • S

      Unsolved Onsen 2 - Monaca CLI - Cordova plugins weird behavior
      Monaca Tools • cordova onsen ui 2.0 monaca cli plugins • • sj.meyer

      1
      0
      Votes
      1
      Posts
      2420
      Views

      No one has replied

    • C

      Cannot install any plugin with Onsen ui 2.0
      Onsen UI • onsen ui 2.0 angular plugins • • ceskomira90

      3
      0
      Votes
      3
      Posts
      3922
      Views

      C

      Yes!! after different matches with the old onsen I removed that file. Thanks a lot. Have a nice day.
    • M

      Add Cordova plugin using Firebase not possible
      Developer Corner • plugins firebase • • mbkinnovo

      1
      0
      Votes
      1
      Posts
      2644
      Views

      No one has replied

    • Quick Script for Social Sharing and app Availability
      Onsen UI • onsen ui cordova javascript plugins socialsharing appavailability • • Leonardo Augusto

      4
      2
      Votes
      4
      Posts
      6050
      Views

      Thanks guys :relaxed: It came after a great problem here: i have on my apps a similar command , but when i don’t have an app , the user receives a message with the available packages. It’s not good! So , now i can show a better message.