Find a universal way to solve the mobile fixed attribute in IOS or Android.
This is typically used for kinds of browsers in IOS or Android when you want to realize that one element fixed in somewhere did not move whether the page scrolled or not.
Normally, we use position: fixed in PC, but it is not fit for the majority of mobile browsers because of compatibilities.
new fixBar()