Picture from camera didn't store into server
yup i actually using that plugin. i can give the coding at here if you want.
View ArticlePicture from camera didn't store into server
@Fahmisaad same, and it works ok, so, do you still have the issue? (for xiaomi phones, it’s related to android main version, very old ones can’t work).
View ArticlePicture from camera didn't store into server
yup, i still facing that issue. seriously i don’t know what the problem is. because the coding is working on some devices, but at the same time it also not working on the other devices.
View ArticlePicture from camera didn't store into server
@Fahmisaad it’s because below some Android versions, ionic and angular just can’t work I guess you’re trying with android 3.0 or 4.x ? Francois
View ArticlePicture from camera didn't store into server
at first i also thought it because of android version, then i tried it on device android version 5. and it working fine. then my client told me that his phone android version 7. And still facing that...
View ArticleRest Call missing in IonicView only
Hello @lsantaniello, I think you should enable and use CORS policy both in your website, and app server. This is probably the issue. Have fun with ionic, François
View ArticlePicture from camera didn't store into server
Actually, this bugs comes out after i update my apps after i resolve some of bug that didnt touch on camera coding. before that its working fine on all android device. so i really do not know what...
View ArticlePicture from camera didn't store into server
@Fahmisaad thanks for the information, Fahmisaad, Well, ok I get your answer, if so it means your webpack didn’t work at all Once you build the app, it should be ok with most problems you have, aren’t...
View ArticlePicture from camera didn't store into server
i already remove android platform and readd, and it didnt solved anything
View ArticleNPM cordova installation issue on OS X
@jamesharvey Well, sorry I’m mainly a Windows user for desktop, so I couldn’t tell (decent linux admin, but for web)
View ArticleNPM cordova installation issue on OS X
Same here. I thought it will be easy to export an iOS version app on OS X but it causes lots of problems and OS X running on a laptop isn’t really fast at all. It took me a whole day to deal with this...
View ArticleCan anybody give me an example for modalCtrl.create(ModalClass) with common...
yes, I mean using modal controller without lazy loading. I tried your suggestion. import { ModalTrade } from '../../components'; let ruleModal = this.modalCtrl.create(ModalTrade, { rule: rule }); but...
View ArticlePicture from camera didn't store into server
can you try with ionic serve --labs? please note: if the image list you call doesn’t exist, it can make loops if bad coded
View ArticlePicture from camera didn't store into server
May i know the purpose of ionic serve --labs for this issue? because the issue are i cant upload picture directly that taken from camera to server. As i said,some android devices successful in doing...
View ArticlePicture from camera didn't store into server
@Fahmisaad and to kill process, use some linux commands;
View ArticlePicture from camera didn't store into server
@Fahmisaad I asked you to do this to troubleshoot issues, it’s a very handy tool. Now, where do you upload pictures? I can help if you want (i have a xiaomi redmi note 4). Francois
View ArticleSelect item in ionic 2
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSelect item in ionic 2
I solved the problem by this.dataPro = province.data.province; and dataPro: any =[] It’s work for me. Thank you bro
View ArticlePouchDB with Ionic 3 - Which storage system should I use?
Always go indexedDB over LocalStorage. It is async and has more storage capacity.
View Article