Could not download PDF from base 64 data from web service . Why?
anespa: It work fine in Kitkat(4.4) and in Nougat and Marshmallow are u getting any error
View ArticleNo 'Access-Control-Allow-Origin' header is present on the requested resource...
Try this chrome extension plugin CORS extension
View ArticleIonic geofence in once at location
when I in the location, It is enough to notify me only once. no need of notification each time of opening the app.
View ArticleThe cache problem
Guys first up all i am very new to ionic i have read about this cache problem in this forumn i am using the latest version of Ionic3 and latest version of webstorm to edit my code but i still this...
View ArticleIon-segment selected on page load
@adnanu In your ts file add (inside constructor) this.notifications.value='all'; Hopes it may help you.
View ArticleIonic2 Pro build failed
Hey @iecisit, Thanks for your replay, Yes you are alright. ionic cloud was causing this failing. Thanks.
View ArticlePush notification not receiving message in ios
Hi, friends I am unable to receive message using push notification on ios.I am able to send and receive messages in Android and able to send message from ios but not able to receive any notification...
View ArticleHow to set an Ionic Layout grid column width to a fixed size
I am pretty sure this is the css that did it … ion-col.my-thin-col { flex: 0 0 4px; padding:0; margin-right:10px; } and then just apply this… <ion-col class='my-thin-col'></ion-col>
View ArticleIonic App size is way too big
what makes the App size way too big is the resources folder. check your resources especially the splash images. they contribute almost 85% of the App size. am thinking of the way of using only one...
View ArticleIonic DevApp: Unable to load page (solved)
Solved! In previous days, my ISP changed the security settings of my router settings. I have reconfigured it to my previous custom values and Apple devices are now able to run applications in devapp...
View ArticleHow to perform undo task in canvas draw component (typescript)
am making one application in which task is drawing on image which is placed on canvas…drawing on image works well …but how can i performed undo and redo operation in canvas code or function please my...
View ArticleGet data with the Cordova NativeStorage Plugin error
Ah… I think the code:2 means Item not found error. This might be helpful Native Storage in Ionic 2 on Android Marshmallow ionic Hey guys! Lately, I’ve been using Ionic 2 for an app that I’m working...
View ArticleWhy I'm having this error in ionic 3- " Typescript Error Cannot find module...
Thank you very much, I didn’t noticed this small thing .
View ArticleShow "undo" after swipe to delete an ion-item-sliding
anyone knows how to perform undo on canvas-draw component in ionic …
View ArticleGroup in FormGroup
@Hetuka try this. I am not sure, but this might be the issue; this.myForm = this.formBuilder.group({title: ‘’, Validators.compose([Validators.required, Validators.minLength(5)]), description: [’’]});
View ArticleNavController.getActive() does not seem to work in Ionic View
I don’t have to do it this way, but i need some kind of way for the app.component.ts to know which is the current page viewed. And the important thing here - i need it to work with the Ionic View app....
View ArticleUnable to create production build
shijintr: Module not found: Error: Can’t resolve ‘./app.module.ngfactory’ @shijintr can you share the ionic-cli version?. This is fixed in 3.1.1 of @ionic/app-scripts....
View ArticlevirtualScroll scrollTo generates TypeError: Cannot read property 'scrollTop'...
@mpicard try this. might fix your problem. @ViewChild(VirtualScroll) listView: VirtualScroll; private scrollTo(index: number) { let key = ‘#customIds_’ + index; let hElement: HTMLElement =...
View Article