Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. j4hangir
    J
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    j4hangir

    @j4hangir

    0
    Reputation
    8
    Posts
    338
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website j4hangir.com

    j4hangir Follow

    Posts made by j4hangir

    • RE: Monaca upload command extremely slow.

      @khemry That indeed resolves the delay, however how’s that not a bug? The content of Plugins folder should be just like other files, be compared and uploaded when necessary, why’s it taking so much time when they’re there?

      p.s.
      How did you derive the conclusion that most plugins aren’t being used? Two or three are being experimented with and the rest are used.

      posted in Monaca Tools
      J
      j4hangir
    • cordova-plugin-media is not available in custom built debugger

      I’ve added the plugin cordova-plugin-media to my project, and I’ve found out that in the iOS built version window.Media is available, however in the custom-built debugger it’s not.

      Could there be a specific reason for this?

      I only have one project under my account, if you’re one of the staff you can look into that.

      posted in Monaca Tools
      J
      j4hangir
    • RE: Adding `cordova.plugins.notification.local`

      Thank you, the problem was due to not compiling a Monaca Debugger.

      posted in Monaca Tools
      J
      j4hangir
    • RE: Monaca upload command extremely slow.

      The project is about 12MB, it’s transpilable but that step doesn’t take much time.

      As I’ve emphasized, please look at the exact step that I mentioned, only that step takes the longest time - somewhere around 5 minutes - and it seems to be related about Monaca servers.

      I don’t know if you have access to my projects? If so, you can look into the project named voteNconnect.

      posted in Monaca Tools
      J
      j4hangir
    • Monaca upload command extremely slow.

      I’m using Monaca CLI v3.0.2, and this step takes very long time to finish:

      Reading Local Files...
      Reading Remote Files...
      Reading Local Files [Calculating File Checksum]
      Reading Local Files [FINISHED]
      => * THIS STEP * <=
      

      Anyone has any clue what could be the underlying cause?
      To disregard the usual suspects:

      • Internet is stable (tested on a server and locally both)
      • It’s not most likely a problem with 3.0.2, as it was working just fine before and suddenly started to get like this.
      posted in Monaca Tools
      J
      j4hangir
    • RE: Adding `cordova-plugin-background-mode`

      @jamal Thank you, the problem was resolved that way.

      posted in Onsen UI
      J
      j4hangir
    • Adding `cordova.plugins.notification.local`

      I am working on adding this plugin cordova-plugin-local-notification from https://github.com/katzer/cordova-plugin-local-notifications, I’ve even created a fresh simple project, but it’s impossible to use it.

      The given project seems to have all the right and compatible structure with other cordova plugins, and it exports itself as the following:

      <js-module src="www/local-notification.js" name="LocalNotification">
              <clobbers target="cordova.plugins.notification.local" />
          </js-module>
      

      Yet cordova.plugins.notification.local - after deviceready is undefined in runtime (iOS).

      posted in Monaca Tools
      J
      j4hangir
    • Adding `cordova-plugin-background-mode`

      I am working on adding this plugin cordova-plugin-background-mode from https://github.com/katzer/cordova-plugin-background-mode, I’ve even created a fresh simple project, but it’s impossible to use it.

      The given project seems to have all the right and compatible structure with other cordova plugins, and it exports itself as the following:

      <clobbers target="cordova.plugins.backgroundMode" />
      <clobbers target="plugin.backgroundMode" />
      

      Yet both of these names - after deviceready are undefined in runtime (iOS).

      posted in Onsen UI
      J
      j4hangir