Questions tagged [monaca]

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

230 questions
0
votes
2 answers

How to send email with webintent plugin - Monaca IDE

Somebody kindly guide me for sending email through webintent plugin for Monaca
Leo
  • 77
  • 1
  • 10
0
votes
1 answer

Monaca build does not bundle all css and lib folder inside www

I have started my monaca project using "minimal template" as base. And developed further using Monaca localKit. On local setup, I included onsen library manually. All works fine when I debug using monaca debugger. But when I build project (either…
0
votes
1 answer

Monaca: How to share an app with testers on the Basic plan?

The Monaca documentation states that Basic plans allow for inviting users to join a project as testers. However, I can find no docs on how to do so, and clicking Share Project returns "Please upgrade your plan in order to use this feature." Is there…
Luke Dennis
  • 14,212
  • 17
  • 56
  • 69
0
votes
1 answer

Monaca (Cordova) BarcodeScanner won't cancel

I'm using Monaca to develop an iOS app that uses the BarcodeScanner Cordova plugin. In the Monaca debugger it works fine, but when I build the app and run it on its own I cannot cancel the barcode scanner. It triggers, shows the camera, and shows…
0
votes
1 answer

Visual Studio 2013 debug Android

I downloaded Apache Cordova CTP3.0 for VS2013. If I create a new Cordova project I notice I have the option to debug using Android in the configuration manager. I have a Monaca project that I previously created but that only lists "Any CPU". How do…
0
votes
0 answers

Monaca Debugger Showing Unrendered HTML (Android)

I just downloaded the Monaca Debugger version 3.2.1 onto my Samsung Galaxy S5. I attempted to debug a very basic app but the app is displayed as unrendered HTML (basically just one long string of HTML text) on the debugger. Does anyone know the…
husterk
  • 184
  • 1
  • 10
0
votes
0 answers

Monaca Debugger not handling persistent storage correctly

All, I might have found a bug in Monaca Debugger. I am using the following code to get a persistent or temporary storage: window.requestFileSystem(__storageType, _size, function(_fileSystem) { // Success logger.info("initFilesystem:…
Sven
  • 1
  • 1
0
votes
1 answer

Can't create popover of onsen-ui

I work on Monaca platform to develop mobile app with onsen ui and angularjs I want to add popover of onsen like this code: angular.module('app', ['onsen','ngResource']) .controller('DropdownController', function($scope) { ons.ready(function() { …
Yaman ALTareh
  • 286
  • 3
  • 12
0
votes
1 answer

How to use Onsen UI + Monaca + jQuery

I'm new with Onsen UI. I'm using Monaca and I'm trying to work with jQuery. Below you can check my HTML page and JS script. index.html
acg
  • 503
  • 3
  • 11
  • 27
0
votes
2 answers

Angularfire with OnsenUI and Monaca / Phonegap

I'm working on a mobile app using OnsenUI for the UI, running within the Monaca / Cordova framework, using Firebase as a BaaS through the angularfire module. I've setup the module without Firebase as follows: var myAppController =…
vjm
  • 49
  • 1
  • 9
0
votes
1 answer

How to update onsen-ui states?

I have a simple onsen-ui sample page. It's built in Monaca (http://monaca.mobi) with Onsen UI 1.0.4. The page contains two onsen-ui buttons (ons-button), their visibility is bound a javascript method via angular js. The buttons are mutually…
0
votes
2 answers

Hybrid App: Audio not playing on Android

I am using Monaca.mobi to build a hybrid app. When I build the app for IOS everything is fine; however, when I build it for an android device (Nexus 7) audio does come through. In the Monaca debugger; however, the audio works fine. Is there…
benjipelletier
  • 653
  • 5
  • 11
  • 29
0
votes
2 answers

Onsenui: sliding menu + camera

I'm using monaca ide to develop a simple app, and using the slinding menu of onsenui I found that usually when I take a photo reload the page, so the photo doesn't appear on the page. Seems to be random, sometimes happen sometimes doesn't, and I…
andy_314
  • 431
  • 5
  • 17
0
votes
3 answers

Onsen UI + InMobi integration

I am trying to integrate inMobi ads into my Monaca project. The current Monaca tutorial seems to be outdated so I talked to one of the InMobi staff. He told me to put this code in where I want it.