Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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....
Digital Rogue Yeoman's user avatar
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 ...
danial's user avatar
  • 11
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 ...
Bobby Ortiz's user avatar
  • 3,147
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 ...
Uladzislau Rusy's user avatar
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/...
Samall's user avatar
  • 127
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]...
user2701675's user avatar
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 ...
tk_'s user avatar
  • 570
-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 ...
Asfaq Parkhetiya's user avatar
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 => ...
pius lee's user avatar
  • 1,174
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?
Naor Yael's user avatar
  • 139
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> ...
Rohit Singh's user avatar
  • 18.3k
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>...
Kapil Soni's user avatar
  • 1,051
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 ...
mico's user avatar
  • 12.8k
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 ...
coder123's user avatar
  • 291
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 ...
Alexis Cabrera Mondeja's user avatar

15 30 50 per page
1
2 3 4 5
22