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
1
vote
0 answers

Web Speech API works on Chrome, but in ionic app it doesn't. What are the differences and what changes can make it run on ionic 1 app?

I get the error while using Web Speech API on the device. the following works on browser not on the device if(chatMessage.bot_msg && chatMessage.text && chatMessage.text != '') { var msg = new SpeechSynthesisUtterance(chatMessage.text); …
Rahul R
  • 111
  • 6
1
vote
2 answers

Ionic Pro Packaging IOS App errors

Trying to build and package an iOS app in Ionic Pro - though am running into these errors: [12:20:43]: Exit status of command 'cordova platform add ios --nofetch' was 1 instead of 0. then as well Running command:…
Mike J
  • 425
  • 4
  • 15
1
vote
1 answer

How to determine network strength using cordova plugin or Ionic v1

I am developing Hybrid mobile app using Ionic to support both iOS and Android. Just wanted to determine network strength like Poor connection. Using cordova-plugin-network-information I am able to find network connection type like WiFi, 2G,3G etc.…
Nirmal Pandey
  • 21
  • 1
  • 5
1
vote
1 answer

Fade out $scope content and then replace using AngularJS 1.x

Here I have a $scope.content with a paragraph of text. When a user clicks the next button, I replace the $scope.content text. This text transition isn't very smooth, so I would like to add a simple transition fade in the following order: User click…
floatleft
  • 6,243
  • 12
  • 43
  • 53
1
vote
1 answer

Ionic with Angular 2

I am an Android Developer, I have been developing Android apps for a long time, but now I am asked in the company to start developing hybrid mobile applications with Ionic. As I always do, I searched in Udemy and picked the top-rated courses in…
Mohammad Elsayed
  • 1,885
  • 1
  • 20
  • 46
1
vote
0 answers

Button bar as tab bar ionic

i'm working on an app that displays a header with a title and a home button, an image slider below, and button bar below as a footer. the image slider is the default content. is it possible to replace the image slider with an html page once i click…
Sydnie
  • 71
  • 1
  • 9
1
vote
1 answer

ionic 1 - add custom icon to nav button

i'd like to add an image as an icon to a navigation button in the header. is this possible? how should i go about it? here is my current code.. it doesnt work: in the html code:
Sydnie
  • 71
  • 1
  • 9
1
vote
1 answer

Xcode: [ERROR] Failed binding IPv4 listening socket: Address already in use (48)

I have an ionic v1 project that I made updates to run properly on iPhone X but am getting errors in the simulator. I filed this ticket on ionic-v1 forum but it has been 10+ days and haven't received any response so I am posting it here in hopes of…
1
vote
1 answer

Separate validation on ng-repeat

I'm using Ionic and I'm using ng-repeat for multiple forms. I'd like to have separate validation for each form, but I'm not sure how I could make this work. The code:
J. Doe
  • 65
  • 4
1
vote
2 answers

Ionic v1 Local Notifications Trigger Status

$rootScope.$on('$cordovaLocalNotification:trigger', function(event, notification, state) { //code }); I've tried above code, but its just for when the app is already open while notification. I want to count all the notifications which are…
1
vote
1 answer

when making .apk file generate error

When i run ( ionic cordova build android --release ) to make .apk file . the error occur ( TypeError: env.runcmd is not a function). I try following step to resolve like. 1.npm install @ionic/cli-plugin-cordova@latest it not solve.
1
vote
1 answer

Leaflet-routing-machine. L is not define (IonicV1)

i am using leaflet routing machine(liedman) in ionicV1 project. I did everything according to tutorial, i got error L. is not define I read other post about put leaflet link between tag, i did everything. CSS
1
vote
0 answers

iOS 11 Ionic slide-box transition bug.

I'm working on a Ionic 1 app. I have a slide box with multiple pictures. Auto play is on so normally one picture leaves and another seamlessly slides into its place. come the 4th transition and one picture slides off but the next one…
CalvinWylie
  • 143
  • 1
  • 1
  • 11
1
vote
0 answers

Ionic 1.x change sass variables not working

I know this issue has been discussed a lot but I cannot change the SASS variables in an Ionic 1 project and none of the existing topics solved my problem. I want to override some colors to this: $positive: #aac83e…
1
vote
0 answers

Whitescreen appears on screen rotation in ionic1

I having a screen for which I have given orientation when I change the orientation the screen takes some time to change the orientation in the mean time I am getting white screen can anyone tell me why it happens even I have tried using…
Nidhin Kumar
  • 3,278
  • 9
  • 40
  • 72