Best way to check login globally in Ionic 2
@newelement wrote: Greetings gals and guys. I'm trying to figure out the best way to globally check for authenticated user. Here's my app.js and auth provider files. Looking for help/feedback on best...
View ArticleLoad a template from the Documents(cordova.file.documentsDirectory) in ios(iPad)
@chamilavt wrote: I have to download a template from a web server to the cordova.file.documentsDirectory in iOS, then need to load the template from iOS cordova.file.documentsDirectory....
View ArticleRails and Cordova together - No Content-Security-Policy meta tag found
@claudiocarmeli wrote: I have been stuck for over a week on something really annoying to which I am sure there must be an easy solution to but I don't really know what to google for and cannot find...
View ArticleAnimate.css in ionic 2
@riteshbhat17 wrote: can i use animate.css in ionic 2? Posts: 5 Participants: 3 Read full topic
View ArticleDates for beta roadmap?
@ryanlogsdon wrote: Hi Ionic Team, Do you have any general/projected dates for you beta roadmap? I can't wait to use the date picker (beta5) and Material Design tabs (beta6). Thanks,Ryan Posts: 3...
View ArticleHow to change ion-search icon color and show search bar focused all the time?
@lianghua19 wrote: Hey guys. I've been stuck with this issues for half day. I am using dark as background color, for some reason, this hides icon color but not placeholder which I set to white. And is...
View ArticleFile upload with data
@atid wrote: I am uploading images to my server using cordova-plugin-file-transfer var options = { fileKey: "avatar";, filename: filename, chunkedMode: false, mimeType: "image/png"; };...
View ArticleNeed help with making Post requests using Ionic Run
@julu9001 wrote: Hi, I have a post request that isn't using the correct path when using ionic run for my android device. My debug log is this: POST file:///android_asset/www/URL/in/question...
View ArticleChild side-menu works on WP and MD but not on iOS
@bandito wrote: Exactly what title says. The side-menu works on Android and Windows version of the app but not on iOS version. @App({ template: ` <ion-menu [content]="content" #myMenu>...
View ArticleCan toggle has left right label?
@shmu80 wrote: May I know that can we have left and right label for toggle component?Such as below. Posts: 1 Participants: 1 Read full topic
View ArticleOffline slippy map for Ionic2? Google Maps?
@planlazy wrote: What's the best approach for creating an offline map for Ionic2? I want to cache tiles and plot pins on a map. Ideally this map will be native for both Android and iOS Related...
View ArticlePage transition animations
@polska03 wrote: Is it possible to change the animation in which pages transition in ionic2? For instance instead of the slide say I wanted a fade, is this possible? Posts: 1 Participants: 1 Read full...
View ArticleHi Everyone, I am trying to develop an app which uses push notifications to...
@saleem1234 wrote: Following are the links that i referred:...
View ArticleGeolocation plugin heats my iPhone 5S
@marlburrow wrote: Hello, I use this plugin http://ngcordova.com/docs/plugins/geolocation/ to geolocalize the user in my app. Just before, i used the watchPosition(options) method but this way make my...
View ArticleHow to hide slide-pager (slide-box) when item only has 1 image and show when...
@Atcoster wrote: <ion-slide-box class="items-slider" show-pager="if ({{item.images.length}}) > 0" on-slide-changed="slideHasChanged($index)"> <ion-slide ng-repeat="image in item.images...
View ArticleModal turns white when focusing a text input in a modal
@chager wrote: I have build modal containing an text input. Now when I click the text input to show the keyboard the modal turns white. When I close the keyboard but not the modal and reopen it...
View ArticleOpening sliding items without scrolling list
@ckouns wrote: Hello peeps, My team and I are working on an application built with Ionic 2 and Angular 2. We have a long list composed entirely of sliding items, in which you can swipe an item left to...
View ArticleIon-select doesn't reset when setting model to undefined
@luchillo17 wrote: Ion-select should just show blank and not show anything selected when i set the model to undefined, however even if the model is set to undefined the previous value still show, and...
View ArticleSplash Screen works for iOS but not for Android
@mikevictor21 wrote: I have an ionic app where the splash screen and icons where generated using the CLI command ionic resources The iOS version works perfectly with the splash screen being rendered,...
View ArticleChange theme after installing the app on the device
@Harryinandroid wrote: Hi all, is there a way we can change the theme at runtime so that I can change colors according to the theme selected. Please let me know if this is possible. Thanks Posts: 3...
View Article