cordova-android icon indicating copy to clipboard operation
cordova-android copied to clipboard

Apache Cordova Android

Results 138 cordova-android issues
Sort by recently updated
recently updated
newest added

`` When clicking on this input, it doesn't open the camera of android device, it opens files browser instead. Didn't found a way to fix it properly with all i...

# Bug Report ## Problem As you know, when orientation change on android platform, activity is killed and regenerated. Because of this, cordova platform is also regenerated. In this point,...

# Bug Report ## Problem I'm currently migrating my project to `cordova-android@10`. In my Project i'm using Googlemaps and Markers that icons are in my assets Folder. These are not...

# Bug Report **Not run android apk with multiple Flavors, when using the command "cordova run android"** ## Problem ### What is expected to happen? the app is expected to...

I am trying to add a new buildType in my android application. I edited `build-extras.gradle` as below ``` android { buildTypes { staging { initWith release } } } ```...

support

# Bug Report Hello, I'm not sure where I should open this issue. I have already tried [here](https://github.com/mesmotronic/cordova-plugin-fullscreen/issues/38) but the issue has been closed quickly because: > it appears to...

# Bug Report ## Problem gradleArg is not being passed to the gradle command when it is creating the wrapper and I was using gradleArg=--project-cache-dir=/tmp because my project directory is...

enhancement

### Issue Type - [ ] Bug Report - [x] Feature Request - [x] Support Question ## Description Before this, sorry for my english. I have a game project was...

# Bug Report ## Problem In low memory, and on physical device only: In my `pause` event handler, I do `localStorage.setItem(...)` . Then in my `resume` and `deviceready` event handlers,...

### Platforms affected android ### Motivation and Context To pass the BackButtonMultipageTest.testViaHref() on Android 11 (SDK30) . i.e. This PR fix the following error ``` junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:48) at junit.framework.Assert.assertTrue(Assert.java:20)...