monaca tag

308 questions


2 answers
120 views
0
Monaca Debug Build Does Not End

I'm trying to debug build an application that I made with Monaca, but for iOS, it's still Preparing to Build and for Android, it's still Build In Progress. No matter how long I wait, the build doesn't...

2 years ago

1 answers
103 views
0
I want to repeat the form dialog in monaca

At monaca button-click to launch a form dialog↓Enter ↓A new button is created I would like to repeat this about three times.http://codepen.io/anon/pen/KpNVNr$(function(){ vardialogTable=$('#jquery-ui-...

2 years ago

1 answers
32 views
0
I can't use "_" in package name in monaca's Android app settings

If you include an underscore in the package name of the project you created today, it will display ×Invalid characters and you will not be able to register.Does anyone have any information?I checked t...

2 years ago

1 answers
35 views
0
Unable to create keystore for Android app in monaca

When I tried to create a keystore for the Android app in monaca, I got an error saying Fail to create keystore and I couldn't create it at all.I don't use two-byte characters, but does anyone know wha...

2 years ago

1 answers
36 views
0
Unable to build with application loader 90125 error

I developed the ios app on monaca, and the application was completed once.I'm trying to upgrade the version and build it with Application Loader 3.0, but I can't build it because of the 90125 Error be...

2 years ago

2 answers
46 views
0
I want to boot the camera from Monaca's input tag.

We are creating a tool to upload photos selected from the photos taken by calling the camera or Galleria.I installed it on my smartphone and I am checking the operation, but the behavior of Android is...

2 years ago

1 answers
32 views
0
I want the origin page to be an external server page.

This is my first application development at monaca.I wanted to read www on the server instead of www in the native language, so I decided to call the URL online in location.href.It works with the debu...

2 years ago

1 answers
148 views
0
I want to implement a tab bar in jQuery mobile

I would like to implement a tab bar in the notepad of the monaca sample app (there are three tabs below, the top screen of the notepad app is also displayed in the tab switching destination, and there...


1 answers
98 views
0
I can't send emails from my Android device in Monaca.

with the following code:function sendMail(){ window.plugins.webintent.startActivity( { action: window.plugins.webintent.ACTION_VIEW, url: 'mailto:mail address' }, function() {}, function() {al...

2 years ago

1 answers
38 views
0
Is there a way to check the operating system display language?

Is there a way to check the language mode of the operating system?I looked for the document but couldn't find it.I would like to display the message (Japanese or English) according to the OS settings.

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.