monaca tag

308 questions


2 answers
100 views
0
infinite loop of device ready in navigator.camera.getPicture

Sample official documentation is being tested with Xperia SO-02E.http://docs.monaca.mobi/3.5/ja/sampleapp/tips/camera/If you preview the sample as it is, the camera application will start and you can ...

2 years ago

1 answers
55 views
0
ERROR ITMS-90020: "This bundle is invalid. It does not contain a.app bundle, which must be a readable directory."

I developed a hybrid application in Monaca, and it was rejected (about a month ago), so I am trying to upgrade it and build it with Application Loader 3.0, but the following ERROR ITMS-90020 appears a...

2 years ago

1 answers
113 views
0
About monaca localkit

I set up the settings for local development in Monaca.I installed the local kit by referring to the information in this URL (http://docs.monaca.mobi/cur/ja/manual/localkit/monaca_localkit_index/), but...


1 answers
91 views
0
Design using tabbar outside of home

I'm thinking of using a tab bar configuration, but I don't want to display the tab bar on the first homepage (there is a link).I would like to use the taboos bar on all other pages, but is there any w...

2 years ago

1 answers
67 views
0
To put the Monaca Localkit UI into English

For non-Japanese operating systems, the Monaca Localkit UI is like a Japanese mom.Do I need to set it up in English?

2 years ago

1 answers
63 views
0
retrieve an image from an iPhone folder

I'd like to add a photo-taking function in the template of the ToDo app to select photos in the iPhone folder.function addToPicture(){ navigator.camera.getPicture(addTodo, function(){ alert(Failed to...

2 years ago

2 answers
86 views
0
How do I resolve the warning about the difference between monaca's ios debugger and project's cordova version?

When starting a project in the debugger, the following warning appears:Is there any way to resolve it?The cause of this warning is unknown at this time, but it does not start debugging.The Cordova ver...

2 years ago

1 answers
53 views
0
I would like to display the contact list using the monaca contact plug-in.

I would like to use the monaca contact plug-in to display the contact list.app.controller('MainController', function($scope){     … }); ons.ready(function(){ // contact = new Contact(); var options...

2 years ago

1 answers
109 views
0
Troubleshooting Cordova 3.5 Format

Monaca moved from Cordova 2.9 format to Cordova 3.5 format and built it on Android devicesThere were about three problems.If you know how to deal with it, please let me know.Status (Tool) bar disappea...

2 years ago

1 answers
105 views
0
When I reviewed Monaca's app, I was asked to edit it loosely for push notification.

Your appappears to include API used to register with the Apple Push Notification service, but the app signature's entries do not include the aps-environment entry. (omitted) You may remove the API fro...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.