ngCordova geolocation permission doesn't show on Android
Hi, I am using ngCordova geolocation plugin in my app. Neither getCurentPosition nor watchPosition in the device ready fires the geolocation permission. And yes i've added the tags in the...
View ArticleStore & retrieve an image locally permanently through cordovaFile
you need to add plugin: cordova plugin add org.apache.cordova.file
View ArticleWhat should I do if I want to show thousands of pages in a slide-box
I wonder if anyone came up with a good solution a year after the last post. The circular buffer technique works but doesn't address the need of stopping the slide at the first and last slide.
View Article$ionicModal > $modalStack is now deprecated. Use $uibModalStack instead
I tried to create new modal like this example but I get deprecated warning on console and $scope.modal.show(); doesn't do anything at all (nothing on console). Am I missing something? Thanks in...
View ArticleUncaught TypeError: Cannot read property '__Ionic_DataTypeSchema' of null
My problem was the user and the user id. Please check, if your user has an correct user id and the user id is stored at ionic.You can remove / uninstall the app and reinstall it.
View ArticleLazy loading ion-slides to ion-slide-box
@mhartington Any update on the merge? It seemed to be done but not merged or released.
View ArticlePhonegap-plugin-push added, and now no build for android possible!
On the way I changed the plugin to https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git. This one seems to work very well. I still would be happy to get a hint to the problem implementing...
View ArticleSplash screen not showing
Hey Ionic devs! Im trying to display splash screen on my app on IOS and Android for 4 days and still cant do that. Started new ionic app using sidemenu template Splashscreen plugin already installed...
View ArticleIonic ng-click not working properly with div
Hi everyone, I am currently having a problem with using ng-click not firing. This is the code of html: <ion-view title = "Venue" ng-app = "starter"> <ion-content overflow-scroll="true"...
View ArticleIonic 2 SqlStorage transactions, how to use?
in your sql statement you are using 2 prepared parameters --> two '?' for nameuser and password, but you pass the real values wrong.The db.query-function takes 2 arguments:1. the sql query2. an...
View ArticleWhen open external link Back Bottom not working
i use cordovaInAppBrowser to open external link and i wont to open in system app like iTuns Store or Play Store var options = { location: 'no', clearcache: 'no', toolbar: 'no' };...
View Article$ionicModal > $modalStack is now deprecated. Use $uibModalStack instead
maybe this is a conflict with angular.ui??
View ArticleWhite page showing after splash screen before app load
I will implement this solution in App
View Article$ionicModal > $modalStack is now deprecated. Use $uibModalStack instead
Yes, it disappeared after I removed ui-bootstrap. I appreciate it. Thanks!
View ArticleIssue with Factory
Thank You Triniwiz!! for your help. Original:nameApp.controller('ViewCtrl', function($scope, eventsService) { $scope.events = function () { eventsService.getEvent(); }}); Your...
View ArticleThe image doesn't load after some clicks
I change the image on image click but after some clicks it doesn't show images in ion slide box plz have a look Screen Shot 2015-12-08 at 12.39.37 PM.png2508x858 312 KB You can see the empty space at...
View ArticleError: Cannot find module 'bplist-parser'
I just fixed it. To do so, I had to remove all of the installed software using npm and manually remove the node_modules directory. After a clean re-installation from a pristine state, it started...
View ArticleSwitch channel in ionic view app
**How can i switch channel in ionic view app ? **I have production and dev channel on ionic but when i open ionic view app, it always pull data from production channel. How can i make it pull data...
View ArticleCan't access form on $scope
Have the same problem, but it works now! Thank all of you ~
View ArticleHow to login with Microsoft account?
I have plugin for Ionic1 github.com nraboy/ng-cordova-oauth/blob/master/src/oauth.js angular.module("oauth.providers", [ "oauth.utils", "oauth.azuread", "oauth.adfs", 'oauth.dropbox',...
View Article