The Tab Bar is placed at the top of the webpage in the default behavior of Facebook. We are going to move it to the bottom of the screen.
If we have the time, we can implement scroll-down-to-hide and scroll-up-to-see, in order to maximize screen height utilization.
Additional Entry Points in «More»
In «More», we are going to add additional entry points for our internal features which start with Maskbook:, in order to distinguish with those which belong to Facebook.
Sad Facts & Preparation
Since Facebook PWA does not have to comply with App Store censorship, they totally designed it for generic browsers. However, we may not want to simply follow their navigation logics, and would rather like to really make use of system-defined navigation bar and its hierarchy stack.
If so, we must figure out the structure of the hierarchy tree of Facebook PWA, and find a way to determine the current location in that tree. This might need some work from @jack-works.
Moving Tab Bar
The Tab Bar is placed at the top of the webpage in the default behavior of Facebook. We are going to move it to the bottom of the screen.
If we have the time, we can implement scroll-down-to-hide and scroll-up-to-see, in order to maximize screen height utilization.
Additional Entry Points in «More»
In «More», we are going to add additional entry points for our internal features which start with
Maskbook:
, in order to distinguish with those which belong to Facebook.Sad Facts & Preparation
Since Facebook PWA does not have to comply with App Store censorship, they totally designed it for generic browsers. However, we may not want to simply follow their navigation logics, and would rather like to really make use of system-defined navigation bar and its hierarchy stack.
If so, we must figure out the structure of the hierarchy tree of Facebook PWA, and find a way to determine the current location in that tree. This might need some work from @jack-works.