How to make uploading files or images using ionicframwork or angularJS
Hi Sebastian, Can u please share your html page of above mentioned controller, that would be a great favor.Thanks in advance.
View ArticleInclude external functions
Hi, What is the cleaner way to include an old-style js functions file ? I just want to import this file, and don't really care about namespace for the moment. Thx !
View ArticleGuys whats the possible solution here? i was trying to build an application...
close android studio if you use it,delete your .gradle folder in ../yourproject/platforms/android (your project folder)delete your .gradle folder in c:/users/you (your home folder for android) here's...
View ArticleBlank page on initialization after install cordova-plugin-inappbrowser
I need to open external urls from my app. I read that is needed inappbrowser plugin for that. I installed the inappbrowser plugin with the command without problem: ionic plugin add...
View ArticleLooking For Ionic Developer for Marketplace App
Hi,We are Looking Ionic Developer For our Marketplace App. Design and Web Servise are ready, you can easily control design at link. https://projects.invisionapp.com/share/9G5B6X7WN#/screensContact me...
View ArticleLooking For Ionic Developer for Marketplace App
Hello @sabrican I am interested in working with you. You can add me on skype: robert.cisin Robert
View ArticleOrigin file:// produce 403 Forbidden from REST API
Hi, I need help for the following problem. If I start the app with the command 'ionic run --device -l' everything ist ok. I can see that ionic set in request header of REST -API the Origin :...
View ArticleInclude external functions
U can add <script> with src inside o index.html or(whic is better) use gulp(grunt) for this where you can concat all js files in one.
View ArticleHow often must I register push
Completely new to Ionic. Have my app running well so far and am currently testing push on my iOS device. My question is - every time I quit and reopen the app do I have to register the device for a...
View ArticleWhy does this not work
Hi Guys, I have a simple function to refresh my home view on an ng-click now this works perfectly well in chrome on my laptop but it doesn't work on my android device, I have the samsung S5 mini any...
View ArticleHardware back button in android not working
I updated the ionic version to 1.2.1 but still my $ionicPlaitform methods like registerBackButtonAction doesn't work and also other methods.I made my states static as well as dynamic still not...
View ArticleSlides generated with ng-repeat causing issues (slide-box)
ng-if do the trick! Thanks! My example: <ion-slide-box does-continue = "true" auto-play = "true" ng-if = "sliders"> <ion-slide ng-repeat = "slide in sliders" style =...
View ArticlePreventing password autofill
Hi guys, i am working on a mobile web Dev project where in the login page i need to prevent the password field to be autofilled. I tried with having a dummy field with type="password" which is hidden...
View ArticleHow to work with pushNotifications
@narasimham3 You'll find some instructions on my last post about Android Push notification.
View ArticleBlank page on initialization after install cordova-plugin-inappbrowser
Can you try for testing purposes to create a new Ionic project and install only cordova-plugin-inappbrowser?
View Article"Pull to refresh..." text reappears briefly after spinner is done
Good call, Sean. The refreshComplete was firing early. I didn't need to use timeout. I simply changed: myService.getData(query); $scope.$broadcast('scroll.refreshComplete'); to...
View ArticleUse of third-party JS libary with typings in Ionic2 project
Add the ts.d file to the files list in your tsconfig.json file.
View Article