Ionic grid Error
I am trying to get page containing a slider in the middle and a button in the bottom as shown in this picture: So, I chose to use the Ionic grid since I thought it will be fast to do it. I wrote thee...
View ArticleHow to send a form in ionic framework
Hi everyone I created an app using ionic framework and in the app i created different types of forms. I wish ti know how I can configure these forms in such a way that ones the user has fill them out...
View ArticleIonic-side-menu hides all of my main content
Hello, I'm trying to implement a side-bar on my app so I am able to store menu related options inside it, but my issue is that whenever I integrate the ion-side-bar-menu, it always hides my main...
View ArticleImage click effect as button
What you want can be achieved with plain css - I just did a web search on the following phrase: 'overlay backdrop image css' and many of the results seem relevant to you.
View ArticleIonic slideboxes aren't fullscreen. How to do?
Here is how you do it. http://www.yourtechchick.com/how-to-get-full-screen-slides-in-ionic-slideboxes/ Hope that helps.
View ArticleProblem with instalation
Hi guys i have a problem with ionic instalation. I instal ionic but it works only on path from user like this: C:\Users\myUser\ When i eneter "ionic" i receive right information about ionic, but when...
View ArticleUPDATED: Persist radio button selection in localStorage populates to all...
I was able to get it working for a checkbox (radio button won't be long to solve), however, now it persists for all lessons because I'm using ng-repeat! Any help on how I can persist it for the...
View ArticleProblems with charset em some application screens
Hi all, i have some problems with special chars in some screens of my application, in some places, the characters ú, ç, ã are displayed as �, i dont put any explicit declaration of charset in...
View ArticleProblems with charset em some application screens
Check thatr your editor is configured to encode files as UTF-8.
View ArticleGet the height of a div without Jquery
This: Slide-box with different slide heights ionic After a lot of research, I've not found a solution yet. The problem seems trivial: a slidebox with 3 slides, each loading dynamic content. Obviously,...
View ArticleGet div height without Jquery
Hi, I was just wondering, is there a way to find the height of a div with angular / ionic? Something equivalent to $('div').height() in jquery. I know how to find the height of the device, the window,...
View ArticleHow to force the user to see the login page on his first session on the app
My login page is in a 'modal'. I would like to force the user to login on his first session on my app. I am checking if the localStorage contains the variable "user", which is written after login and...
View ArticleErase sqlite from emulator
Hi, How can I erase all sqlite data from IOS emulator ?I tried a few options but none worked. Thanks.
View ArticleHow to force the user to see the login page on his first session on the app
I found the solution in this issue report : github.com/driftyco/ionic Issue: Disable back-button on modals opened by LeleDev on 2014-05-15 closed by ajoslin on 2014-06-04 I'm using $ionicModal to show...
View ArticleUPDATED: Persist radio button selection in localStorage populates to all...
Be honest the local storage is not the best place to store your data. It is more notepad than a database. You cant really simulate a full CRUD via window.localStorage.xxxItem(). At least you need some...
View Article$ionicBackdrop : how to grey out the background only with a modal
Can someone help me on this ?Thanks
View ArticleWhich angular version should I use
oh ok, apparently I am using : "ionic": "driftyco/ionic-bower#1.0.0-beta.13" What should I do, should I upgrade ?
View ArticleTitle alignment for Android sits too far left
It would appear that if you have <ion-nav-back-button></ion-nav-back-button> and <ion-nav-buttons side="left"> in your app the title left style calculation will calculate the left...
View ArticleNeed advice choosing technoloty stack. (Ionic involved)
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article