All Questions
3,627 questions
0
votes
0
answers
13
views
Cordova UI Router not reloading when using web inspector manual refresh to reload app
When using web inspector on chrome/android or safari/iphone my app will launch just fine and I can inspect everything. However on certain occasions, especially on Safari, app startup console messages ...
0
votes
0
answers
34
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
115
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
1
answer
143
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
25
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
101
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
13
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
29
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
376
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
722
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
200
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
151
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
124
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"
$...
1
vote
0
answers
180
views
Cordova page view cache vs $http cache vs CORS preflight caching
I am trying to understand the relationships between the different caching mechanisms or how one cache impacts another cache. My cordova app talks to my api server - and all works fine. But in an ...
2
votes
1
answer
513
views
A better method to detect phone notch?
I have a method to detect the notch on iPhones and it works...but I just found out it doesn't work well. About 1 out of 5 app starts, I see the function reporting that the phone doesn't have the notch ...