1,276
questions
0
votes
0
answers
19
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 ...
0
votes
0
answers
22
views
inappbrowser plugin only works on monaca debugger
I am trying to open a link in the system browser in my app built in monaca. Here is the code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"&...
1
vote
0
answers
45
views
Why is Cordova build android not working?
I’m trying to run Cordova build android , and it’s saying I should install android build tool v34.00 while I have v35 installed
FAILURE: Build failed with an exception.
Where:
Script 'C:\Users\LAPTOP\...
0
votes
0
answers
56
views
ReferenceError: Can't find variable: cordova -- but I'm not using Cordova
I've written and launched a PWA recently -- 100% HTML/CSS/JS/Jquery. Plus mobiscroll (a really old open source version), underscore, and cropper (https://github.com/fengyuanchen/cropper).
I've gone ...
1
vote
0
answers
156
views
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0, Gradle v7.6 is only installed and required
I have installed the latest version of cordova on windows 10.
I have installed the required version of gradle which is gradle 7.6
When run cordova build android i get the following error.
Deprecated ...
0
votes
1
answer
44
views
How to enable auto imports while creating Cordova Plugin
i am currently developing cordova plugin in Java. I am wondering about turning on auto import with a shortcut like alt+enter to import.
I was searching for plugins for it for vs code and android ...
5
votes
6
answers
16k
views
Cordova could not load API for android project
I've been trying to run android project using Visual Studio 2017 and Cordova. When i try to run the app on the android emulator from command prompt it doesnt work and said that it could not load API ...
1
vote
0
answers
159
views
Connecting to node.js backend using Cordova
I am trying to build an iOS and Android (hybrid app) using Cordova, where the app will be using the HTML framework for front end, and node.js backend. However, I cannot figure out the folder/file ...
1
vote
1
answer
2k
views
Getting apksigner error - MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET while uploading apk file in Google Play store
Getting below error while uploading .apk file in Google Play Store
ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed ...
0
votes
2
answers
489
views
Share image to Facebook using Cordova SocialSharing plugin with link attached
I'm using SocialSharing Plugin for cordova, to allow my Android App to share an image directly to user's news feed.
I have read all the documentation and found no way to make it share like this app ...
0
votes
0
answers
336
views
Ionic cordova build error with platforms errors [[ERROR] An error occurred while running subprocess cordova.]
This is the error even after removing and adding the android platform to build the ionic cordova app
92% additional asset processing scripts-webpack-plugin
ENOENT: no such file or directory, open 'C:\...
2
votes
2
answers
8k
views
can import React, but not useState?
I am attempting to write a cordova app with ts and react by starting with the boilerplate:
https://github.com/davidgerrard/cordova-react-typescript-webpack-boilerplate
The cloned code works fine, but ...
1
vote
0
answers
112
views
Error: Type CodePush does not have 'ɵmod' property
Hi I was trying the codepush plugin in my cordova app.
I created the new blank app with Cordova angular and I install the plugins.
The problem is whenever I start using the plugin there's no error but ...
1
vote
0
answers
373
views
Visual Studio Code Apache Cordova Debugging Using Android Emulator
This is the error message when debugging on emulator:
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\Users\astef\AppData\Local\Android\Sdk (recommended
setting) ANDROID_HOME=C:\Users\...
0
votes
2
answers
487
views
Build failed with CMD line --ionic cordova build android
I am facing issues and not able to find solution. Created an simple app with Ionic and cordova, Setup all enviroment variable { like JAVA_HOME, Android/sdk, Platform-tool, Gradle} and as usual ionic ...