issues
search
fkhadra
/
react-on-screen
Check if a react component in the viewport
https://fkhadra.github.io/react-on-screen/
MIT License
405
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add onVisible event
#37
nharlow89
opened
6 years ago
3
Any chance for an HOC?
#36
nharlow89
opened
6 years ago
1
Trackvisibility doesn't work when viewport is smaller than 1200px
#35
duongthienlee
opened
6 years ago
4
Add static type to children prop.
#34
gcangussu
closed
5 years ago
1
Next
#33
fkhadra
closed
6 years ago
2
(feature) Ability to define custom tags
#32
kafein
closed
6 years ago
1
Ability to specify the wrapping element other than DIV
#31
dakujem
closed
6 years ago
5
Update README.md
#30
dajk
closed
6 years ago
1
isComponentVisible might be called from componentDidMount, before component ref is assigned
#29
yuvalsade
closed
6 years ago
4
Allowing to set the initial state of the component
#28
dgopsq
opened
6 years ago
0
addEventListener on element other than window
#27
Yehudamoskowitz
opened
6 years ago
2
TrackVisibility.js:252 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null
#26
ZoharLiran
closed
5 years ago
5
Not working in IE11.
#25
rblakejohnson
closed
6 years ago
3
visibility is not setting true on child element of absolutely positioned element.
#24
kunalns
opened
6 years ago
2
Component could prevent updates propagating through render prop
#23
tapayne88
opened
6 years ago
1
react native support
#22
rlaurente
opened
6 years ago
3
Feature/recalc from outside
#21
tapayne88
closed
6 years ago
3
Fix missing default export declaration
#20
jahson
closed
6 years ago
1
Added check to ensure component has any size before calculating visibility
#19
tapayne88
closed
6 years ago
1
Added check for component bottom up to stop whole page being visible
#18
tapayne88
closed
6 years ago
5
Pushed componentDidMount isComponentVisible call into next tick
#17
tapayne88
closed
6 years ago
3
Detect if component is not display: none
#16
tapayne88
closed
6 years ago
1
`partialVisibility` doesn't check if a component is partially visible at the bottom of the screen
#15
tapayne88
closed
6 years ago
2
Trigger re-calculation of visibility from outside the component
#14
tapayne88
closed
6 years ago
14
Delay componentDidMount checking to allow for styles to mount
#13
tapayne88
closed
6 years ago
3
isVisible prop always returns false
#12
natashache
closed
6 years ago
16
Use Passive Event Listeners
#11
damusnet
closed
6 years ago
1
Bugfix/issue#9
#10
fkhadra
closed
7 years ago
1
Child components do not update
#9
matekb
closed
7 years ago
3
Switch to intersection observer api when compatible with most browser
#8
fkhadra
opened
7 years ago
3
V2.0.0
#7
fkhadra
closed
7 years ago
1
Readme gif
#6
fkhadra
closed
7 years ago
0
(feature) Partial Visibility Support
#5
audiolion
closed
7 years ago
2
OnScreen event only firing on window resize
#4
gabrielzzarate
closed
7 years ago
1
Use new prop-types package
#3
fkhadra
closed
7 years ago
0
Implement offset #1
#2
0is1
closed
8 years ago
1
How about offset prop?
#1
0is1
closed
8 years ago
3
Previous