Dynamicly add Buttons to Navbar from within a directive
@pab wrote: Hi I have a directive . To interact with the directive, I would like that the directive, adds a button to the navbar.But because there are 2 navbars "cached" & "active or entering" It...
View ArticleWhen release ionic beta4 fix /promise.d.ts:1:9
@neozhu wrote: when release ionic beta4 fix /promise.d.ts:1:9 Posts: 1 Participants: 1 Read full topic
View ArticleChange default ion-navbar "back" button ios
@davidla wrote: Hey , can someone tell me please where can i find this button text ,i trying to change it text, but i can't find this button . Thanks in advance Posts: 4 Participants: 3 Read full topic
View ArticleHow to kill a Google OAuth session (via Firebase) in an Ionic 2 app?
@nunoarruda wrote: My Ionic 2 app as Google Authentication via Firebase and I have a logout button in the app calling the Firebase unauth() method but that only unauthenticates the Firebase reference...
View ArticleIonic2: Question about handling inner form from the outer
@PacaVaca wrote: Good day. I have a problem with figuring out how to handle form validation with appropriate styling when there are nested forms.The thing that I want to accomplish is the following:I...
View ArticleHow to get value from local storage like query in sql?
@ikhsan07 wrote: Hello, i'm newbie in ionicframework. i hope you can help me. I have problem from my exam, i can't get value from my local storage because. i have data from my local storage like this....
View ArticleSelect all check box on click of Button
@deepanjalipatole wrote: I have ion-list inside this I have checkbox as ion-item and some more items. I have separate button called Select All. When I click om Select All button it should select all...
View Article[bug] SVG sprite doesn't work after update to iOS 9.3
@Shasharyn wrote: Hi, I store all my SVG icons in one sprite and use it like that: <ion-nav-title> <svg class="dropShadow"> <use x="0" y="0"...
View ArticleIonic app auth0 Google sign-in using Google+ App
@ronniekinsley wrote: I can't find anywhere on auth0 documentation on how to implement Google+ app based Google sign-in, all I've seen around is the inAppBrowser based approach. Is there any way I can...
View ArticleRouter state views based on platform
@zarcode wrote: I am trying to show different views based on platform, we can say "dinamic views parameter", something like this: .state('tabsController.topics', { url: '/topics', views: function(){...
View ArticleV2 - Share a model accross tabs
@guillaume_r wrote: I'm creating a form which is separated in several tabs. I would like to know if it's possible to share the same model between all tabs ? Posts: 1 Participants: 1 Read full topic
View ArticleIos build sometimes broken
@nveldik wrote: This is my first post so if this is the wrong place for it let me know. We have the following issue with our app. Our ios build (on El Capitan with xcode 7.2.1) works most of the times...
View Article*ngIf breaks item-right on icon in list
@larschla wrote: I have a list, where i want to display an icon in some of the list-items. i have the following line of code: <ion-list> <ion-item>Some text <ion-icon name="alert"...
View ArticleAccardeon list. Opened all faculties
@Serjonka wrote: I have data with json string and make accardeon list on this example http://codepen.io/ionic/pen/uJkCz. But when i clicked on list opened all tree's. What is wrong? Here is my...
View ArticleGulp changed ionic.app.css in ionic serve
@mobian wrote: when I serve ionic gulp generate/changed original ionic.app.css And I can't change ionic.app.css. my mean is when i edited ionic.app.css and then ionic serve my edited is remove and...
View ArticleDifferent between ionic build and cordova build
@mezie wrote: Started learning how to build mobile apps using the ionic framework. I do see people using ionic build and others use cordova build. I will like to know the difference between the two...
View ArticleCustom Auth problem: auth.ionic.io’s server DNS address could not be found
@johnrowley wrote: Have been trying to experiment with the Ionic's auth feature. Have redirected to 'https://api.ionic.io/auth/integrations/custom' with the state and tokens as described in the docs -...
View ArticleKeyboard To Enter Decimal Digits
@Harilall wrote: How do I enable a keyboard that has the . so that the user can enter numbers with a decimal point like 123.45 is there some sort of plugin that ionic has to overcome this problem?...
View ArticleApp icon ipad app?
@coreelements wrote: So I've updated xcode last night. When I build the project in xcode I now get warnings Images.xcassets: A 83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and...
View ArticleIon-list not populated
@samuele.panarotto wrote: Good morning, in my application I need to show a list populated from a DB. This is the code to get the remote data: getServiziPerCategoria: function(nodo, codice, isWebView,...
View Article