Monaca is a cloud based mobile app development environment. Supports iOS/Android hybrid apps in one source.
Questions tagged [monaca]
230 questions
2
votes
2 answers
Error message in Monaca debug mode with Onsen UI Angular 2
I’m having template parse errors in Monaca debugger. When using monaca preview, it is running in the browser without any problem, but when I use monaca debug, I see “Error: Template parse errors: Can't bind to 'ngif' since it isn't a known property…

Ema4rl
- 577
- 1
- 6
- 17
2
votes
1 answer
Monaca (Cordova) Iframe = very buggy?
I'm using Monaca/Cordova/OnsenUI and an Iframe. I have been trying to get this to work smoothly for the last 4 days.
The goal was to create a simple application in Monaca which has an Iframe. And display the web site in the iframe. So it would feel…

Frederic V
- 23
- 2
2
votes
1 answer
Persistent data storage in Cordova using Monaca.io
I am having a problem where app settings in localStorage is sometimes being deleted for some of my users in iOS. I understand that iOS will delete these if space is needed. My app is built using Monaca.io/Cordova/OnsenUI/JQuery. Can someone suggest…

MoreScratch
- 2,933
- 6
- 34
- 65
2
votes
1 answer
Displaying nested JSON in AngularJS
I have a cross platform app developed in AngularJS, Onsen UI and Monaca.
On one of my pages I make a API call that returns a nested JSON object to me. I can read the JSON object using $http.get() and I can loop through the JSON and display the high…

heyred
- 2,031
- 8
- 44
- 89
2
votes
1 answer
Monaca cloud: Display ios app name on the home screen in English or in Japanese
I am creating an app in MONACA cloud.
By using the language of the terminal , I want to switch the name of the icon on the home screen of ios in English or Japanese .
ex)
use English: Notepad/
use Japanese: Memo
I think that what should be editing…

yuzu
- 43
- 3
2
votes
1 answer
Pure JS - Disable button in Onsen 2.0 / Monaca
Using Onsen 2.0 with Monaca, I am having an issue setting the disable property to true via JavaScript and not Angular. I am aware of how to do this with AngularJS and binding to a variable, but I just need to set the property via straight JS as…

Munsterlander
- 1,356
- 1
- 16
- 29
2
votes
2 answers
Monaca Onsen 2.0 ons-tabbar material design
I'm making an material design app with the new Monaca Onsen 2.0, I used ons-toolbar and works fine, but I can't understand how to use ons-tabbar with material, some trick?
WORKS FINE

Federico González Brizzio
- 682
- 1
- 8
- 15
2
votes
0 answers
How to use 'like' in a Monaca Backend query
How do I make a query that uses like in Monaca Backend?
SELECT *
FROM users
WHERE user_id like "%bc%"
Criteria - Monaca Docs
Not working:
db.findMine("name == /bc/","",{limit: 10});

Lucas Carnevalli
- 62
- 7
2
votes
1 answer
Monaca Localkit Launch Error
When I try to launch the Monaca Localkit application, it shows "Unable to start HTTP server. Maybe the port is occupied. Please change the port and restart the program."
Then, I have changed my port setting many times, but it still shows the same…

Kazzz Studio
- 449
- 1
- 6
- 19
2
votes
1 answer
How to remove monaca flash screen from monaca android build?
I created android app. but whenever it loading it shows default monaca flash screen. I want to customize in my way. how can I do this ?

SURAJ JADHAV JD
- 21
- 1
- 6
2
votes
1 answer
How to updated is the number of steps for HealthKit?
Use the Monaca and HealthKit plug-in has acquired the number of steps.
The acquired number of steps is not updated until is open the HealthCare app.
Would not be able to update by sending a command from the plugin?
Please help me.
Thank you for…
user5465193
2
votes
2 answers
mapbox does not work in monaca.io project
I simply added these lines to index.html inside head section:
and these lines to…

YellowFace
- 23
- 5
2
votes
1 answer
Monaca Onsen UI - Beginners tutorials
I cant find walkthroughs for monaca onsen ui. Most are advance tutorials that a beginner cannot understand. Angular, Jquery , and plain javascript are mixed so i get confused which is which.
I want to save something to my backend. I followed their…

Armadeus
- 37
- 7
2
votes
1 answer
dropdown hide image onchange javascript
I'm creating a mobile application on monaca.io. I try to hide image when user select an option from combobox but nothing happens.
function setImageVisible(id, visible) {
var img = document.getElementById(id);
img.style.visibility = (visible…

Ahmed Elshorbagy
- 350
- 1
- 5
- 16
2
votes
1 answer
What's the proper way of showing a dialog based on a template in Onsen UI?
I have a one page Angular app with Onsen UI 1.3.6.
I am trying to show a dialog but I keep getting a 404 Not Found error.
My Javascript is:
ons.createDialog('iconselector.html').then(function(dlg) {
dlg.show();
});
And my HTML is:

abbood99
- 71
- 2