Navigation

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

    Andi

    @Andi

    Monaca

    6
    Reputation
    173
    Posts
    1972
    Profile views
    3
    Followers
    0
    Following
    Joined Last Online
    Location Tokyo

    Andi Follow
    侍 publishers Monaca Onsen UI administrators

    Posts made by Andi

    • RE: Monaca Login from monaca-lib fails

      If you are using monaca-lib standalone, take a look here:

      https://github.com/monaca/monaca-lib/issues/121

      hereiam133 created this issue in monaca/monaca-lib

      closed No longer able to login #121

      posted in Monaca Tools
      Andi
    • RE: Monaca Login from monaca-lib fails

      What kind of plan are you using? It should not matter but it’s better to double check.

      posted in Monaca Tools
      Andi
    • RE: Passing in a param that can be read in code at run time

      You cannot really pass any parameter but there are alternative ways to check if you are running Monaca Preview or a Debug build.

      During Monaca Preview execution, Cordova itself is not running. You can just check that and adapt your code consequently. Here you can find some examples.

      For what concerns Debug builds, you can check it by using a Cordova Plugin like this one

      posted in Monaca Tools
      Andi
    • RE: app does not display content

      Glad it helped, enjoy Onsen UI! :D

      posted in Developer Corner
      Andi
    • RE: app does not display content

      Try to put all your JS code inside the ons.ready function and see how it goes.

      posted in Developer Corner
      Andi
    • RE: app does not display content

      It sounds like timing/event related issue but it’s hard to tell without taking a look at the source code.
      You should probably open a support request here, specifying the project.

      posted in Developer Corner
      Andi
    • RE: Monaca transpile too slow.

      @nipun-kr how slow is it? I just tried to run monaca preview on a Vue project and it seems quite fast. You can see how long it takes to initialize the web server + first transpiling operation and then perform another transpiling operation once the source code has been updated.

      0_1506999974081_Screen Shot 2017-10-03 at 12.02.57.png

      posted in Monaca Tools
      Andi
    • RE: Monaca debug error - Cannot find module 'angular2-onsenui'

      Try to go the root of your project and run the following commands:

      npm install
      monaca reconfigure
      monaca debug

      Moreover, which template did you exactly create?

      posted in Monaca Tools
      Andi
    • RE: How to add a file to the root?

      You should be able to see the files after your refresh the project tree content (there is an option close to the upload button.

      posted in Monaca Tools
      Andi
    • RE: How to add a file to the root?

      There are a few ways to accomplish it because there are different firebase plugins.
      If you use https://github.com/fechanique/cordova-plugin-fcm then the files should be automatically created.
      If you use https://github.com/arnesson/cordova-plugin-firebase then you need to manually upload the config files in the root by following this procedure.

      1. Open your project in IDE.
      2. Click the upload button on the top-left of the page

      There are a few ways to accomplish it because there are different firebase plugins.
      If you use https://github.com/fechanique/cordova-plugin-fcm then the files should be automatically created.
      If you use https://github.com/arnesson/cordova-plugin-firebase then you need to manually upload the config files in the root by following this procedure.

      1. Open your project in IDE.

      2. Click the upload button on the top-left of the page

        0_1502075020322_Screen Shot 2017-08-07 at 11.57.59.png

      3. A modal will open, select the / as destination and upload the config files.

        0_1502075087809_Screen Shot 2017-08-07 at 11.58.07.png

      At this point, the config files should be available on IDE

      posted in Monaca Tools
      Andi