665
questions
1
vote
1
answer
25
views
AdMob Ads Not Displaying in Cordova App(Html,css,js)
I'm developing a Cordova app using HTML, CSS, and JavaScript, and I'm trying to integrate AdMob ads using the admob-plus-cordova plugin. However, the ads are not displaying on my device.
<!DOCTYPE ...
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 ...
1
vote
1
answer
231
views
SecurityError: Blocked attempt to use history.replaceState() to change session history URL
I am working on a bank project on the Cordova framework. As per Apple's recent policy, I have built the bundle from Xcode 15.4 and iOS runtime 17+.
My app worked fine when I used Xcode 14.2 and ...
0
votes
0
answers
31
views
unable to build the cordova android apk through gitlab cicd pipeline
unable to build the Cordova android apk through GitLab cicd pipeline, but same i tired manually through cmd or PowerShell it is working properly.
This are the commands i am using in yml and cmd
npm ...
0
votes
1
answer
112
views
Cordova GLOBAL is not defined when running on Android
I have setup a Cordova app with react following this tutorial.
When I try to run it on a physical android device using cordova run android -- --livereload The app is not compiled and not sent to the ...
1
vote
0
answers
199
views
Facing Internet Connectivity Issues in Latest Version of Cordova Android - Cordova Android 11.0.0
I upgraded the existing Android Application which was created using Cordova to the latest version (Cordova Android 11.0.0).After update, application is not able to connect to "Internet" and ...
0
votes
1
answer
453
views
Ionic WebServer Android Static File Path Error
On iOS It is working fine.
iOS File Path : /Users/vishnu/Library/Developer/CoreSimulator/Devices/394BD2FF-A2EF-4C51-A82A-1C57F6967ECD/data/Containers/Bundle/Application/6AD9DCB6-3A96-44E1-A99D-...
-2
votes
2
answers
1k
views
How can I save a file in internal storage from cordova app?
I have just started learning cordova. I want to know how to save something in Internal Storage. Which plugin and code should I use? Please help me.
And if you have a demo project, please give it?
2
votes
0
answers
127
views
how to install ionic cordova local notification extension?
I am trying to install local notification by command "cordova plugin add cordova-plugin-local-notification" and also "ionic cordova plugin add cordova-plugin-local-notification" ...
0
votes
0
answers
523
views
Which cordova plugins are causing my app rejection in Apple store
I've updated all of my plugins but I keep getting ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView
"dependencies": {
"@angular/...
0
votes
1
answer
530
views
Error while installing mobileui npm install -g mobileui
I install
npm i -g cordova
(install successfully and working)
but while in installing
npm install -g mobileui
I am using node 10.24.1
npm -v 6.14.12
it shows following error
C:\Users\shakeel\...
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 ...
0
votes
1
answer
771
views
How can i fix this error message saying "failed to install 'cordova-plugin-firebase'" when i try to create an android app through cordova?
I have added firebase plugin to cordova for push notification. When I try to create android app using command "cordova platform add android" I am getting error message saying failed to ...
1
vote
1
answer
353
views
Cordova Issue "Execution failed for task ':app:mergeDebugResources'."
I am getting below issue during "cordova build":
My Android version:8.1.0
Cordova Version:Latest
Gradle Version:4.2
Getting it due to onesignal plugin but it gone when I remove plugin
?? ...
1
vote
1
answer
1k
views
JDK version error when building android app cordova
Im trying to convert angular appliacation to an apk using cordova. When running
cordova build android
I get the following error
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=/home/mohit/...