White View Title When Changing Between Abstract Page
@mustaqim224 wrote: Evening, First of all, im newbie in using this framework. i have a slight problem with the view title between two abstract page. it like some sort of a white flickering (i happen...
View ArticleSpinner while data is loading
@fabiobalsamo wrote: Hi, i need to use a spinner in modal login to load data from http request. How can i do this?Thanks in advance Posts: 1 Participants: 1 Read full topic
View Article2 modal in one controller
@sefasaid wrote: Hello I use 2 modal in my controller. I do it for another controller but now i can't do it. here is my code`$ionicModal.fromTemplateUrl('templates/imagemodal.html', { scope: $scope,...
View ArticleThe Ionic Experience :-)
@djett wrote: Just wanted to drop a quick line on the forum to express how satisfied I am with Ionic. My friend @whites1016 I jumped on the Ionic wagon pretty early and although I wanted to get an app...
View ArticleChange detection in js files not working in ubuntu 15.10
@luchillo17 wrote: Hi, i just had to change from Mac to my laptop which has ubuntu, it bundles as expected when i run ionic serve -s -c but when i save a change it isn't re-building as expected....
View ArticleHow to write Media queries in ionic app?
@ravikiran6763 wrote: I have written the below media query for the device width of 320 , biut its not working for me @media only screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio:...
View ArticleHow to show item from json Array
@akuljana wrote: Hi, need little help. I have json in this format. { "title": "Example", "content": "Lorem ipsum", "img": [ "http://example.com/img.jpg" ] } And I can get title and content without...
View ArticleMapBox div is displaced after opening modal in another view
@apr1337 wrote: Greetings. We are building an app using MapBox and Ionic. We have an issue with the MapBox div getting displaced after opening a modal in another view. Steps to reproduce:(The app is...
View ArticleRemove header bar completely?
@jayeshjain_minio wrote: When I use hide-nav-bar="true" in ion view, It doesnt hide the header but just makes it plain white. I need to completely remove that header. Is there any way I can do that?...
View ArticleHow remove curly braces {} from all string of a json
@fabiobalsamo wrote: Hi, i've a huge JSON that contains data like this {"caseFolderId":"{2854EE70-146A-4618-826C-BA33FC807A25}","caseTaskId":"{28BE9F56-A7D7-4CA5-B777-A51FF3847236}","stepName":"Item...
View Article$state.$go call back?
@coreelements wrote: Is there an callback when I do $state.go('test'); I want to execute a function when the view is ready .. my other solution is a timeout .. but don't really want to do that Posts:...
View ArticleDebugging db sqlite on ios device
@Earl wrote: Hi, I am using the sqlite plugin from ngCordova.I have created this gist: https://gist.github.com/ilgianfra/9b3c4f1492745d818618to test the DB in my browser and in my ios device. It looks...
View ArticleController controller how to call
@abdurrahmanekr wrote: .controller('MyController', function($scope, $ionicModal) { $ionicModal.fromTemplateUrl('templates/modal-signin.html', { scope: $scope, animation: 'slide-in-up'...
View ArticleAnyone else having problems with 1.2.1?
@smorell wrote: [disclaimer: I started with ionic as recently as yesterday, so I might easily ask a stupid question here...] I was trying to install ngCordova, using bower, but the install breaks with...
View ArticleAndroid app restarts instead of resumes after few hours of timeout
@gkucsko wrote: Usually whenever my app is in the background it can be easily resumed and correctly executes the $ionicPlatform.on("resume") event. However on android (not on iOS) after a few hours in...
View ArticleUnderstanding Filters in Ionic
@andrewmcgivery wrote: http://mcgivery.com/filters-ionic/ "In Angular, a filter is an entity whose sole purpose is to use a function to transform a given value or set of values. Applied to an array, a...
View ArticlePush notifications: user hits dont allow
@hansgill wrote: Ok so I am trying to figure out if there is a way for my app to know if the user hit Don't Allow (IOS)? I am using the following plugin https://github.com/yupswing/ParsePlugin Mainly,...
View ArticleIonic 2 Beta / Geolocation plugin not working
@apars wrote: I'm following the steps at http://ionicframework.com/docs/v2/platform/geolocation/ to call the geolocation plugin: import {Geolocation} from 'ionic/ionic'; export class Locations {...
View ArticleFooter-bar with keyboard-attach textarea only works in full screen
@bwalsh wrote: Hi. Thanks for a great product.I've implemented a "comment window" roughly based on this http://codepen.io/ethanneff/pen/yymYRR At a high level the layout of the page is:-view - header...
View Articleionic2 modal ion-navbar vs ion-toolbar
@aaronksaunders wrote: <ion-toolbar> <ion-title>Modals</ion-title> <ion-buttons end> <button outline (click)="closeModal()"> New Item </button> </ion-buttons>...
View Article