cordova tag

77 questions


1 answers
76 views
0
Understanding Vulnerabilities in Cordova 4.1.1

There is a warning about a vulnerability in Cordova 4.1.1 in the Play store on Android.Is this automatically deleted from the store if left unattended?If deleted, update the vulnerability with a modif...


1 answers
94 views
0
I want to use IntelliJ for ionics.

How can I add (?) ionics to the existing cordova/phonegap project created by IntelliJ?It says it's supported by the plug-in, but I don't know how to use it.Also, I would appreciate it if you could tel...


1 answers
82 views
0
How to communicate ajax via jQuery in Cordova 5.0

I am creating an app with monaca.In Cordova 4.2 environment, we used $.ajax of jQuery to communicate and retrieve json data placed in external domain, but after updating with monaca, we were unable to...

2 years ago

3 answers
96 views
0
To Change the Menu

As stated in the title, we are looking for ways to change the menu of ons-tabbar.Specifically, when transitioning from screen A to screen B, the ons-tab tag in ons-tabbar is I would like to change it....


1 answers
89 views
0
"When I set ""background-image"" in the div tag, the image is not displayed."

Implementing UI based on TabBar-based templates.Set the div tag in the ons-page tag and one of them background-image in the CSS file.I set it up, but it doesn't show any images..main-body{ background-...

2 years ago

1 answers
97 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
90 views
0
I want to detect the Android hardware menu button pressing in Monaca.

Android has hardware back and menu buttons.It's a menu button similar to the Chinese character san on the right side of the home button.Is it possible to control the behavior when this menu button is ...

2 years ago

1 answers
90 views
0
To implement the numeric keypad in monaca (you want to enter a decimal number using ".")

Is there no other way but to make my own numeric keypad?in inputtype=tel pattern=\d+(\.\d*)?Then, *;, appears with a numeric keypad that you can enter, but you cannot enter dots.What should I do?http:...

2 years ago

1 answers
96 views
0
Use More PhoneGap/Cordova 2.0.0 - Create iOS/Android Application Using 8th File API [No.5] Sample, Cannot be Upload

http://gihyo.jp/dev/serial/01/phonegap2/0008?page=2Based on the above code, we are currently creating an iPad upload application with monaca.Current situation (partial excerpt) is as follows, By execu...

2 years ago

2 answers
131 views
0
Unable to retrieve EXIF information from Cordova.

Retrieved from Cordova (Ver.5.2.0) via cordova-plugin-cameraI would like to get the image/jpeg EXIF information.When I googled, I found cordova-exif, loaded JS, and The implementation is as follows.na...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.