Howto: overlay ion-spinner.spinner over i.icon
@mixofia wrote: I used to be able to change ionicons to a loading icon using classes, but now that ion-spinner is the preferred method, I can't get things to line up properly (CSS problem) the...
View ArticleCustom ion-item?
@luchillo17 wrote: I want to make a component that follows the ion-item css and behavior, i was thinking on making a custom ion-item-sync but it would break the css, also if i put the component as a...
View ArticleIonic Taking Long Time to Install Please Help Me
@trainerplus wrote: Hello.. I am getting a problem when I tried to install the Ionic framework in my PC. I installed the Cordova and Node.js. The progress bar was stuck and it is not getting installed...
View Article[PSA] Ionic and ios-deploy
@shazron wrote: Hi,I'm the maintainer of Apache Cordova iOS (which Ionic uses) and the maintainer of ios-deploy I couldn't find the source code where Ionic instructs you to install ios-deploy (if not...
View ArticleSkinning App based on platform
@elomonaco wrote: Hi, I'm new to Ionic and so far enjoying it. I'm looking to use a material-like theme for my android version, but I want to make sure my iOS or Windows Phone version doesn't have...
View ArticleLifespan of ionic playground links
@cherry_wave wrote: Hey guys, despite my first scepsis I'm really looking forward to use ionic now^^ I finished my click prototype with the ionic creator and now wanted to use the ionic playground's...
View Articlehtml5 video using data url as src in iOS
@antonfire wrote: I am using a html5 video tag to display a video in iOS app. Following using some cordova plugins for video capture I have to retrieve the mp4 video from the file system using cordova...
View ArticleDifferentiating between resuming from within the app and from without
@jskrepnek_koho wrote: Looking to figure out if there's a way to take different actions if: the app is resumed when returning from a 'child' activity (say, the gallery) the app is resumed when...
View ArticleNested lists losing click?
@thebosz wrote: I have a nested list and the inner-most items have a click handler. The click handler doesn't fire when clicked on. If I move the inner list items out to the outer list, they work as...
View ArticleCan't get blank starter app working with states
@iarry wrote: I've been trying to get this to work for an embarrassingly long time and just can't seem to get it. I'm trying to take the blank starter app and add the $stateProvider and...
View ArticleAdding ion-content in ion-view
@reneww wrote: Is it a good practice to add ion-content in ion-view? The reason I would do this is because ion-view does not provide me the scrolling mechanisms for smooth interaction....
View ArticleWake lock in ionic 2
@Orby wrote: I can't seem to find an example of screen wake lock on under Ionic 2. Posts: 1 Participants: 1 Read full topic
View ArticleStrange Android device bug when selecting 1 particular .state: App gets stuck!
@shotbyabel wrote: I have an app that has a sidemenu with the following .states(links): TodayCurrent TripCalendarProfileSettingsLogout While testing the app on the Android device... When I click to...
View ArticleIntel XDK Build fail for ionic project
@wgprop wrote: Preliminary Infocordova -v 5.4.1ionic -v1.7.12 Intel XDK 2807 Here are my steps ionic start xdktest tabs ionic platform add android I imported this into xdk, and attempted a build and...
View ArticleCard Showcase with limited description-height
@cherry_wave wrote: Hello, I wanted to use the wonderfull Card Showcase but limit the description-paragraph to, lets say, 100px. Descriptions that are too big to fit in this size should be shortened...
View ArticleSourcemaps in new project structure
@vonbrana wrote: In recent versions of the conference app and ionic 2 templates, the app folder containing the source code has been pulled up above the www folder where the build folder is and the...
View ArticleHow to navigate to a page in my application after external php file?
@scottcl wrote: I have a contactForm.html page in my ionic application. Once the user presses submit, the form posts to an external php file on my website which can run php. I am able to get the...
View ArticleIonic + Wikitude Augmented Reality
@guitartechlove wrote: Does everyone know how to implement this one?Many thanks! Posts: 3 Participants: 2 Read full topic
View ArticleIt Works On The PC But Not On The Actual Mobile Advice
@Harilall wrote: Hi guys I have finally got a small method to refresh the view of my app here it is $scope.goToViewHome = function(){ $state.go('home').then(function(){ $location.path('/homePage');...
View ArticleScrolling down breaks links and buttons click detection
@alanmarth wrote: Hi everybody. I have three links and one button on my app, I can perfectly click on any of them if I am on the top of the page, but when I scroll down (on android using ionic view,...
View Article