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
0
votes
1 answer

Angular/Ionic code calling functions not yet loaded

Took me forever to figure out what was happening. A standard $ionicPopover was being called and I was getting a Cannot read property 'show' of undefined As soon as the controller is entered its checking for a $stateParm - if set, then launch the…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
1 answer

How to integrate native app code in ionic1 codova project?

I have AR (Augmented reality) demo app in native code both iOS and Android. I want to integrate this app in my existing ionic cordova project. My Ionic project is build in Ionic v1 with Cordova and Angular 1.5.3. As I'm new to ionic development I…
Sankar
  • 343
  • 2
  • 6
  • 18
0
votes
0 answers

Fancybox Conflict with ionic 1 jqLite

I am using fanybox 3 in my Angular Js 1.3 web application and it works fine. However, when I use the fancybox inside the ionic 1 app, I am receiving the following error when the photo is swiped: Uncaught TypeError: cssClasses.indexOf is not a…
Neel
  • 9,352
  • 23
  • 87
  • 128
0
votes
1 answer

How do I eliminate the linker errors in Xcode for Ionic-v1 App?

I updated a plugin in my ionic-v1 app which required me to remove and add the ios platform. After doing that I started getting Linker errors for 3 Pods - errors which were not there before and the Pods were in use. ld: warning: directory not found…
0
votes
0 answers

How to properly enable/ disable ion-refresher

The above code works perfectly according to my requirement. Only problem is I am…
I. Ahmed
  • 2,438
  • 1
  • 12
  • 29
0
votes
3 answers

How to correctly reinitiate view with $state.go from another view

I am attempt to send users from one state to another with this method: $state.go('splash'); This works correctly, however, when users are sent to my splash view the code does not reinitiate. This is the html of the splash state:
zeropsi
  • 682
  • 9
  • 24
0
votes
1 answer

Ionic v1 build issue

Hope everything is fine. I have an old ionic v1 project. The project was using sms features. however after google update: I received Issue: Violation of the Permissions policy We only allow apps to access Call Log or SMS data for permitted uses…
user123456
  • 2,524
  • 7
  • 30
  • 57
0
votes
1 answer

Ionic v1 - How to display dynamic quiz questions on ion-slide-box and save user answer

I'm working on ionic v1 MCQ quiz app and looking for a solution to how display the questions on quiz test page. Was already tried to search through Google but nothing found a complete reference for it then decided to post here. After spending few…
Daniel Smith
  • 1,626
  • 3
  • 29
  • 59
0
votes
1 answer

Ionic 1 - Show login page if user not logged and skip if user is already logged

Working on an Ionic version 1.3.3 application where need following functionalities for user login. I had go through all stackoverflow answer but nothing found a workable solution for me. App will check on start if user already logged in (check…
Daniel Smith
  • 1,626
  • 3
  • 29
  • 59
0
votes
2 answers

Ionic v1 Enterprise App No Longer Installs on iOS

I've got an Ionic v1 app that was built for iOS before Ionic 2 was a thing. I used Xcode to archive the app for Enterprise distribution, so it could be installed on devices for testing. This was all fine and good until some time last week, when we…
Joe
  • 15,669
  • 4
  • 48
  • 83
0
votes
1 answer

Which plugin I need to use to read aztecs via a MobileFist app?

I'm trying a lot of plugins that I find on the net to read aztec codes through the phone's camera, but none of these works. Using MobileFirst, I can not integrate other versions of cordova, so which plugin do you recommend using according to your…
0
votes
1 answer

Application Loader warning, cordova webview

I successfully submit the ipa file to the App Store using Application Loader. But it shows the warning - The app references non-public selectors in Payload ...: "_setAlwaysRunsAtForegroundPriority" Note: I'm using the ionic-v1 and phonegap build…
turkaze
  • 56
  • 1
  • 9
0
votes
2 answers

Is there any way in Underscorejs - IndexBy for multiple variables?

I have a JSON object as below upComingArray": [ { "companyAlias": "ABC", "refNo": "ABC0001", "Date": "12/09/2018", "Sub": "ABC Subj" ... }, { …
0
votes
1 answer

Download progress bar pops and ends up, with no errors and no output file in the device

I am creating a image download server for my APP with Rest API, there are two buttons in the HTML, one is download button and other is load button. When clicked on download button progress bar shows the progress, but there is no output file and…