Ionic build with typescript not updating changes
Not the same, mine says nothing, my console doesn't even show changes.
View Articleionic2 app show blank screen on android device (4.2.2) using run command and...
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article$ionicLoading doesn't show on device
Don't you see any error when remote debugging your app on device? I've done something similar but I've wrapped $ionicLoading in a service rather than using $rootScope and broadcasting events.
View ArticleAccessing common database for mobile app and website
first there are two parts: Frontend and Backend In your case you need and API written in the script/programming language you want (nodejs, php, python, perl, java, ...) as your backend.But this should...
View ArticleMake default back button to transmit to its parent state
Any idea about this problem? I´m having the same problem...
View Article$ionicLoading strange behavior after 1.2.1 amsterdam
After updating to 1.2.1 amsterdam I've noticed that $ionicLoading has some strange behavior. It shows up fine, with or without text, but whenever I call hide() it shows an small empty overlay......
View ArticleNEED HELP: `libsass` bindings not found. Try reinstalling `node-sass`?
Thanks! It works for me.
View Articlehtlm5 video controls not working on ipad
Hi, i am working on an ios-ionic app for live streaming (movies and audio).Everything works fine on my iphone but when i try to test my app on ipad , the html5 video controls are not appearing. This...
View ArticleIonic Project Not Working on One Machine, Fine On Another
I have an ionic project I'm working on out of Dropbox. Using "ionic serve", it compiles and runs perfectly on one laptop, but the exact same code base does not run correctly on another. Some styles do...
View Article2 Step form,what to chose?
Hi people, i'm trying to make a 2 step form where first step is a form for an order or product request, when done with this one i want to show another one to set discounts over this order. I was...
View ArticleHow can I create links that send you to a nested view?
Hi, I want to create links on tabs.home as you can see the list with the links to redirect me to the inner views of about page. For more informations you can see this codepen:...
View ArticleIonic 1.2: ion-slides
I tried the same code but height more than the viewport height. The page is not even scrollable now. I can't see any content which is going beyond the page height. Does anyone had similar issue?
View ArticleScrolling Cut Off
I am using the slidebox and when I add information to a slide, it gets cutoff at the bottom whatever the last thing is. See this picture: screen_eventscutoff.jpg1440x2189 184 KB If I add to the...
View ArticleIonic 2 buttons not mapping color variables
Hi, i'm trying to use a custom color for an ion-item but putting the attribute doesn't change the style of the item, tried changing to a button but nothing, then tried changing to an already provided...
View ArticleHow put data from http request to database and list
HI, I now I need to get data from the cb, I need to get the casefolderId of all the rows Approva/rifiuta.and put in an Array or arrayList... how can i do? the log say to me [object object] var queryCF...
View ArticleIonic 1.2.1 scroll & PTR
Hi, last day i updated my app to the last ionic version 1.2.1. The only problem I can find is that the PTR lock the scroll from the list. It only works when the scroll refresher is commented.O also it...
View ArticleLocalStorage paginated
Hello guys, Contributing with more a tutorial, localStorage paginated: (function(){ angular .module('started.app') .factory('LocalStorageTravel', LocalStorageTravel); function LocalStorageTravel(){...
View ArticleIon-slides 1.2.1 ionic. How to get active slide?
$ionicSlideBoxDelegate is deprecated, since it was only used for controlling ion-slide-box.With ion-slides it works a bit different. You need to use $scope.$watch to get the slider object, then you...
View Article