Skip to main content
1 vote
0 answers
25 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
0 votes
0 answers
15 views

ionic - ios - ScanDependencias command failed while building

I'm trying to build my Ionic / Cordova app but getting this error: The following build commands failed: ScanDependencies /Users/myuser/Library/Developer/Xcode/DerivedData/myapp-...
anderlaini's user avatar
  • 1,731
0 votes
0 answers
18 views

Frame animation flickers on js (cordova)

I am writing an application in js using cordova. I have a frame animation that consists of 75 frames. I preload the frames and start creating the animation, my class is responsible for this: ...
Павел's user avatar
0 votes
1 answer
11 views

Cordova Add Windows Platform

when trying to use 'cordova platform add windows' i get this error: Could not load API for windows project C:\Users\exampleUser\testproject\node_modules\windows Does anyone know how to fix this? (Btw ...
Nproductions's user avatar
0 votes
1 answer
93 views

Cordova 12 Cordova-Android v13 Splash screen not showing

I've updated myCordova to version 12 and cordova-android platform to version 13 and suddenly the custom splash-screen I had added and was working just fine doesn't show anymore. I just get the default ...
Salvatore's user avatar
1 vote
2 answers
26 views

Cordova Android build fails with "Unsupported class file major version 66"

I created a simple Cordova project. I installed Cordova using npm install -g cordova and created my app using cordova create test-project. I changed no configs or anything, just added an h1 in the ...
axolotlKing0722's user avatar
0 votes
0 answers
11 views

OKTA implementation IONIC 3 Angular 5 without plugin and node package

facing issue in angular OIDC and @okta/okta-auth-js version version compatibility issue If you need to implement OKTA authentication in an Ionic 3 Angular 5 application without using the OKTA ...
Prabu Bai's user avatar
0 votes
1 answer
16 views

Why is dictation not working in a WKWebView field?

I have an iOS application hosting a WKWebView. Dictation is required on text fields, however the microphone keyboard accessory to start dictation is not appearing. For ordinary iOS applications ...
Jasper Blues's user avatar
  • 28.7k
0 votes
0 answers
15 views

Xcode Splash Screen Transition to App login page visual problems

We've recently updated from cordova-ios version 6 -> 7 and since then we've had issues with The splash image on the app looking weird. We do generate assets that get populated into the story board ...
Michael Wilson's user avatar
0 votes
0 answers
13 views

Skip or Change Default Cordova Icon from loading screen or splash screen

I’m using “Cordova 12.0.0 ([email protected])”. In this version after running app, a loading screen or splash screen with cordova default icon shows every time. Now I want to avoid or skip this page ...
Sanjid Mishu's user avatar
0 votes
1 answer
23 views

Set Xcode project Versioning System from the command line

I currently have a project using CircleCI and Fastlane. It is a Cordova mobile project that I want to automate the build number incrementing from Fastlane using increment_build_number( build_number: ...
C. Short's user avatar
  • 314
0 votes
0 answers
28 views

"In MSAL, after logging in, I am getting a pop-up that says: 'Set up your device to get access [closed]

We have Integrated MSAL to Ionic1 cordova with angular app, only one user experiencing Set up your device to get access application Issue after successful login enter image description here I don't ...
user25262610's user avatar
-1 votes
1 answer
33 views

ionic cordova and angular project ng-If not working

Project specs: Ionic Cordova Ionic 7 Angular 18.0.3 *ngIf not working. page.html <ion-segment [(ngModel)]="segment" (ionChange)="typeChange($event)"> <ion-segment-...
Anant Patel's user avatar
0 votes
0 answers
20 views

gradle/cordova conflicts with adb?

On Ubuntu, adb devices rarely works. I typically have to unplug device, kill adb server, restart adb server, revoke auths on device, play around with it 500 times and eventually my device shows up. I ...
Caleb Pitman's user avatar
  • 1,165
0 votes
1 answer
38 views

cordova.platformId returning as "browser" on android

I'm trying to write some mobile specific code in my cordova android app. My content src is an index.html where I have my JS code. When I check cordova.platformId, it returns "browser", even ...
turtlesky's user avatar

15 30 50 per page
1
2 3 4 5
4106