UPDATED: Persist radio button selection in localStorage populates to all...
Thanks, will try it out1
View ArticleHTTP Post to php api returns null
Hi, i'm using this api https://github.com/mevdschee/php-crud-api on my server here http://activeengg.com/sandbox/api.php/teams/ , GET works fine, but POST always returns a null, when it should return...
View ArticleGet div height without Jquery
Hi Pierro, You can really do it in simple HTML and CSS... Really. Trust me : http://codepen.io/anon/pen/pjLGVr Maybe I am wrong on your problem, but you only have to set your slide-box with a fixed...
View ArticleError on building ios
What is the version of your xcode ? Did you do something before this errors came ?
View Articledeviceready has not fired after 5 seconds
dont work.. too... i am using windows cordova and ionic.
View ArticleHow to show a modal while receive notifications?
Has anyone figured out how to display a modal or $ionicpopup? Alert() works from app.js. But anything else won't. Right now, I'm working around this by always displaying the notification, but it'd be...
View ArticleHow to show backdrop behind modal
Hi, I have never used the ionic backdrop, put I am pretty sure if you put a z-index (in css) higher for the modal, it will work. But I believed, the ionic modal already has a backdrop, hasnt it ?
View ArticleIonic lifecycle
If I understand well, I think the best way is to do it like this : YOUR_MODULE.run(function () { _db = new PouchDB('name', { adapter: 'websql' });}) In a run of an angular module.
View ArticleUPDATED: Persist radio button selection in localStorage populates to all...
It depends on how complex is your "database". Once all your data belonging into one big pile/array of objects, you have to alter the detail object and then make sure the whole array will be saved into...
View ArticleHTTP Post to php api returns null
Maybe I am wrong, but it looks like you do not have a good callback. Like you are not waiting the response so the return is null. Can you show us your POST function ?
View ArticleGet div height without Jquery
Hi Gensollen, Thanks for taking the time once again.I tried your method with inside , but then the whole scrolling doesn't work anymore for reasons i don't understand... On IOS in ionic serve, the...
View ArticleGrid problem
Hi, I'm using a grid to display some data.While I'm using google chrome to test everything is okRows and columns.But when I use the iPhone emulator, the grid is totally wrong.How can I solve this ?...
View ArticlePhoneGap-Braintree-iOS plugin
Thanks @Hughred22, great to know. Braintree support came back and suggested the Angular library for SPA, though glad to hear you got Dropin UI working with JS SDK. Cordova would be ideal, I'll ask for...
View ArticleIonic v2.0 switching to svg icons?
In Adams great talk: http://adamdbradley.github.io/building-with-ionic2/#/ he mentions that icons will be switching to SVG. Will these be implemented as a future version of Ionicons as a replacement...
View ArticleI can't disable splashscreen in my apps!
Hello!I have deleted following lines in my config.xml <preference name="SplashScreen" value="none"/> <preference name="SplashScreenDelay" value="3000"/> And I have removed also the...
View ArticleUsing sidemenu and tabs together
Hey cool, thanks, that's good to hear. Recently I've added some stuff to the starter app, for instance image manipulation functionality (Cordova Camera, image cropping and image display) and some...
View ArticleCreating PDF Docs in Ionic using pdfMake.org
@jeffleus What's your experience with adding images to your PDFs? I found that adding even 2-3 medium-quality images increases the report generation time significantly (from 2-3 seconds to 10+...
View ArticleMaxlength conditional statement
Haha no worries, just making sure you weren't having me do the work So what you need is an input element, with the value initialized to the length of the question? Is that correct? Just want to make...
View ArticleI want to made career in android. i want to know about that which platform is...
Yep, a lot of differences, though that number is growing smaller each day. One of the big differences is how Native apps run vs. how a hybrid app runs. In order to allow you to build a Hybrid app with...
View Article