Typescript demo compile errors
I'm going through the Ionic and Typescript part 1 demo, and when I "gulp compile" and get the "Compiling Typescript files ...." they are followed with tsc errors on app.ts"Could not find symbol...
View ArticleChanging button color or icon dynamically
Hi @brandyshea, Did you get any info on that one?
View ArticleCan't serve new TypeScript project: Module not found
Tried swapping bits of my webpack.config for yours but to no avail. The required Paths module doesnt contain the following key values:paths.wwwDir, paths.appDir, paths.appSrcModule Heres my complete...
View ArticleCan't serve new TypeScript project: Module not found
I compared the folder structure of the JavaScript and TypeScript projects. Seemed the TypeScript App folder was in the www folder. I took it out to match the Javascript version and it started up but...
View ArticleCan't serve new TypeScript project: Module not found
Fixed it! So after moving the App folder out from the build folder and into the root. I just had to fix all the 404s.That meant changing the templateUrls on the three pages it starts with from...
View ArticleCan't serve new TypeScript project: Module not found
this looks like an older version of the configuration... that explains why it is working for you...
View ArticleCan't serve new TypeScript project: Module not found
I think the easier solution is to adjust the configuration so it looks for the files in the proper place, it is not finding in the files in the www directory so it is not compiling the ts files or...
View ArticleChange Status Bar Color in Android
I'm trying to change my status bar color and it's not working. I've tried with StatusBar directly from native cordova, and later I've tried with $cordovaStatusbar plugin.Both cases I tested on my...
View ArticleIon-slides 1.2.1 ionic. How to get active slide?
Sweet, thanks for the onInit suggestion! I had tried the $scope.$watch method, and while I was able to get it to work, that method is very clunky and unintuitive.
View ArticleChanging button color or icon dynamically
The Angular team is not going to be implementing a way to dynamically add attributes, but we are working on adding a way like: <button [color]="myColor">
View ArticleAPI for the Range widget
Try this : <input type="range" id="budget" name="budget" value="100" min="0" max="3000" ng-model="budget">
View ArticleIonic 1.2.1 android scroll
Addoverflow-scroll="false"to your ion-content tag might work. Their new default native scrolling is very very buggy.My problem began with a logo image on the login screen.With native scrolling,...
View ArticleAndroid web view timeout/restart behavior
Update (partially solved) I figured out there is a preference called "alwaysRetainTaskState", which according to android documentation does the following: Normally, the system clears a task (removes...
View ArticleIonic Keyboard Overlap Hides Div Content
If you're on ionic 1.2.1,You could try adding overflow-scroll="false" to the ion-content tag,that would turn off the default native-scrolling that comes with ionic 1.2.1. I'm guessing we are facing...
View ArticleWhat is the equivalent of "resolve" in ionic 2?
@icarus_31 try using async.waterfall(). I'd expect @luchillo17 's approach to call all the then() functions at the same time. See: http://spion.github.io/promise-nuggets/12-doing-things-in-series.html...
View ArticleAzure Push Notification Example
This helped me out,https://github.com/Azure/mobile-services-samples/tree/master/CordovaNotificationsArticle
View ArticleDeclaring one variable and use this common variable in all pages
In ionic v1 I was declaring my global variables in app.js but I am not getting any picture where to declare my global variable in ionic v2. Particular I want to declare a puchdb variable and use it in...
View ArticleIonicmaterial how?
I'm having a similar problem. Has a solution been found for this? Thanks!
View ArticleOn-hold across the button / margin of error
Merry Christmas everyone! I had a question about the on-hold directive -- I have a rather large button and when holding it with my finger, it works if I'm careful to steady my hand so that it doesn't...
View ArticleIonic 1.2 $ionicView events not working
I'vs just updated from 1.1.1 to 1.2.1 and $ionicView's events not firing at all. I coudnt find any point on $ionicView chages on blog page. So what was changed?
View Article