Skip to content

NameFILIP/touch-events-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touch Events Issue

Instructions

  1. Go to https://namefilip.github.io/touch-events-issue/ on mobile phone
  2. Click in the middle of the block
  3. Click on the border of the block
  4. See inconsistent events (pointerup/pointerdown, touchstart/touchend)

Screenshots

IMG_4140 IMG_4140 IMG_4140 IMG_4140

Implementation

The logic is implemented in the App.js file.

How to publish

yarn build
rm -rf docs
mv build docs
git add --all
git commit --message "Publish"
git push

About

A demo project to demonstrate the browser's weird touch event issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published