Questions tagged [ionic-view]

Ionic View makes it easy to share your Ionic and Cordova apps with clients and testers around the world, all without ever going through the App Store.

Ionic View integrates with the Ionic command line to populate your app portfolio. View uses the Cordova inAppBrowser plugin to launch your apps in their own separate WebView, so you can preview and test them.

451 questions
7
votes
3 answers

AngularJs & Ionic : Stop/Restart $timeout when change and return to view

I have a View that is updated after 1 minute, I stop the timer after before leaving this view, and all is OK. After returning to the current view the timer don't restart again. This is the code of the controller of this…
ingalb
  • 168
  • 1
  • 9
7
votes
6 answers

How do I change ionic slider pager dots/circles color when active to yellow and inactive to white?

So I have this slide-box, as you can see the pager dots/circles appear without me needing to include :
CommonSenseCode
  • 18,848
  • 28
  • 112
  • 163
7
votes
1 answer

Override android hardware back button, make it exit in one page and make it back in the next pages

I'm using the following controller so that in dashboard page android back button exits app but on the rest of pages it goes back. Since before dashboard page I had a tutorial I only present once to my users, then I had to override android back…
CommonSenseCode
  • 18,848
  • 28
  • 112
  • 163
7
votes
2 answers

ionicView.enter not fired on child view and its controller

I have two nested states, consisted of a parent abstract state and a child state: .state('app.heatingControllerDetails', { url: "/clients/:clientId/heatingControllers/:heatingControllerId", abstract: true, …
Gregor Srdic
  • 416
  • 6
  • 10
6
votes
2 answers

How can I remove border in ion-card in ionic?

I've try many way to remove the border in my ion-card, but it not successfully. Please help me. Here is my css file: page-home { ion-card, .card-ios, .card-md { border: 0 !important; box-shadow: 0 !important; border:…
cauchuyennhocuatoi
  • 291
  • 2
  • 6
  • 16
6
votes
2 answers

Fabs With Labels In Ionic 3

I am using the Ionic 3 Framework and want to insert the following type of fab menu in my Ionic 3 App. Special Fab Menu:
jitesh bondre
  • 61
  • 1
  • 3
6
votes
7 answers

force view to reload in ionic2 framework

After going through Clear History and Reload Page on Login/Logout Using Ionic Framework I want to know same question, but for ionic2 using typescript. On login and logout I need reload the app.ts, because there are classes that run libraries on…
Basit
  • 13,920
  • 29
  • 88
  • 145
6
votes
1 answer

How to render svg inside ion-content

My application is built using Angularjs and ionic, using cordova for hybrid mobile application, when trying to render svg content received from backend, application is unable to render expected diagram. This is how my code looks like
Amit
  • 1,918
  • 3
  • 17
  • 23
6
votes
2 answers

changing view transition animation style on ionic

I use ionic framework for my hybrid mobile app. Default , page transition is slide from left to right for android. I want to cahnge this effect. For example I want to make this effect as slide upto top. How can I change view transition effect on…
miyamotomusashi
  • 531
  • 6
  • 20
6
votes
2 answers

How to perform ionic upload from Visual Studio 2015

I have created a basic app using the new ionic template available for visual studio 2015. I want to look at the app on iPhone's using ionic View App. Where can I issue the cli command ionic upload? (PM console and console2 refuse it) since just…
Guy
  • 822
  • 6
  • 16
5
votes
2 answers

ionic 2 render data before view load

I am learning ionic 2 and currently facing some ionic lifecycle issue. I want to show data after api gets success data. import {Component} from '@angular/core'; import {NavController} from 'ionic-angular'; import {LoadingController} from…
VRK
  • 914
  • 16
  • 33
5
votes
9 answers

ionic v2 error ionic view

I'm developing an ionic v2 app but even working on ionic lab it gets a complete white screen on the ionic view. If I do the same withe the ionic v1 it works. ionic start sample --v2 cd sample ionic lab ionic upload It shows white but ionic start…
Robert
  • 147
  • 1
  • 8
5
votes
2 answers

Creating and updating the global list with with angularjs in ionic

I try to declare a global list in my ionic project with rootScope variable. My aim is to update this list with specific messages. According to my scenario, I have different views with their forms. I try to hold completed actions in another view in…
5
votes
1 answer

ionic2 + angular2 - disable button on click

I have list of rows, and each one row has 2 more more buttons. I want to disable button on click event, so once its done ajax call then I can reenable it or hide it completely. So I'm wondering how can I disable this single button on click event.…
Basit
  • 13,920
  • 29
  • 88
  • 145
5
votes
1 answer

UI-Router Multiple Views Single Controller not work

I would like to use one controller defined in views, but the $scope does not define anything. Is there a way to do this? Please share a simple example in order to understand. I have this index.html
lbottoni
  • 622
  • 2
  • 10
  • 22
1
2
3
30 31