Open local file in InAppBrowser? Or how to save file to main iOS menu directory?
I'm using the file-transfer cordova plugin to download files and InAppBrowser to view remote ones, but I'm not able to: Save the file to the correct location (as in the main menu screen on iOS) using...
View ArticleIonic 2 async initialization
Trying to migrate my v1 app to v2. For the app initialization, as i'm using PouchDB which is async when saving documents, and i need some docs before the app is usable, i was using the router resolve...
View ArticleAll Phone Contacts Asyncronously
Gotcha... Doing a separate request prevents the ui blocking for you? Or are you just timing it where it's not noticeable?
View ArticleTesting ionic 2 apps
Hi there, Did not try them yet (I am new also on testing), but they seems to be a good base Here and there
View Article$ionicGesture.off not working
Hi, I used ionic gesture to set hold and doubletap gestures on my element. however, if no data is returned by server, i want to set off the gestures. Here is my code: angular.module('starter')...
View ArticleMeteor + Ionic : Whatsapp clone dont run on device
This approach was working fine for me, but then after a period of not using it it stubbornly stopped working. (Probably due to some updates.) After much head banging I was able to make it go be using...
View ArticleHow to deal with SE for android
Hello. I'm having issues with phones with SE for android that are seted in "Enforcing", blocking network communications. There's a way to deal with it? I haven't found anything. Regards.
View ArticleLocale of text content selection menu
I can't find a way to control it from IONIC either. But this doesn't mean IONIC can't control it. Other apps installed in the same device, will pop up the same menu but in Chinese.
View ArticleCalling Meteor server from Ionic app - Auth problem
Hi All, I have an Ionic app that I'm trying to call out to a Meteor server. (I've developed a gulp customization that pulls all of my Meteor client files into a Ionic app so I can use the Ionic CLI....
View ArticleThe change of data in controller doesn't update automatically
Doesn't work. How can you assign a promise to a src of image? I tested your code. Method 1: The window.imagePicker.getPictures was repeatedly called. Method 2: Apparently the src of the image is wrong.
View Article$cordovaSplashScreen not hiding on IOS
I have a project using cordova-plugin-splashscreen v 3.1.0 .. but now I can't hide the splashscreen anymore on IOS .. so I use $cordovaSplashscreen.hide(); to hide .. So I opened an other project wich...
View ArticlePopover, modal and ng-tap/ng-click
Instead of modal, I use ion-view and now it is working. does anyone know why using popover on top of modal causes this to happen?
View ArticleLoader/spinner?
How to make it work? Any example? <busy-component isBusy='true'></busy-component> Is it something like this? But it doesn't work for me. Thanks
View ArticleThe change of data in controller doesn't update automatically
What does your console says about the image chosen?
View ArticleProblem with build app for Windows
Update cordova@latest It works on windows 10 and windows phone 8.1 when on cordova 6.0
View ArticleThe change of data in controller doesn't update automatically
It shows my image url correct. Actually I tested two different cases. One is using FILE_URL, the other is DATA_URL. The second case the console will show my image base64 data.
View ArticleThe change of data in controller doesn't update automatically
Is that running on the browser or the device?
View Article$ionicUser.get is not a function
Getting TypeError: $ionicUser.get is not a function Followed setup, have following items loading: angular.module('spry', [ 'ionic', //'ionic.service.core', 'ionic.service.deploy',...
View ArticleBuild failed, Error code 65 for command: xcodebuild
Duplicated this error in standard context by creating new app with tabs template and runningionic platform update ios. Deleting ./platforms and running ionic platform add ios fixed the problem. Looks...
View Article