Hedi Nasr

Results 9 comments of Hedi Nasr

A workaround for the **tab bar/footer that hides when webview resizing is disabled which causes undesired layout shifts**: ```ts const observer = new MutationObserver((mutations) => { mutations.forEach((mutation: MutationRecord) => {...

I still have this bug in ionic 8.3.1 (using React); Using the workaround is working though.