Hey guys, do you know why it’s not possible to use inside a anymore ? I get this error " Error in ./MessageDetailsPage class MessageDetailsPage - inline template:56:2 caused by: Cannot read property ‘ionScrollStart’ of null".
Here are the few codes I tried
<ion-footer>
<ion-toolbar>
<ion-textarea></ion-textarea>
</ion-toolbar>
</ion-footer>
OR
<ion-footer>
<ion-textarea></ion-textarea>
</ion-footer>
And the same with footer instead of ion-footer.