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

Ionic v1 - HTTPS API call is not working in real device

Previously we were using HTTP for our REST API and had no issues. But, we changed our REST API server to run with HTTPS with self-signed certificate in IIS and now we have some issues. When we try to run the mobile app in Android Emulator, it works…
Naveen Kumar V
  • 2,559
  • 2
  • 29
  • 43
0
votes
1 answer

Ionic 1 - Popup not working properly after state change

I have an $ionicPopup defined inside a particular controller say Controller-1. When I move to Controller-1 from any other different Controller-X by changing the state as $state.go('xxx.xx.xx'), the $ionicPopup is not working as expected. But at the…
Abhijith C S
  • 89
  • 1
  • 9
0
votes
1 answer

ionic 1 cache controller clear or reload

Hi I have a application in Ionic, it is 4 screen, and want refresh the controller when go from one view to another. but above all my problem lies in this controller: as you can see, what you see on the top right is the time, when it arrives a zero,…
0
votes
1 answer

How to set focus for the input box once a item is selected from select box by using directives

I have two textboxes in which the first textbox is read-only.It is used to select the list of items. Once an item is selected in the first input box i need to focus the second input box.I have used a directive which focuses the second input box…
Nidhin Kumar
  • 3,278
  • 9
  • 40
  • 72
0
votes
1 answer

Show only one icon in one common headerbar in angularjs and ionic-v1

I have an application using Angularjs and Ionic-v1. I have a common headerbar where i have 2 icons(one for Tab1 and one for Tab2). And in the bottom of the screen i have 2 tabs(Tab1 and Tab2). When i am in Tab1,i want to show icon for Tab1 only.And…
ananya
  • 1,001
  • 6
  • 33
  • 50
0
votes
0 answers

How to create ionic-v1 login

I'm new in ionic framework. I'm trying to create login with mysql database, but don't know how to do it. controller: app.controller('loginuserCtrl', function($scope, UserService, $state) { $scope.user = {}; $scope.login = function()…
kent
  • 1
  • 1
0
votes
1 answer

Slider content or view not changing based on menu click

I am new to Ionic and I am struck by this issue. My issue is if I select any menu from {{menu.menuName}} then it will slide to respective tab but this will happen only if I am in app/home other than this URL above condition will not work.Please…
Hema
  • 988
  • 1
  • 16
  • 38
0
votes
0 answers

IONIC 1 - download pdf in mobile not working:

I am working on a project based on ionic 1.x .By using 'jsPDF' , I have created a PDF file. The file is downloaded when testing in browser but doesn't work when tested in an android device. The code is as follows var doc = new…
wahid_abdul
  • 156
  • 2
  • 9
0
votes
1 answer

Working with CordovaEmailComposer

I am new on Angular and Ionic Framework and want to incorporate the cordova email composer plugin. But failed to complete this. Here is my all code. I did install the CLI : ionic cordova plugin add…
Daniel Smith
  • 1,626
  • 3
  • 29
  • 59
0
votes
1 answer

Chrome Android v62 breaks Cordova plugin loading - deviceready has not fired after 5 seconds

My Cordova app installed on Android OS 6+ (Marshmallow and higher) recently 'broke'when installing Chrome (62.0.3202.84) -- and by this, I mean that random Cordova plugins stop loading properly. Web assets linked are randomly missing, some plugins…
0
votes
1 answer

Active class IonicV1

Hi I have user list in chat application page developed in Ionic v1.
Sunil Rawat
  • 709
  • 10
  • 41
0
votes
1 answer

Ionic Popup Custom CSS iOS issue

I have customized the Popup css to have it in fixed position and horizontally aligned in the center of the screen. It displays correctly in Android device, but way of in iOS. Below is the css I have and the screenshot for iOS and Android. How can I…
keeterDev
  • 115
  • 1
  • 1
  • 7
0
votes
1 answer

Ionic V1 - Print special characters in ion-radio

In my controller, I am generating template dynamically with the REST API response and then showing the values as ion-radio. My Code var generatedTemplate = ''; angular.forEach($scope.longPressOptions, function(value, index) { …
0
votes
0 answers

How to give background colour for notification in Cordova(ionic v1 framework)

I developing hybrid application and using Cordova(ionic v1 framework).I am able to show local notification. But I want to change title, message colour and background colour of notification. I have seen coloured notification on other apps. Can we…
0
votes
3 answers

How to test an ionic app 1 in android studio?

I have been struggling for like two days and there is not a single clear tutorial available explaining the use of android studio in testing an ionic app. I have made the full fledged app in ionic 1 and i also configured android studio. Now what next…
Usman Iqbal
  • 2,379
  • 5
  • 26
  • 50
1 2 3
9
10