IOnic 2 RC1: How to Upload photo from Gallery to server
vks_gautam1: let filename = this.imageSrc.split('/').pop(); let options = { fileKey: "file", fileName: filename, chunkedMode: false, mimeType: "image/jpg", params: { 'title': "gd", 'description':...
View ArticleUpload multiple files with formdata please guide
here please check below code public takePicture(sourceType, DestinationType) { var options = { quality: 100, sourceType: sourceType, destinationType: DestinationType, saveToPhotoAlbum: true,...
View ArticleHow to loop through an array in Ionic controller (Ionic3 framework)
Can you give me an example of how could I use base64, aren't JSON encoding and base64 different?
View ArticleUpload multiple files with formdata please guide
Hi @Nikhil_dhar123 Can you try You can add multiple image in try below code and pass the array to api handle all image separate and store var options = { quality: 50, destinationType:...
View ArticleScreenOrientation issue
Hi, @thanhdoan1812 Install this module ionic plugin rm cordova-plugin-screen-orientation --saveionic plugin add cordova-plugin-screen-orientation@1.4.3 --save ionic platform rm android --save ionic...
View ArticleError in push notification
Hi all,When i using this in config.xml the push notification receiving in ios but not working in android < plugin name="phonegap-plugin-push" spec="~1.9.0"> < variable name="SENDER_ID"...
View ArticleRelease build kills http request
The problem with building my app is that when I build it with cordova clean android cordova build --release android + sign + zipalign the app fails to process any http / https request. When I build...
View ArticleHTTP/S does not work in Android release build
Hi @shiziluosidao , could you please have a look at my problem. It seems to be similar to yours... Release build kills http request ionic The problem with building my app is that when I build it with...
View ArticleUpload multiple files with formdata please guide
Hey Hi thanks for replying , please check the below code I am already doing the same what I need to do howt to send in formData public presentActionSheet(indx) { this.index = indx; let actionSheet =...
View ArticleCordova-plugin-background-mode rejected by iOS: ' remove the “audio” setting'
Any solution for this? I am facing same issue..
View ArticleUsing Ionic for building a MVP app?
@Sujan12Thanks for your answer. I know that all of the three will be able to get me there. But because of lack of time, the main point here is to get me from here to there in fastest possible way -...
View ArticleHow to get the LocalStorage value out of promise scope
Nice catch about only assigning to UserOptions_I, that was a typo introduced by my posting, VSCode won't let me get away with that :).Sorry to put you thru my naming style, I am aware of the JS/TS...
View ArticleIonic-select
golandsh: Bumping the request, anyone? Hi, look, I'm telling you, that depends on the style you want to give ... I've attached an example where I get my SELECT ION SELECT aligned to the same place...
View ArticleProvider with array not updating using ModalController created view
I do use another provider on the detailspage for soem other information. Does that also affect the detail provider? So that means I can't have a providers: [] within the @component({ ... })?
View ArticleError in push notification
When using a newer version then 1.8.4 the ionic package service doesnt include the phonegap-plugin-push in the apk file when building for the android platform. Try version 1.8.4 for Android. Or arent...
View ArticleScreenOrientation issue
Hi, thank you for your reply, but the version 1.4.3 not work on ionic3, I have to update to version 2.0.0.About the "update the link which ionic plugin add is using", you mean that you want to update...
View ArticleError in push notification
< plugin name="phonegap-plugin-push" spec="~1.8.4">< variable name="SENDER_ID" value="XXXXXX"/>< /plugin> This is right?
View ArticleI need help with " RANGE DUALKNOBS" not found in my project
the solution is this thank u @KishuPro Okay, got it. Do exactly as I am saying as follows: In your html code, replace the following line: <ion-range dualKnobs="true" [(ngModel)]="dualValue2"...
View ArticleScreenOrientation issue
Hi, @thanhdoan1812 Thanks,You should install latest plug-in using ionic plugin add cordova-plugin-screen-orientation@latest thanks
View Article