Save ,retrieve and upload data to a remote server
I took a look at your code. First, you aren't using anything for storage. As bengtler mentioned, I would look into PouchDB. Here is a good tutorial for doing that:...
View ArticleI want to made career in android. i want to know about that which platform is...
Haha, I'm actually writing some Java right now for an Android plugin, and I hate it! The best way to start? Exactly what you are doing! I know it sounds cheesy, but the best way to learn in my opinion...
View ArticleHow to show backdrop behind modal
If you're having this problem on mobile, it's because the style uses a media query for screens over 680px. I worked around it by adding the same styles in my own stylesheets, so it applies the styles...
View ArticleHow to decrement a "Heart Symbol"? ♥
Wow, Thanks for making it more easily to solve my problem , THank you very much !
View ArticleEnter Specific Character in the inputbox(prevent user from entering the...
@yurinondual Thanks for the time and the help for helping me., You are now at the closest part to solve my problem , Can you help me solve this please, Yes, I'm trying to learn AngularJS , I know a...
View ArticleEnter Specific Character in the inputbox(prevent user from entering the...
As you can see this image has submit and next question button , everytime the user press the submit button a popup message will appear either wrong or correct , and you will proceed to the next...
View ArticleDeleting crosswalk cached data
Hi everyone!, my app has an ever gorwing size, i think it's because crosswalk keeps caching the new contentI push to my app and does not remove the old content from it's cache. is there any way to...
View ArticleIonic platform add ios error
Having the exact same problem. Can anyone help. yes tried it with sudo and exact same results both for ios and android.
View ArticleIonic developer good with JSON
Hello ionic Community I have a booking app I am working on. Alot of the heavy lifting has been done including app design. I need a developer who is good with JSON. The backend I am using and code is...
View Article$cordovaGeolocation.getCurrentPosition always returning “Position retrieval...
Hi, I'm using Cordova 4.3.1,with cordova-plugin-geolocation 1.0.1, in ionic 1.7.8. (All searches with the following error point to older versions, and say this one should work fine) When I use...
View ArticleIonic platform add ios error
Ok I got it working. What i did was install homebrew and then took node off with it and then reinstalled everything.. installing node with homebrew then $ npm install -g ionic and then finally $ npm...
View Article$cordovaGeolocation.getCurrentPosition always returning “Position retrieval...
Hi, Several things to check Did you do command ionic build ios yet? This will copy js and m files from plugin folder to your xCode project plugins folder. If they are properly installed, you can take...
View ArticleIonic 2 Starter
Hello, I tried to install ionic 2 alpha tutorial project however the css files are missing in the console it gives me this error message http://localhost:8100/build/css/app.css Failed to load...
View ArticleClick a input field. whole app jumps down and back to the original place
Hi anyone got fix for this issue. I am a contractor if i dont fix this I may loose my job. I tried all the above suggessions but none of them worked
View ArticleError with ng-messages-include within
can any1 help me? I include ng-messages in my ion-view example. <div class="form-errors" ng-messages="frm1.username.$error" ng-messages-include="templates/form-errors.html"> but I get this...
View ArticleCan i add three buttons in option button
<ion-option-button class="button-balanced"> <span class="ion-plus" ng-click="addCount(item)"></span> <span class="ion-android-cart" ng-click="addItemCart(item)"><span...
View ArticleHow i can get current playing value from ionic-audio?
how i can change ion audio progress bar style and make circle progress bar <ion-modal-view class="player" > <ion-audio-track track="tracks"> <div style="text-align: center"> <a...
View ArticleIssues with on-hold event on Android
I'm also facing the same issue with device. In ripple it works perfect, but in android devices (Samsung Note 4 and J1) on-hold is not firing.I gave on-hold to ion-item, it that a problem?
View Article