Navigation

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

    • Camera cannot be authorized
      Developer Corner • cordova error camera • • munsterlander

      2
      0
      Votes
      2
      Posts
      1301
      Views

      @munsterlander Solved: https://stackoverflow.com/questions/57838790/camera-works-in-monaca-debugger-but-not-in-debug-build/57847276#57847276
    • I

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

      2
      0
      Votes
      2
      Posts
      1377
      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>
    • J

      iOS Release Build fails when using OneSignal
      Monaca Tools • ios build release error onesignal fail cocoapods • • jonasdev

      2
      0
      Votes
      2
      Posts
      2917
      Views

      J

      Okay, today the build succeeded without a problem. I guess the error is fixed.
    • C

      manage splitterSide for use it as reusable component
      Onsen UI • react splitter error splittercontent splitterside • • cyclops24

      12
      0
      Votes
      12
      Posts
      10736
      Views

      J

      @cyclops24: you might consider a more flexible alternative. By that I mean that you manage state via a parent component that automatically gets rerendered whenever you click a new menu item: https://community.onsen.io/topic/821/splitterside/3
    • [Solved] Uncaught TypeError: ons.compile is not a function
      Onsen UI • error ons.compile • • badlee

      5
      0
      Votes
      5
      Posts
      6251
      Views

      @argelius it’s done, thank’s.