dwyl / dwyl/phoenix-liveview-realtime-cursor-tracking-tutorial
Cursor amongst different devices
- Dominant language
- Elixir
- Stars
- 44
- Forks
- 6
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 7
Description
Currently, the cursor is calculated on the screen percentage, which should translate into a smooth experience across devices (desktop, tablets). So there isn't a concern there, since calculations are being made on the client's side viewport and sending it over to Phoenix's server.
A few questions arise, though:
- is this feature redundant in mobile devices? People using touch screens will just tap and the scroller will just show randomly on the desktop view.
- what happens if the page is scrollable? How will tracking occur here? (calculations will be different)
Just wanted to open this out there =)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.