Monaca is a cloud based mobile app development environment. Supports iOS/Android hybrid apps in one source.
Questions tagged [monaca]
230 questions
1
vote
1 answer
ReferenceError: Promise is not defined OnsenUI
So i just installed monaca by following this doc from onsen website. But when i do the second step i always get this error:
[ReferenceError: Promise is not defined]
Tried everything on the internet but it seems like all the question is not relevant…

Harriz
- 77
- 3
- 10
1
vote
1 answer
testing monaca backend only possible on device, why?
When I test my app on my device I'm able to connect to the backend user and collection features. Why isn't that working when I preview the app in the browser (Chrome)? Or is it possible and what should I do to fix this...

Verhulstd
- 281
- 1
- 2
- 12
1
vote
1 answer
Server based database with Onsen/Monaca
I'm looking for advice if it is possible to use server based database with the onsen/monaca framework? I know Monaca has its own backend database that can be utilized; however, I intend to not have my project's database cloud based.
Initially, I…

raven
- 25
- 2
- 13
1
vote
1 answer
MC.User.login -> MC is unknown
Probably a simple answer but where comes the MCobject from? How can I set it. I Keep getting an error that states that MC is unknown in the following code:
MC.User.login(email, password)
.done(function()
{
console.log('Login is success!');
…

Verhulstd
- 281
- 1
- 2
- 12
1
vote
1 answer
Accessing controller values in view using AngularJS
I am trying to display the values from a JSON nested array in a view using AngularJS.
I have checked the output on a console.log() and the JSON object is returned as expected. But I want to display the details in my view. In particular I want to…

heyred
- 2,031
- 8
- 44
- 89
1
vote
1 answer
I cannot get a token in a production environment in spite of good working in a sandbox environment
Although I have posted the below question to the evernote developer forum, that forum has been closed before I could have gotten response for my question.
I have also gotten proposal from one of evernote employees, chanatx, to check whether my key…

lucky
- 11
- 1
1
vote
0 answers
phonegap-plugin-push in monaca not working when set SENDER_ID in plugin configuration
I am using Monaca to build my application phonegap, everything works fine, now I'm trying to import the plugin phonegap/phonegap-plugin-push. This plugin is an external plugin, then I have upgraded my account to developer plan, in the configuration…

Juliancho9191
- 121
- 12
1
vote
1 answer
combobox displaying weird bootstrap Monaca
I've been developing in Monaca IDE with bootstrap; the problem I'm having right now is that the combobox element displays half its height when I test the app in my cellphone(or any other cellphone) but in the preview it displays beautiful,
this is…

Gabriel Tortomano
- 115
- 1
- 11
1
vote
1 answer
Monaca.io can not build with adding cordova google map plugin
I am working on Monaca.io and try to build android with Google maps plugin by the structions from cordova plugin google maps
After build it shown error below:
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task…

user3095121
- 11
- 1
1
vote
1 answer
Onsen UI 2 with Angular JS
I would like to migrate my app to Onsen2 .
Currently my app us in onsen UI1.
What is the best way / process to migrate the app?

Anand P
- 71
- 6
1
vote
2 answers
hybrid app not working with Monaca IDE
A few months back I started building a Hybrid application using Monaca IDE, now i'm trying to make some changes to it, the thing is that when I try to make a debug build to test the app it doesn't work, it doesn't even run, when it starts says "my…

Gabriel Tortomano
- 115
- 1
- 11
1
vote
1 answer
Chat App with Monaca
i am a beginner at developing hybrid apps. And i came across of this magnificent cloud-based framework named Monaca. Now the issue is this, the Backend it provides is not useable for my chat application(well if there is a miss from my side feel free…

Nooblicious
- 21
- 2
1
vote
1 answer
OnsenUI ons-list-item is sometimes decorated in iOS
Sometimes, but not always, the text in an onsen-list-item is decorated. It only happens with addresses in iOS. I have attached a screenshot below. Is there a way to prevent this?

MoreScratch
- 2,933
- 6
- 34
- 65
1
vote
1 answer
Onsen UI compile hides page elements
I am trying to add a progress spinner to an onsen-list element displaying search results. Every time I add the progress elemet and compile it or the the list, the search input dissappears as I type - but only in the debugger app. Here is my…

MoreScratch
- 2,933
- 6
- 34
- 65
1
vote
1 answer
Promise from db transaction is being resolved but function after is not running. AngualarJS, Cordova
I'm trying implement autologin on my monaca application. To do this, I use web sql database. Upon manually logging in, I store user email and password. On subsequent startups,
I call on my SERVICE - 'dbTransaction' in my Main controller and use…

jackjoesmith
- 951
- 4
- 20
- 33