All Questions
3,632
questions
0
votes
0
answers
10
views
AngularJS $http stops working after using cordova-plugin-advanced-http on iOS
I built an app by using Cordova and it's in production for more than years. Recently I had to install cordova-plugin-advanced-http to handle a request which returns a 302 Found status without ...
0
votes
0
answers
81
views
cordova-plugin-barcodescanner crashing after scan on Android
cordova-plugin-barcodescanner crashing after scan on Android.
Camera launches. Able to capture text from barcode and print to log. App then crashes and goes to login page.
barcodescanner works as ...
0
votes
0
answers
17
views
provider duplicate while compiling a Cordova application for the Android platform
I try to compile an Angular JS app with Cordova to get an apk.
I use this command :
cordova build android
I get this ERROR message :
(...)
"Element provider#android.support.v4.content....
0
votes
0
answers
43
views
Cordova angular application camera does not work on first run after granting permission to camera
Im using cordova version 11.
The problem is that on first app run i ask for permission and after granting permission im not getting the video sources in my phone.
My package.json(cordova section alone)...
0
votes
1
answer
112
views
How to read CODE_128 with length = 50 characters ionic Cordova plugin barcode scanner
i'm trying to read a code bar with a length of 50 characters.
Unfortunately, I'm not able to do that.
I changed more than one plugin with the same results (@red-mobile/cordova-plugin-barcodescanner, ...
1
vote
0
answers
24
views
cordova app issues with page caching options
I have run into a problem with cordova page caching:
.state('tab.clubs', {
cache: true,
url: '/clubs',
params: tabParams,
views: {
'tab-clubs': {
templateUrl: '...
0
votes
0
answers
210
views
how to manage rest API timeouts in a mobile app?
I am looking for methods and best practice concepts for managing app API timeouts.
My app communicates to my server API - and on occasion there are timeouts with Status: -1 being reported via my app ...
0
votes
0
answers
87
views
cordova.js throwing error on its own callback
This recently just popped up in my Cordova app:
ErrorIn = https://myapp/cordova.js
ErrorAt = 314 : 13
Message = Uncaught TypeError: Cannot read properties of undefined (reading 'message')
Line 314 (...
0
votes
1
answer
11
views
cordova page load is triggering unopened Modal ng-repeat scripts to run
I have a controller for template PageA. PageA has a modal on it that ONLY opens when the user clicks a button. In the Modal is an ng-repeat; using ng-init, when the ng-repeat is finished ($last) then ...
-2
votes
1
answer
26
views
cordova is not a valid task ionic v1 angularjs
while adding cordova to ionic version1 project I'm getting this error
Pls Help that build process for angularjs ionic v1 project
Build steps for angularj ionic v1 project
0
votes
1
answer
371
views
Unable to access android file system using Angular and Cordova
I have been trying to read files or write files in Android file system. My project is developed in AngularJS and converting it to APK using Cordova. When I install the app, it does not ask for file ...
1
vote
2
answers
689
views
Ionic Cordova Speech Recognition not working when running in android version 9 or higher
Ionic Cordova Speech Recognition working in android version 8 or lower. But whenever I am running running the app in android version 9 or higher google tap to speak is not showing.
Emulator Tap To ...
0
votes
0
answers
180
views
Checking if $timeout is pending
I've this $timeout set inside my script and its code was wrote like this:
timeout = $timeout(function () {
scope.eventHandler.apply(this, arguments); ...
0
votes
0
answers
150
views
Build failed in ionic when upgrade from android 9 to android 10
Task :app:processDebugGoogleServices FAILED
FAILURE: Build failed with an exception.
What went wrong:
Some problems were found with the configuration of task ':app:processDebugGoogleServices' (type '...
2
votes
1
answer
122
views
Camera is not found in ionic Cordova
i am facing a camera plugin issue, unable to access camera.On click on camera button we are getting "camera is not found".
id="cordova-plugin-camera" version="6.0.0"
$...