Monaca is a cloud based mobile app development environment. Supports iOS/Android hybrid apps in one source.
Questions tagged [monaca]
230 questions
48
votes
7 answers
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
Note: Due to security concerns, please don't use the marked solution but instead the highest voted one!
original question:
I am trying to install monaca with this command.
npm install -g monaca
But right after getting these errors:
npm WARN…
user10378098
28
votes
2 answers
Cannot read property 'bind' of undefined. React.js
I'm making list using onsenui and react.
but I cannot call a bind from onchanged.
I couldn't figure out.... Does anyone can solve this?
this is my code.
I'd like to call handlechanged method from input item.
But then, Cannot read property 'bind' of…

Masaru Iwasa
- 521
- 1
- 6
- 9
5
votes
1 answer
Google map is not showing in vue.js
I have bulit an app based on Vue.js using Monaca,Cordova and onsenUI. I want to show my location using Google map in my page. To implement this I have used a npm package vue2-google-maps but it does not show anything.
The codes I have used are from…

Tasfia Sharmin
- 389
- 1
- 7
- 23
4
votes
3 answers
4
votes
4 answers
Onsen-ui combining carousel with range input & action listeners/methods
I have a onsen-ui project and I'm using Monaca Cloud IDE to build it. I'm still struggling with a few key concepts when it comes to onsen-ui, but I can't figure it out from readying the docs.
At the moment I'm trying to implement a "range" input on…

sj.meyer
- 835
- 8
- 15
4
votes
1 answer
Add a login page in my Onsenui app
I'd like to set a login page before entering the main page.
How can I do that just before this instruction :
I use The Monaca IDE
Thanks for the help
Charles

charlesen
- 65
- 1
- 7
3
votes
1 answer
Access and Refresh Tokens
I am using caspio rest api to authenticate my users in a mobile app. Upon authenticating, I was given an access token to which I included in my AJAX call under the parameter 'Authorization' : Bearer [access token].
I understand that I can renew the…

notapro
- 31
- 4
3
votes
1 answer
Step by step guide for initial project setup using Cordova + Onsen + React
Is there a good step by step guide of how to create an Onsen UI 2 + React + Redux + Cordova application from scratch?
There are a lot of guides out there but almost none of them tell about the initial project setup: what npm packages to install and…

DiselPower
- 31
- 4
3
votes
2 answers
How can I get image from Firebase Storage and display them in Angular 2 ngFor
I'm trying to display image in *ngFor which I downloaded from Firebase Storage.
I succeeded fetching image data from storage, but I don't know how to set image data in ngFor statement.
Let me show you my code here.

taku845
- 133
- 1
- 3
- 11
3
votes
2 answers
Onsen UI Navigator prevent double click
I have an on-list with items that I allow users to click on. Clicking on an item takes the user to a details page. If you click fast enough it's possible that two click events get fired taking the user to one details page, then another. Is there a…

MoreScratch
- 2,933
- 6
- 34
- 65
3
votes
1 answer
Onsenui can not add onsen module
I have created a new project via Monaca IDE. The page has ons.bootstrap() and onsenui version is v1.3.8 - 2015-07-27.
I try to add
but when I add a controller, such as app.MyController it gives…

drew
- 105
- 10
3
votes
1 answer
HTML id is not recognizing in JQuery for multiple onsen-page
I am trying an App in monaca using onsen UI. I have multiple pages and using Onsen Navigator for navigating in my pages.
1st Page has Login Button and Register button which open (push) Register page with Userid and email information.
I am trying…

Anand P
- 71
- 6
3
votes
3 answers
Onsen-ui - Back Button with Sliding menu not working
I am creating a mobile app in monaca.mobi and I am using Onsen Ui.
The app has many pages and every page link to another page, so I need back button in all pages except the home page.
I have in my index.html this:
…

Jannis M.
- 89
- 1
- 1
- 8
3
votes
3 answers
text-input get hidden on keyboard popup onsen-ui
I implemented the following but yet can't see what I am typing. I can see the suggestions while typing, but not what I am typing. Can you help me know where am I going wrong.

Leo
- 77
- 1
- 10
2
votes
2 answers
AngularJS cancelling a timeout
I have a cross platform app developed using AngularJS and Onsen/Monaca UI.
I have a function that watches for changes on button clicks and if a certain number of clicks have been detected on a button, the user is taken to a confirmation…

heyred
- 2,031
- 8
- 44
- 89