Hello everyone,
I hope everyone is doing well.
I’m looking for some assistance upgrading from V3 to V4.
The issue we have is that in IonContent both getContentDimensions and resize methods have been removed in Ionic 4. Is there any other way to get the dimensions of and resize it?
Here is some sample code:
@ViewChild(IonContent)
content: IonContent
const dimensions = this.content.getContentDimensions()
this.pageHeight = dimensions.contentHeight
// set height for some charts
…..
…..
this.content.resize()
Thank you all for your assistance.