All Questions
319 questions
2
votes
1
answer
51
views
CORDOVA: I can DOWNLOAD 30 MB, but not 60 MB ? (cordova-plugin-file)
I am using this implementation, and I can download up to ~30 MB of data on my A53 Samsung Android device with it:
// File download
function downloadResult(taskId) {
cordova.plugin.http....
1
vote
0
answers
117
views
IndexedDB getting flushed on Android webview with ungraceful shutdown
I have a cordova based Android application that runs web based content and used localstorage and indexedDB. I am encountering an issue where if the Android device is powered OFF and powered ON ...
1
vote
0
answers
60
views
Vue/Cordova/Android - WebView Memory Leak
I have a very simple Vue 2 application that looks through a list if URLs and Video.
The URLs are displayed in an iframe, and the videos are displayed in a video element.
The pages display for 15 ...
1
vote
0
answers
175
views
Ionic Cordova Webpage not available after run
Trying to add support for 13, 14 android on the app. Updated cordova, ionic. The application is build without errors. After launching it the following message appears: Webpage not available
Trying on ...
1
vote
1
answer
1k
views
Cookie not set on Cordova app (iOS and Android)
I develop applications using Cordova and utilize the cordova-plugin-inappbrowser to open a local index.html file, which in turn displays a website within the app.
window.location='https://example.com/...
3
votes
0
answers
3k
views
GPUAUX issue [AUX]GuiExtAuxCheckAuxPath LogCat
Running a Cordova app (native app with a webview) in debug mode on my device (OPPO) in Android Studio, LogCat displays the following error:
6960-6994 GPUAUX com.package.name E [AUX]...
0
votes
1
answer
700
views
CORS problems in Android webview when updating from Cordova 10 to Cordova 11
I have a Cordova application that makes HTTP calls to an IoT device and grabs some data from it (eg. http://192.168.1.1/file.xml).
The calls are made via XMLHttpRequest.
When updating Cordova from 10 ...
-1
votes
1
answer
90
views
suffficient geolocation permission (cordova)
get an error saying that the application does not have enough geolocation permissions
I observed that several Cordova applications for mobile devices use the Application System Webview. However, some ...
1
vote
1
answer
668
views
how to show image with <img> from cordova-plugin-camera
I want to use the cordova-plugin-camera to show the file in the mobile phone as an tag.
const getPicture = () => new Promise((resolve, reject) => {
camera.getPicture(data => ...
1
vote
0
answers
69
views
Android 9 double web view instance
I am running on Android 9 web view and after 20 hours the web view doubles itself. I am running Project Angular 10.2.5 by Ionic Cordova
Has anyone encountered this type of problem?
1
vote
1
answer
938
views
Android DarkMode Strategy selection does not work with Cordova (prefers-color-scheme)
I am using Cordova for Android App. I load a webpage on CordovaWebView which has dark mode css defined as @media(prefers-color-scheme). Android does not respect the Webpage Dark Scheme. (<head> ...
1
vote
1
answer
665
views
Ionic 5:ERR_CONNECTION_REFUSED after installed APK?
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>...
10
votes
0
answers
1k
views
Workaround for bug on Chromium WebView about high load causing partial rendering on canvas
I found [1] this issue on newest WebView of Chrome. To produce it you need three things:
You have updated WebView to version from 15.11.2021
HardwareAcceleration in AndroidManifest is set true
When ...
0
votes
2
answers
344
views
Cordova Angular webView error Refused to apply inline style because it violates the following Content Security Policy directive
I am trying to convert my angular app to a cordova android application and although it works fine in browser, when I try to build and run on andorid, it build successfully but fails to show any ...
1
vote
0
answers
86
views
Detect event in cordova webView
I have a cordova App with ONSEN framework, and have created a module to connect to a payment gateway, all works well creating a webview to navigate to payment page, when transaction is successful I ...