-
# Bug Report
## Problem
### What does actually happen?
Unable to go to a different URL, stuck with initial URL
## Information
Here's the cordova website loaded into inAppBrowser in Android …
-
From what I read, it's a nice plugin but very little is explained about everything.
For example, can it work for audio streaming such as web radio?
Is it possible to dynamically change the artist na…
-
When I add the plugin to my project with: `cordova plugin add https://github.com/FWiner/cordova-plugin-android-background-mode` and try to build it, I get the following error:
```
/platforms/andro…
-
I am getting this warning for adding this plugin 'cordova-plugin-compat' as a dependency for 'canvas2Image'
![image](https://user-images.githubusercontent.com/28740840/133069345-acf4d29e-2046-4232-82…
-
I think these languages should be added
- [ ] Go
- [ ] Rust
- [ ] Ruby
- [ ] C#
- [ ] Flutter
- [ ] Cordova
- [ ] Java
- [ ] React
- [ ] Swift
- [ ] TypeScript
- [ ] SCSS
I'll see if I…
-
-
Hi,
I am currently using Cordova CLI 9.0.0 and cordova-ios 6.0.0.
However, when I install the plugin, I get an error.
**Current setup for iOS**
- Cordova CLI 9.0.0
- cordova-ios 6.0.0
- cord…
Wa-Lt updated
3 years ago
-
I get an error when adding Cordova platforms - "Failed to install 'cordova-sqlite-ext': CordovaError: Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this mo…
-
Hi,
I'm developing an app using phonegap.
I need to add drag & drop features but using JQuery UI it's ok on desktops but not smartphone (testing android). So I start to use jquery-ui-touch-punch but…
-
I'm using a prompt from Cordova dialogs. http://plugins.cordova.io/#/package/org.apache.cordova.dialogs
When I Click a button on the prompt, the dialog dismisses but my callback function is not called…