Ionic 4 not storing updated authentication cookie on iOS and Android
Now chrome release new version 80.xx.xxx… And now it’s supports SameSite = None;
View ArticleProblem using text-wrap and ion-item
or will cause the font-size to shrink?? you label works or ion-label works, BRAVO! what a waste of time to have to chase for a default behavior like text “wrap around” CSS and IONIC need another 20...
View ArticleWhite screen comes scroll fast [List]
I have used large size of images in list @indraraj26. So , I reduced the size of the image which is used in list and it is worked fine for me. Thank you
View ArticleStripe in ionic 5
this.plan_id = ‘M’ this.handler.open({ name: ‘NautAlert Monthly’, // Pass your application name amount: 1500 // Pass your billing amount }); stripe handle it open dialog box but it work in ionic 3 not...
View ArticleIon-modal Can't bind to 'formGroup' since it isn't a known property of 'form'
Here is the html on the parent page tab3.html to trigger the process calling a typescript function presentModal in tab3.page.ts showing the modal modal.page.html: tab3.html <ion-button...
View ArticleIon-modal Can't bind to 'formGroup' since it isn't a known property of 'form'
kdefombelle: how to use a form in my modal, i think their is some module mismatch as it cant bind to the module where it should import formgroup. kdefombelle: @NgModule({ imports: [ FormsModule,...
View ArticleIonic Select list option with flag/image
u can look for possible solution in one of the answers here its the same topic
View ArticleDocument viewer plugin in Ionic 4
i think u can even use a file plugin to store ur files elsewhere instead of WWW folder.
View ArticleHtml 5 video tag on ionic 5
boel21: HTML5 tag video use a native plugin for video its the suitable approach
View ArticleiOS support
I am developing an application with ionic 5 but I heard that it will attract iOS support. Is this rumor true?
View ArticleIonic 4 : disable Default splash screen
You can do like this: <preference name="SplashScreenDelay" value="false" />
View ArticleUIWebView on AppleStore what is the right deadline?
This is the answer they gave me from Apple The alerts you received are 2 distinct ones: - the April 2020 deadline refers to new apps. - the December 2020 deadline refers to app updates. So it will be...
View ArticleMy app stopped compiling and I am not sure why
I am getting these errors when I try to compile my app: Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). Content Security Policy: The page’s...
View Article[iOS] [Ionic 5] [Angular 9] Page is flickering
Hey @webteambel did you find any working solution for this? I’ve also tried via JS, but it wasn’t working for me neither. And If I leave it with css the screen is flickering/flashing if i ran on iOS...
View Article[iOS] [Ionic 5] [Angular 9] Page is flickering
You can use like this: in .ts file: backGroundImage:any; this.backGroundImage = "../../assets/imgs/background.jpg"; in .html file: <ion-content [ngStyle]="{ 'background-image': 'url(' +...
View ArticleIon-modal Can't bind to 'formGroup' since it isn't a known property of 'form'
It is a tab module, and indeed the ModalPage was not declared. Issue closed. Thanks a million for the insight.
View Article[iOS] [Ionic 5] [Angular 9] Page is flickering
Hi, For now I just converted the image to base 64 then I created a css class: .background-page { --background: url('data:image/jpeg;base64,/9j/......); } and I call it <ion-content fullscreen...
View ArticleHow to display directory files in ionic using listDir() method
Am able to create and remove a directory but how to display the files of that directory on screen. Am getting [object Obejct] on screen Home.ts listAllFiles(){ this.platform.ready().then(() => {...
View Article