How to navigate to particular id using href of a tag?
First: use $location.hash(ID);Second: use $ionicScrollDelegate.anchorScroll(true); Ex:`var scrollToLocation = function ( idLocation ) { $location.hash( idLocation );...
View ArticleCan't serve new TypeScript project: Module not found
Hey guys, Getting an error when trying to start a new TypeScript project. Tried playing around with the Webpack.config file - which mixes things up but doesn't resolve to a successful launch. A new...
View ArticleHelp - Why wont this work in Ionic within
I think it has something to do with the having the default scroll https://jsfiddle.net/xpte1skg/ When i place the code from the fiddle within the it doesnt work? Any ideas? Thanks
View ArticleWhite page showing after splash screen before app load
I was following this article:http://learn.ionicframework.com/formulas/splash-screen/But still have the issue. The parameters does not seem to be picked up from settings.xml or default.xml My solution...
View ArticleRemove hyperlinks for phone numbers
**my problem is when i set text-decoration: none; i see in ionic view blue and underline link !! ** *it's Worked for me when i give that style * a { text-decoration: none !important;}
View ArticleUsing icons in angular 2 component
Here is the problem: I am trying to use ionicons inside of an angular 2 "component". This is not working. The image is now shown. <div style="background-color: green; color: black"> <icon...
View ArticleIon-list / ion-item and parallel queries/promises
To run on background: setTimeout( yourFunction, 0 ); function yourFunction(){ //Calculate }
View ArticleUsing icons in angular 2 component
I figured out how to do this: <i class="icon ion-home"></i>
View ArticleI am beginner on ionic framework.would u help to save form data on cloud...
http://www.clearlyinnovative.com/starter-ionic-application-template-wparse-integration
View Article"Error: Please install Android target: "android-22"
Sorry to bump this, but any ideas please? I still can't get it working
View ArticleHas-bouncing="true" not working on android ionic
I don't know this for certain, but I suspect it has to do with Ionic implementing native scrolling by default now. Maybe with native scrolling, you can't use has-bouncing? I'd disable native scrolling...
View ArticleKeyboard error and Cordova plugins?
I got an issue at https://github.com/litehelpers/Cordova-sqlite-storage/issues/355 where a developer would get the following error: TypeError: Cannot call method 'transaction' of null Adding...
View ArticleLatest Update for v2 Doesnt Work at All
it appears that the update does not work at all anymore, the html files and css files are not getting moved to the build folder. dont see how sass is bing run anymore... I tried this with the...
View ArticleIonic 1.2.1: any documentation about ?
I'm waiting for the doc to be updated as well. Not sure how to make it work right now...
View ArticleVersion 1.2 on Windows 10. How to use get the Select element working?
I am seeing this too... seems v 1.2 isnt fully baked for windows 10... I think its related to touch events being prevented somewhere... because click works.
View ArticleSplashscreen background color and center image
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic Push Notification giving 403 forbidden error
Any News please?I need this notification
View ArticleIonic 2 alpha.45 sidemenu broken
So the build problem is probably my Os or setup of Android or Cordova?
View Article