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

Ionic md-tabs squeezing tabs

I have created this app with ionic and angular material design. My issue is when I use md-tabs with more than 4 tabs. It's squeezing when I switch between views and back to md-tabs... it's common on android, ios it's just usually.
user2918057
  • 189
  • 1
  • 12
0
votes
0 answers

Cookies are not persistent in ionic v1 app since crosswalk plugin removed

I use Ionic v1 and recently have upgraded cordova android to 7.1.4 & removed cordova-plugin-crosswalk-webview plugin as I was facing issue while building the app. I have got new problem that is the cookies are not persisted in the release build.…
unlimit
  • 21
  • 7
0
votes
1 answer

BUILD FAILED: Execution failed for task ':app:processReleaseMainManifest'

We upgraded the SDK Version:31, as per the google' new requirements. Now building the application is causing an error. Task :app:processReleaseMainManifest FAILED ~/platforms/android/app/src/main/AndroidManifest.xml Error: Apps targeting Android 12…
Ravi Mittal
  • 1,947
  • 4
  • 22
  • 37
0
votes
0 answers

OneSignal in Ionic V1 with Android SDK 31+

I'm having problems with my old application built on Ionic V1. From now on we need to use SDK 31 or higher on Android. I made the adjustments in my application but I am not able to make OneSignal work. Plugin installed: onesignal-cordova-plugin…
0
votes
0 answers

How to set error message for date field in ionic v1code

How to set error message for using this method in ionic v1 code I have tried
0
votes
0 answers

Error when open camera on Android 11 in Ionic-v1

I have an application that is in Ionic-v1, after I perform a last build there was an error where the camera on android doesn't open anymore. I detected that in lower versions it's working (10 .. 7) but in version 11 it just stopped working. Has…
0
votes
1 answer

XMLHttpRequest Faults after WKWebView Upgrade on Ionic v1 project/app

After trying to upload my working app to the store, I was encountered with an error message from app store connect saying that I'm not able to use the UIWebview anymore since it's been deprecated so I've been forced to upgrade to WKWebView. I…
J.Do
  • 303
  • 6
  • 26
0
votes
1 answer

How to add "about minutes ago, about hours ago, etc;" in a .filter for angular/ionic v1 project

My question is how to add from now, ago.. etc in a filter of JS in ionic v1 project for wordpress, and not using UTC Date. I'm using a wordpress native ionic v1 app, so this is very important for getting the exact date of every post fetching in the…
Jack Ezt
  • 19
  • 2
0
votes
1 answer

Angular translate giving key when upgraded to WKWebview for localization

We are working on ionic application which support ionic-v1. For translation we use $translate. The issue is when using $translate.use() and $translate.instant() its giving key instead of proper value. Note: This issue we are facing after we upgrade…
0
votes
1 answer

ionic cordova ng-src force cache reload based on new image size?

Before trying to say this was answered elsewhere or is a duplicate - PLEASE fully read. All other solutions are cache-busters forcing image reload EVERYTIME. I only want to force image reload on condition of new image size - but keeping same image…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
2 answers

How to import ionic-native into an Ionic1/AngularJS project?

I'm working on a project with Ionic v1 and AngularJS and Cordova. I'm trying to include this firebase plugin in my project with no luck so far: https://github.com/dpa99c/cordova-plugin-firebasex I was told to try out this node module: …
Aubrey Quinn
  • 311
  • 1
  • 3
  • 10
0
votes
1 answer

On Chrome ion-modal-view long contents printing is not allow all pages

I have searched and tried as posted articles. such as @media print { .modal { position: absolute; left: 0; top: 0; margin: 0; padding: 0; visibility: visible; /**Remove scrollbar for printing.**/ overflow: visible…
DarkHorse
  • 339
  • 4
  • 16
0
votes
1 answer

Ionic v4 withCredentials true giving me cors error

Ionic v1 api call is working with withCredentials true but not ionic v4 code working giving me access control errors Ionic v1 code vm.getUser = function (email, password) { return $http({ method: 'POST', crossDomain: true, dataType:…
Surya Teja
  • 33
  • 1
  • 6
0
votes
1 answer

Form Validation Not Working on IONIC but working on AngularJS

I have to provide mandatory fields validation in my ionic app. But, i am not being able to get the default angular form validation working. I used ng-submit but in ionic that's not even firing the submit. Is there a directive that i can…
Sourav Das
  • 982
  • 1
  • 15
  • 40
0
votes
1 answer

ionic Version 1 Push Notification cordova-ios 4.4.0

I am trying to implement push notification in ionic version 1 using "AWS SNS" and "Firebase"(for registering my ios and android application) and "phonegap-plugin-push" in ios,by using this plugin i got the token ,but using that token in aws to…