Ionic with Angular 1.5?
@jroets wrote: I'm wondering if there will be another 1.x Ionic release that will be bundled with the recently released Angular 1.5? If not, what is the advice in using Angular 1.5 with Ionic? Posts:...
View ArticleCan we use Vanilla JS together with Angular?
@thomashb wrote: Hi everyone ! I juste want to know if it's possible to use vanilla JS and angular together. I want to use sole JS scripts in another JS file that I link to thé project but it seems...
View ArticleIon-item content unbehaves and overflows into the next item
@pinne65 wrote: Hi, I have a list of ion-itmes in a list and sometimes the content from one item overflows into the next item or is obscured by the next item. This happens both when running "ionic...
View ArticleHow to size a list
@mblessen wrote: Screen Shot 2016-02-16 at 8.41.25 PM.png782x1294 22.3 KB I want the scroll view to sit above the bottom button bar. Right now the scrollview goes the entire view. I don't want the...
View Article$http.get not executing functions on success
@abdukannur wrote: Hi all, I am doing my first ionic project where i have to get some data from database and on success I havet to (1)store it in a variable and (2)navigate to a page where this...
View ArticleUsing ion-scroll with zoom & mouse
@pliablepixels wrote: Hi there, I have the following fragment of code that works great on touch devices: <ion-scroll delegate-handle="imgscroll" has-bouncing=false min-zoom=1 zooming="true"...
View ArticleSCSS Custom Colors in Ionic
@sam53 wrote: I want to know how i can add dynamic color hex code coming from backend services (The color will be selected by the user from dashboard). How I can implement that hex color in the ionic...
View ArticleCollection-repeat shows up as a grid instead of a list for a moment while...
@omyen wrote: This issue seems to occur when I switch the view back to the page with the collection-repeat in it, or empty and replace the data in the list. For a split second (on my computer) and...
View ArticleError: undefined is not an object (evaluating 'viewHistory.currentView.index')
@kntmrkm wrote: I posted issue at Github. github.com/driftyco/ionic Issue: Error: undefined is not an object (evaluating 'viewHistory.currentView.index') opened by kntmrkm on 2016-02-17 Hi, I'm using...
View ArticleFirebase Request and Ionic Loading
@donsplash wrote: I am pretty new to ionicplease i need help i have a controller that pulls data from a Firebase service, named ReadService and a function getRedings()i use a controller to pull data...
View ArticleWeird spacing
@X_Y wrote: When I use the following code to display a header, the title gets a weird left/right styling. If I change the line {{connectStatus == false ? "Connect" : "Disconnect" }} to...
View Article[iOS] App freeze on start
@drettig wrote: Hey, i currently develope an iOS App with Ionic and get some strange behavior when i deploy it. First i tested on a iPhone 4s and sometimes the App freeze right after the Splashscreen....
View ArticleAPI Creation
@Jiten_08 wrote: How to create the API for the remote database connectivity in ionic..? Posts: 2 Participants: 2 Read full topic
View ArticleController doesn't call function on loading
@Ionicoser wrote: Hi all, maybe someone know why my function dosn't fire at first time. It fires only if i change my route to another page and back to the first page. My Route-Settings: $stateProvider...
View ArticleDOM elements are rendered slowly on Android (marshmallow Specific)
@badari wrote: Hello, We are seeing that DOM elements are getting loaded slowly on switching my ionic app from background to foreground. The same issue is not reproducible w,r.t iOS .Please let us...
View ArticleController inside ionic side bar menu executed twice
@zjhiphop wrote: Hi, recently i got a problem when i use nav side bar menu: <ion-side-menus enable-menu-with-back-views="false"> <!-- CONTENT --> <ion-side-menu-content> <!--...
View ArticleIonic start to set a destination to gps navigation
@getlose wrote: I want to my ionic app can set a gps navigation by given destination.I mean the ionic app just call the navigation app and start to navigate user to a given destination by the ionic...
View ArticleTabs inside another tab
@cposadaa wrote: Hello, im trying to do an aplication that uses tabs inside tabs, kind of this one http://codepen.io/leoz/pen/gpMMmW but it does not work on android, becouse it apears on tab on top of...
View ArticleCannot uninstall Ionic 1.7.14
@syedtariq wrote: I am trying to switch to ionic 2. Installing on top of my previous installation of ionic 1 appears to succeed but ionic 1 remains as shown by ionic info.Here were the steps....
View ArticleRequireJs with Ionic framework
@najuru_deen wrote: I want to use the speedtest.net in my ionic application. $ npm install speedtest-net and i want to use the below code but I donot know how to use the require js with Ionic. var...
View Article