Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

fixBar

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.

Usage

new fixBar()