Monaca is a cloud based mobile app development environment. Supports iOS/Android hybrid apps in one source.
Questions tagged [monaca]
230 questions
2
votes
1 answer
Monaca build wont handle phonegap plugins
So my issue is that when I export my project from monaca, and build it in phonegap, I have no issues with the plugins what so ever. However, when I build in Monaca, the phonegap plugins aren't working. I am new to the Monaca IDE, is there something…

John Gonzalez
- 315
- 2
- 11
2
votes
1 answer
pushPage can't work - Onsen monaca phonegap
JS
app.controller('categoryController', function($scope,$http){
$http.get('http://xxxxxxxxxxxx.com/public/api/v1/category').success(function(response){
$scope.myCategory = response.data;
});
$scope.showSubCategory =…

Njaz Ndot
- 21
- 1
2
votes
1 answer
Onsen UI: Pick list
Does Onsen UI support pick lists? I can't find an example. I need to have users select from a list of options. Using the select element would be cleaner. While I can get the select to function the rendering is not consistent with the rest of the UI.

MoreScratch
- 2,933
- 6
- 34
- 65
2
votes
1 answer
Monaca + barcode scanner callback issue
I am currently trying Monaca to develop an hybrid app using the Cordova barcode scanner plugin.
For some reason, scan callback started to behave not properly.
Immediatly after scanning, I get a syncing message dialog ("checking sync target…

Neme Zya
- 45
- 4
2
votes
1 answer
Is it possible to use the "native" window.plugins.pushNotification from cordova in Monaca?
Has anyone been able to get push notifications working in their Monaca app, by not using Monaca's backend service? For what it's worth, I also tried using their backend service, but couldn't get it to work and even if it did, it's not nearly good…

Ben McMillan
- 578
- 4
- 12
2
votes
1 answer
Can I choose Onsen UI 1.2.2 beta in Monaca?
Since there are a number of issues find in Onsen UI 1.2.1, we hope to build a new version with Onsen UI 1.2.2 Beta in Monaca, any one know how to make it? Thanks a lot.

user3290406
- 23
- 2
2
votes
3 answers
Android App build with Monaca IDE and cordova phonegap-facebook-plugin
I am developing Android App with Monaca IDE and trying to use cordova phonegap-facebook-plugin to implement Facebook Login.
The issue is even I follow the instruction in this thread
I have put the correct key (since it says if I giving wrong…

Glenn Hung
- 23
- 2
2
votes
1 answer
Onsenui app add custom function on navigator click
I develop a Onsenui app on Monaca and I'd like to add a custom function on my on-right-button-click event :

charlesen
- 65
- 1
- 7
1
vote
0 answers
Apps targeting Android 12 and higher are required to specify an explicit value for android:exported (using Monaca for Apache Cordova)
I'm trying to build my Apache Cordova app for android and I face with this error. I found that android:exported="true" must be added to the activity attributes but since I am using many cordova-plugins which add different activity attribute to the…

shayan izadi
- 61
- 4
1
vote
0 answers
Monaca (cordova) compiled Android app is unable to make AJAX requests
All ajax requests are getting executed properly when I use the monaca debugger app of either ios or android. They are also working fine with the ios app compiled using monaca build.
However the android app (compiled using monaca build) is just not…

Srikanth
- 13
- 4
1
vote
1 answer
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability
I use phonegal build but today i get this error when upload .ipa to apple store
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability
then I removed all…

user1688401
- 1,851
- 8
- 47
- 83
1
vote
0 answers
Unnecessary white spaces in ons-carousel-items
I am new to Onsen UI and Monaca. I really like it a lot. I am trying to build a carousel with small images (say 6em x 6em). Using ons-carousl and ons-carousel-items, I am able to achieve it. However, there is a wide gap between consecutive images.…

KNIGHT MAHAJAN
- 503
- 1
- 5
- 12
1
vote
0 answers
Running Monaca project on Windows
I want to create a Cordova based monaca project on Windows. I have installed all the dependencies as following
npm install -g cordova
npm install -g webpack-cli
After that added monaca
npm install -g monaca
monaca create l360_desgn
then i have…

Tasfia Sharmin
- 389
- 1
- 7
- 23
1
vote
1 answer
Filetransfer.download not working properly in some mobiles
Given below is my code (form is the name of the file i want to download)
var fileURI = "http://myurl/"+form;
window.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fs){
var filepath = fs.root.fullPath +…

mrygank
- 23
- 3
1
vote
1 answer
Cordova android backbutton confirmation message
I am working with Cordova based vue.js related app with Monaca and onsen.ui. I need to work on the Android Back button so that it shows me a confirmation message whenever a user presses the back button of the phone. it must show two option 'Yes' and…

Tasfia Sharmin
- 389
- 1
- 7
- 23