Questions tagged [ionic-v1]

Ionic-V1 is a front-end framework for developing native-feeling hybrid mobile apps with HTML using Sass and AngularJS. By default, it runs on top of Cordova.

Ionic-V1 is a front-end framework for developing native-feeling hybrid mobile apps with HTML using Sass and AngularJS. By default, it runs on top of Cordova.

For new apps, we strongly recommend the latest version of which comes with the latest version of Angular, many new components, enhanced performance, and more.

For more information on Ionic 1.x, please read the original README.md

GitHub: https://github.com/ionic-team/ionic-v1

147 questions
2
votes
0 answers

Pass value to Ionic v1 app from a Java Function

As a workaround for a hardware bug in an Android based POS device, I have to use following Java code to capture the NFC Tag Id. Each and every time the device get a NFC input, this Java code can capture its Tag Id and it will be assigned to nfcTagId…
Thilina Koggalage
  • 1,044
  • 8
  • 16
2
votes
0 answers

Are there events when an update is deployed through Appflow?

I am trying to initiate a popup modal when the download is fully finished and extracted (the app is ready to be closed and reopened to enable the update.) Are there events that can be listened to in order to initiate the popup at the time I’m…
Tyler Hall
  • 363
  • 1
  • 2
  • 7
2
votes
0 answers

Ionic-v1: Splash screen image is not centered on IPhone Xs Max

I have a problem with my Ionic-V1 mobile application on IPhone xs Max (IOS 12). The splash screen image is not centered. I was able to fix the IPhone x by adding the required images (1125x2436) to the launchImage resource file in xcode. I did the…
2
votes
1 answer

Ionic v1 html5 video player screen goes black but audio contiunes

I have an ionic v1 app with an html5 video player that pulls from an API, but when I play my app for about 2-3 minutes the screen goes black but the audio continues to play this only occurs on android how do I fix this? Html:
user9387976
2
votes
1 answer

Ionic View Template Not Being Updated When $scope Variable Is Updated In Controller

I have an ionic app I'm testing the ability to check for fingerprint login. All this works, BUT when I check for whether a user has stored login credentials and get back the decrypted value, I want to SHOW a button that allows user to initiate…
billy_comic
  • 867
  • 6
  • 27
2
votes
0 answers

Turning off Internet Connection stops what AngularJS (Ionic v1) was doing

Turning off Internet Connection stops what AngularJS (Ionic v1) was doing I have this code: $ionicLoading.show({'template': 'loading'}); var promisesArray = []; angular.forEach(photoCollection, function(photoPayload){ var promise =…
Edson Horacio Junior
  • 3,033
  • 2
  • 29
  • 50
2
votes
1 answer

Make Ionic 1 toggle switch look like the iOS one on Android

I'm working on an Ionic 1 project with a toggle switch in it. You know: hello It looks different on Android to iOS, and I prefer the iOS one. I know that in Ionic 2, I can do: hello But…
Chris Rae
  • 5,627
  • 2
  • 36
  • 51
2
votes
1 answer

Changing AngularJS number input range

I have a very simple question for you. I am currently trying to change the allowed input in my label depending on which ID of the tab I am currently at. It is a hotel booking app using ionic 1 and angular. Say I am at the hotelroom with an ID of…
Pappsen
  • 31
  • 2
2
votes
1 answer

How to use FCM in ionic v1

I am new in ionic, I want to know how to use FCM in ionic v1 project Please help me. I am using Cordova-plugin-fcm. At first, i am installing this plugin in my project using this comment "ionic Cordova plugin add…
2
votes
2 answers

Adapt External Asynchronous JavaScript API to AngularJS Framework

I have been trying to adapt an API's JavaScript code for receiving a payment token, but I can't find a way to create a function that runs the code. The API's original example works great, but I just can't convert the code into a reusable function. I…
1
vote
1 answer

Google Play In-app Billing API version is less than 3 error on ionicv1

I am using ionic v1 in my application and I am getting this error from many of my users and I could not solve it even though I tried many things for a long time. can you help? ERROR: {“code”:6777001,“message”:“Init failed - Setup failed.…
1
vote
0 answers

Issues with Gulp/SASS in Ionic V1 project

I have an older project that is still running Ionic V1, and I have been trying to troubleshoot an issue that's going on with Gulp and SASS. When I attempt to build the project, my CLI spits out this error: Cannot load gulp: ReferenceError:…
zeropsi
  • 682
  • 9
  • 24
1
vote
1 answer

CORS | Request header field Authorization is not allowed by Access-Control-Allow-Headers ionic | IOS 13 preflight response

I have migrate my IOS ionic v1 app to IOS 13 and xcode 11.5. when I install the app and try to login first time then I am able to login successfully. But when I kill the app and try to open the app then it wont allow me to auto login. My service in…
Pritish
  • 2,194
  • 2
  • 21
  • 44
1
vote
2 answers

How to call cordova plugin in ionic v1

I was installed cordova-plugin-media in ionic v1 . But media is not define by the app when I running it in the browser . ionic.bundle.js:26794 ReferenceError: Media is not defined at ChildScope.$scope.playPodcast (controllers.js:1405) at fn (eval at…
1
vote
1 answer

com.google.android.gms:play-services-measurement-base error when running ionic cordova run android

Full error The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[16.5.0,16.5.0], [16.4.0,16.4.0]], but resolves to 16.5.0. Disable the plugin and check your dependencies tree…
J.Do
  • 303
  • 6
  • 26
1
2
3
9 10