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 slider not working with left to right

I am new to ionic.The problem i am facing is i am trying to use ionic slider with ng-repeat.The data is coming dynamically.Everything works perfectly if i swipe from right to left.But if i slide from left to right the menu appears and i am not able…
Sachin HR
  • 450
  • 11
  • 28
0
votes
1 answer

Ionic + Passport isAuthenticated() returns false

I have my app in angularJs 1.6 built with MEAN stack working well, i'm using passport for authentication. When I decide to test it with ionic, the app itself works well (files are basically identical) but the authentication with passport is broken I…
Valentin Macé
  • 1,150
  • 1
  • 10
  • 25
0
votes
0 answers

menu is not closed in IONIC1

I'm using the cordova-plugin-googlemaps plugin and I'm getting this problem with my menu. normally the menu can be opened and closed. in the rest of the views my menu closes without problems. but in the view where my map is, it is always shown, it…
yavg
  • 2,761
  • 7
  • 45
  • 115
0
votes
1 answer

ionic html5 select/keypad open, scroll the view and tab to upward and create empty space after tab on iOS

I am using ionic v1 with angularJS and I have ion tabs:
I. Ahmed
  • 2,438
  • 1
  • 12
  • 29
0
votes
1 answer

AngularJS/ionic: Navigating specific screen items via direction keys

I am trying to implement a mechanism where specific items on a screen are navigable using arrows keys. At the moment, I am drawing a red box around items as they move and pressing enter activates them. I have the following directive: (credits here…
user1361529
  • 2,667
  • 29
  • 61
0
votes
1 answer

ionic 1 crash on first run after installing from google play

I am using ionic 1, app is crashed at first time only after installing from google play. After it works fine. The error on google play java.lang.NoClassDefFoundError: at com.google.android.gms.internal.zzaqc.zzbm (Unknown Source) at…
Tom Kur
  • 2,248
  • 1
  • 18
  • 28
0
votes
1 answer

how to make ng-change work to change sentence 1 to sentence 2

thanks for the help. Sentence1: hello this is java , on click of it it should change to Sentence2: Hello this is not java. can anyone give me a good solution for this , I have a input tag and check box and there ng-change is working fine , but I…
pandu
  • 23
  • 4
0
votes
0 answers

how to reload a view without clearing its cache in ionic. $state.go isn’t refreshing a cache view

I have 2 views: view1 and view2. I want to go from view1 to view2, and reload the view2 data. But I don't want to clear the cache of view2. So my question is, without clearing cache of view2, how to reload view2? I am…
0
votes
1 answer

AngularJS App startup High Memory Usage

My app react very weird. I don't really have any worker running or calling tremendous array data from server. But my App run about 500MB at startup to first screen page and it is always 500MB not even reducing, and when I purposely press HOME button…
0
votes
0 answers

How to set maximum date in input type date IONIC 1 IOS

I get a problem to set maximum input type date in IONIC 1 IOS, and this is my script : but it doesn't work, I have tried to search but fail all, please anyone help me to solve this problem because on…
Frank Andrew
  • 787
  • 3
  • 17
  • 28
0
votes
0 answers

Disqus plugin not work in ionic v1

I am using Disqus in my ionic v1 project. The browser is working fine but the problem after build apk is not working show me the error 'we were unable to load Disqus. If you are a moderator please see our Troubleshooting guide'
B.maiTi
  • 23
  • 7
0
votes
2 answers

ionic v1 app custom icon

I have deleted all ionic default icon from resources/android folder and platform /android/res folder and managed to change the app launcher. But the icon in split screen still uses the ionic logo(where does this come from??? I already deleted…
0
votes
1 answer

IOS cordova-sms-plugin issue

We have a problem with the cordova sms plugin. When you send an sms from ionic v1 app for the first time. Everything works perfect but as soon as you send a second sms the recipient has a comma after it. I'm not sure how this works but now a user…
sean
  • 33
  • 8
0
votes
1 answer

change border color if textinput is empty angularjs

if have a login page where i want to change the border color of the textinputs to red if the field is empty. so far i have only accomplished showing a text below the textinput but not change the border color. how do i go about it? i'm currently…
Sydnie
  • 71
  • 1
  • 9
0
votes
0 answers

How to create Login with Google and Facebook in ionic 1

I'm beginner use ionic framework, I use ionic 1, now I get duty to build app and authentication use Google and Facebook, I use cordova plugin http://ngcordova.com/docs/plugins/oauth/, I follow all steps here…
Frank Andrew
  • 787
  • 3
  • 17
  • 28