Where are the css and js files located?
In the documentation, at http://ionicframework.com/docs/overview/#cordova, there's the line: To add Ionic to your Cordova, PhoneGap, or Trigger.io project, just reference the Ionic CSS and JS files...
View ArticleWhere are the css and js files located?
Is is not lib/ionic/[css,js]? It should be located here once having created a new project.
View ArticleAngular-google-maps in ionic modal
Solved this - I placed the GoogleMapApi promise within the openModal function: $scope.openModal = function () { $scope.modal.show(); GoogleMapApi.then(function (map) { ....
View ArticleData showing up very slow
Hey, I'm new with Ionic and AngularJS. I've been experimenting a bit and found a way to share data between the controller using service. The only problem I have is that, the data appears slow!The...
View ArticleAndroid hardware menu button not working with Cordova 5.1.1 and Ionic 1.1.0
stackoverflow.com menubutton not working anymore after upgrade to cordova 5+cordova android 4.0.0 asked by QuickFix on 05:23PM - 18 May 15 android, cordova Seems to have done the trick for me.
View ArticleIssues with $cordovaPush
We're trying to use cordova push with google cloud messaging for android devices. We're testing on two devices, an s6 and s3. Both are getting registration ids correctly. The s6 is receiving messages...
View ArticleError after update to nodeJS 4.1.1
I am getting an error after updating node. 2015-09-24 16:52:15.107 Saje Gigs[658:143277] Resetting plugins due to page load.An uncaught exception occurred and has been reported to Ionic false == true...
View ArticleScroll within input text field on iOS
I am finding on iOS that text with a single line text field - i.e. a element will not scroll when overflow occurs. For example, if I type "the quick brown fox jumps over the lazy house dog" into a...
View ArticleWhere are the css and js files located?
Hey, There are a few ways to download the source files. The ionic npm package is for the Ionic CLI. You are looking for the ionic-sdk npm package: https://www.npmjs.com/package/ionic-sdk Some other...
View ArticleGoogle Calendar and Async API calls in angular
Just in case anyone is following this, the official google solution and the stackoverflow thread are not working either: stackoverflow.com The correct order to load Google Client api gapi and angular...
View ArticleLeft nav-buttons causes the title to have 20px left spacing
I may have found a bugWhen I have , then the always gets a 20px left spacing (style="left:20px") after a tab change. does not contain buttons, but a -not always visible- searchbox which overlays the...
View ArticleBug when run dexDebug, can't build Android apk!
Hey just wanted to let you know that you just saved my life by posting this.When I was typing ionic build android, it was always stopping at dexDebug just like you. Then, I was having multiple errors...
View ArticleIcon color in button-icon
I have a question that extends from this question. I have a "FAB-esque" button ala Material Design and when I click this "button", an ionicModal launches. Button: <my-directive class="button...
View ArticleRun and emulate ios with live reload not working in iOS9
I have tried almost everything... fresh builds, fixing hostnames, enabling/disabling IPv6, re-downloading Xcode, blowing away and re-configuring simulators. It's some kind of environmental bug. I...
View ArticleVisual oddity with reordering ion-list
I came across an interesting visual bug today in my Ionic app. Anyone seen something like this? I'm at a loss as to where to even begin in terms of troubleshooting. IMG_4689.PNG640x1136 97.7 KB The...
View ArticleIonic ios9 issues
hi, My app is broken on ios9 only.When the app is loaded, we just get a blank white screen.it works without issue on ionic serve and android apk. I've updated to ionic v1.1 and angular and...
View ArticleExit() does not close app completely in kitkat android
nabinkumarn: This is not white screen issues as discussed in previous topics in my view. Have the same problem. Seems the ionic.Platform.exitApp method does not exit the app completely.
View ArticleIonic emulate ios doesn't do anything
Other thread suggests downgrading node to 0.12 Ionic build/emulate ios does nothing Here's the stuff from my terminal: Myuser-MBP:my-reddit myuser$ ionic platform add ios Updated the hooks directory...
View ArticleWhat are you building with Ionic? We want to know!
Beacon Safety Co. is making MapMe.io - a real-time transportation notification safety network - users are anonymous! Paid subscriptions and enterprise systems planned.
View ArticleHow to restrict ionic scrolling area?
Suppose I have a dynamic content of dynamic height 'x'.I want to have the scroll view upto height x/2. Note: The content height is dynamic in natureAnd I want the user to see at most height x/2 by...
View Article