Questions tagged [monaca]

Monaca is a cloud based mobile app development environment. Supports iOS/Android hybrid apps in one source.

230 questions
1
vote
1 answer

Samsung S7 not compatible although android play console says device is supported

I have an android app developed with monaca. Some of my users have a Samsung S7 phone. When they install the app, it says it is not compatible. I checked the device catalog in the play developer console, and it says that all the Galaxy S7s are…
1
vote
1 answer

Monaca: custom notification sound and small icon in Android with Onesignal

I've started a Monaca project, imported the official Onesignal plugin and it's working OK. The problem is that I couldn't find a way to send a custom sound and small icon in Android. I've place a mp3 file under /res/android/raw/ and a small…
rcpinheiro
  • 85
  • 1
  • 6
1
vote
0 answers

How to resolve Nifty cloud send push notification error from monaca (android)?

I have implemented nifty cloud for push notification service in monaca platform(android). I can receive push notification send from nifty cloud mobile backend. document.addEventListener("deviceready", function () { console.log("app is ready"); …
Md Alamin
  • 1,084
  • 11
  • 19
1
vote
1 answer

Responsive grid for Onsen UI

Unfortunately Onsen UI does not have a responsive grid for placing blocks on screens of various sizes. What grids can you recommend for use with Onsen UI? I have experience with Bootstrap but this library is too big to use it in a project for a…
1
vote
0 answers

How to Test Facebook Connect Locally with Monaca

I am currently working into a project with AngularJS and OnsenUi in Monaca Localkit and i need your help with the integration of facebook login to the application. I followed the instructions here but i didn't make it to work. On Site URL field i…
thodwris
  • 1,327
  • 1
  • 17
  • 27
1
vote
2 answers

HTML dynamic content mysteriously dissapperars

I am currently working on a hybrid mobile application using Monaca, Cordova and Onsen-UI, but my problem seems more javascript-related. I want to dynamically create list of items. For this purpouse I created simple page template, here is the key…
D. Kuki
  • 56
  • 4
1
vote
1 answer

how to run a angular js controller continuously(in every 5 seconds) after called the first time

here is my angular js file(app.js)when I call the controller(uuidCtrl) it will trigger the uuidCtrl Controller.when I want to call the controller 2 times i have to load the page 2 times.But I want to run it continuously after called the first…
1
vote
1 answer

Opening a new page by Monaca with Onsen UI

I have following code done. I have in the index.html. I want to create a new page with NEW button here. I have tried it but no action shows in preview. My code is below, Please help,
tenten
  • 1,276
  • 2
  • 26
  • 54
1
vote
0 answers

onsenui with Cordova - start application on specific screen

I'm running a React.js/Cordova/OnsenUI application that is intended to be used both in the browser and on mobile devices. I'd like the user to be able to scan a QR code, then jump to a screen in my application. This is what the application looks…
Brad
  • 2,261
  • 3
  • 22
  • 32
1
vote
0 answers

How to make a model window like as a dialog box onsenUI

i want to make modal window like this way http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_modal&stacked=h Here is my controller code : $scope.showModal = function () { $scope.modalMessage="Modal Message Custom" …
user6847532
1
vote
0 answers

how can put space between two button in OnsenUI

i unable to put space between two button . and i also tried without ons-row and ons-col code :
user6847532
1
vote
3 answers

Cordova 6.2 doesn't play local file. $cordovaFile.checkFile doesn't find it

I have an mp3 in the www folder and I need to play it. The file exists, I've unzipped the build and I can see it from the IDE (Monaca). I'm using Cordova 6.2 and cordova-plugin-media 2.3.0, testing on an HTC ONE M7. //"use strict"; var app =…
rrabio
  • 143
  • 2
  • 6
1
vote
0 answers

Couldn't find log file upon monaca preview failed

I'm getting error when run my monaca-cli, "monaca preview" Failed to transpile: Error has occured while transpiling /Users/geohu/Codings/essMobile/essmb with webpack. Please check the logs. However, I couldn't figure out where should I check the…
georgehu
  • 186
  • 1
  • 12
1
vote
1 answer

OnsenUI Loading Ons-List with Remote JSON Data

First, I am a beginner in the process of learning. I have been experimenting with this code to load remote json data in to a ons-list. Can someone explain to me why the data is not loading in to the list? I am using Monaca. I can get the data to…
JonathanM
  • 21
  • 4
1
vote
2 answers

Onsenui with Bluetooth plugin

I am trying to implement a bluetooth plugin using Onsenui in Monaca IDE. I keep getting an error message saying: bluetoothSerial not found. I want to create a service that requires the Bluetooth Serial plugin. Then simply call this to do a…
condo1234
  • 3,285
  • 6
  • 25
  • 34