Exit() does not close app completely in kitkat android
Use cordova-plugin-splashscreen@2.0.0 instead of 2.1.0
View ArticleAndroid nav-view view-title styling
Hi all, I'm aware this is an old thread, but did anyone get to the bottom of this and have a viable solution? (Not yet tried Crosswalk but would rather not if possible...) I'm getting the same issue...
View ArticleImg scroll performance
Some initial testing shows that the scaling isn't the issue, but border-radius is causing issues. I removed border radius from $item-avatar-border-radius and have a much smoother scroll in iphone 4....
View ArticleIon-tab inside template doesn't work
Hi i would like to insert ion-tab in template with an abstract ion-tab i try but it show after content and the links doesn't work Screenshot_2015-11-24-00-06-27.png1440x2560 317 KB he must be under...
View ArticleWhy is cordova at version 3.9.2 for Ionic 1.1.1 even with cordova 5.4.0...
Because cordova is made of cordova-ios and cordova-android, each component has its own version. Latest version for cordova-ios is 3.9.1 according to their release notes. Latest version for...
View ArticleTracking users geoLocation .factory or .service? What do you think is best?
I am trying to approach this feature on my app the best way possible and I am seeing so many different examples. I was wondering what some of you have done or would suggest... My app tracks the users...
View ArticleJust created a side menu as my first project, need help
Hello, I just created a side menu project. I added a few pages and when I download or use ionic cli, the project when using ionic serve on my local machine defaults the url to...
View ArticleCSS Animation not firing on device
Yeah, pretty annoying right? I think it's an issue with UIWebView supporting css3 transitions (at least within the context of an ionic app). Your best bet is to handle animations with JS. Checkout the...
View ArticleUsing My Own Map Graphic with Location Services
I am looking for some direction to get started with creating my own map graphic. Basically, I want to have a map of different Disney World parks, using my own maps of WDW, but still use location...
View ArticleChanging button color or icon dynamically
@brandyshea this is a good to know, but not sure I can apply that for my code. What about if it is embedded within a *ng-for? Something like (here I am talking about ): <ion-list inset>...
View ArticleWhat is the equivalent of "resolve" in ionic 2?
@willb this is a good idea! What if I want to use a service and then push the page? Something like: @Page { providers: [ItemsService] } ... goToNextPage(site) { // Get all items...
View ArticleHelp sought porting a Nodejs package to Ionic
For the last couple of days I have been struggling with trying to port the bitcore-p2p node package to use in Ionic (my progress can be found here). Currently I am using chrome-net on top of the...
View ArticleTracking users geoLocation .factory or .service? What do you think is best?
I was in the same position a few weeks ago. My conclusion: It's basically a different name for the same stuff - I use them pretty much interchangeable right now. That's probably not 100% correct, but...
View ArticleUsing My Own Map Graphic with Location Services
Keyword: leaflet. You will need to build your own layers of the Disney World parks. PS: Did you look into the legal aspects of this?
View ArticleUsing My Own Map Graphic with Location Services
Thank you for the quick response. I have not yet looked into the legal aspects, though I figured (aka: I ASSumed) it was probably okay given the number of mobile apps currently on the app stores that...
View ArticleHow to build app for iPhone without Mac?
Hey cool, thanks for the heads-up, I'll check out your blog post.
View ArticleIonic sidemenu does not re-appear after $state.go
This looks like a straight forward thing to do, but, somehow, it does not work. All I am trying to do is, 1. a main page with a side menu2. Side menu has an item that navigates to another template3....
View Article