I recently attended a lecture by Sérgio Lopes , in which he says that NO you should use position fixed in mobile. According to him, this position poses huge problems in the mobile browser, like what happens when zooming in.
However, I'm having a problem right now: I need to put a fixed bar at the bottom of the page, not even that bottom-bar of the design material.
And now, how to do? Use a heavy js to keep her always there? Split into two divs, and put the top one with content and fixed width and overflow, and the bottom one use for the bottom bar?
Or shit for Sergio?
Another thing that is not part of this question: in native apps there is no zoom, so if it is a pwa, which is like-app, why not disable zoom ??