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
12
votes
5 answers

Status Bar on iOS Background Color

I’m having a hard time setting the iOS status bar background color to transparent. I’m using the latest version of cordova statusbar and ionic, and leaving everything to their default setting, however i’m getting a white background color for some…
Yehia A.Salam
  • 1,987
  • 7
  • 44
  • 93
11
votes
1 answer

How to add Referer Header in case of Device Ionic App

Hi I have an App developed in Ionic v1 and its working fine while making payment from browser , but while making payment from device Android its not redirecting me to the payment gateway…
Sunil Rawat
  • 709
  • 10
  • 41
6
votes
4 answers

Deeplinking in AngularJS/Ionic by Example

I'm building an AngularJS (1.x) and Ionic/Cordova mobile app for iOS + Android. I'd like to add/create a "deep link" to my Sign In page so that when I send a new user a "Confirm your Email" email and they click a link to confirm their registration,…
smeeb
  • 27,777
  • 57
  • 250
  • 447
5
votes
1 answer

ionic 1 integrate specific google analytics in specific screens

I would like to know how to integrate ionic v1 with google analytics and to track specific screens. For example, I want to have google analytics code UA-XXX and to track specific navigation (tab1, tab2, etc)
Axil
  • 3,606
  • 10
  • 62
  • 136
5
votes
1 answer

Ionic1 - Cordova-ios - Provisioning Profile Push Notification Error

I have an issue building my ionic app on iOS. If I run the release build command, the archive succeeds but the export fails with this error: error: exportArchive: “TeaZe.app” requires a provisioning profile with the Push Notifications…
Noel McKeown
  • 281
  • 2
  • 8
4
votes
3 answers

How to create nested structure with ng-repeat in AngularJS

Issue with ng-repeat, AngularJS looping I'm having trouble creating this loop structure using ng-repeat in angular js(ionic 1 app). When I use ng-repeat, the date is repeatedly shown along with each event in every loop. But I want to show the date…
Ronald Babu
  • 166
  • 1
  • 7
4
votes
1 answer

how to use If condition in ionic popup

i created one common Popup screen its used in three module but three module have different title. I didn't give if condition in title, Is possible or not anybody give solution to me. popup code here : function showPopup () { $scope.data = {}; …
user7383259
4
votes
3 answers

Error status codes are not being caught

I am trying to catch angular resource's HTTP error status code (!=200). My Service, where I have resources defined: (apiService.js) .factory('ApiService', function($resource, $http, localStorageService, CONFIG) { var base_api_url = api_url =…
dease
  • 2,975
  • 13
  • 39
  • 75
3
votes
1 answer

Change language - screen goes white

How to properly use a checkbox to change $rootScope value in AngularJS I am trying to create a multilingual section to an app, that allows the users to front to choose their language of preference when the app loads. In doing so, I set the…
zeropsi
  • 682
  • 9
  • 24
3
votes
0 answers

Not able to Publish Ionic 1 app to Google Play store with new 64-bit support requirement

I have developed an APp in Ionic 1 Cordova Android platform and have been successfully publishing to Play store till 15 days back. But now with the new requirement of Google to mandate 64 bit support for all apps, I am not able to publish the same…
Aarti
  • 31
  • 2
3
votes
1 answer

FB LOGIN -> SERVER_ERROR code 1675030: Error performing query

I have an hybrid app on ionic v1. It has facebook login functionality. Have used following plugin for that - https://github.com/jeduan/cordova-plugin-facebook4. But after August the facebook login wont work and started giving following error -…
3
votes
2 answers

Ionic infinite scroll inverse direction

I am developing a ionic chat app implementing infinite scroll over ng-repeat to handle lazy load. The problem is next: infinite scroll start at top of view (showing first oldest chats) and handles lazy load when user scroll bottom to show newest…
ElLoko36
  • 81
  • 7
3
votes
3 answers

Having trouble with ng select boxes in selenium testing

I am currently trying to test a certain element from a website that uses ionic for its front-end implementation. I got stuck with this element that uses ng-select listbox. I've tried to find various different answers and tried many different…
Richard
  • 33
  • 1
  • 4
3
votes
0 answers

Run socket Server in a ionic1 application

Here is the requirement: Start a socket server in the app which will receive messages from another app running in the same device. Here is the stack: Ionic1/cordova Angular1 cordova plugin:…
Rodrigo
  • 5,435
  • 5
  • 42
  • 78
3
votes
2 answers

How to secure Data IonicV1 services

Hi I have implemented an app in Ionic v1 with Symfony2 as server side. the communication between app and server is being made by post ajax request. I want to make secure the request services data in network which is posted from app to…
Sunil Rawat
  • 709
  • 10
  • 41
1
2 3
9 10