Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch event in iOS has null radius/rotationAngle. Please polyfill it to reasonable value. #15376

Open
DartBot opened this issue Nov 29, 2013 · 3 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-libraries Issues impacting dart:html, etc., libraries

Comments

@DartBot
Copy link

DartBot commented Nov 29, 2013

This issue was originally filed by vincent.pi...@gmail.com


What steps will reproduce the problem?

  1. listen to a touch event on a iOS device
  2. get the radiusX/radiusY/rotationAngle of the Touch

What is the expected output? What do you see instead?
expected : a valid double value.
seen : null value

What version of the product are you using? On what operating system?
iPad4 / iOS 7.0.3

Please provide any additional information below.

iOS does not provide radiusX/radiusY/rotationAngle information.
Still, the purpose of an API (/a polyfill) is to have the same code running on all platforms whatever the specificities of their implementation.
So radiusX =1.0; radiusY=1.0; rotationAngle=0; should be returned in the iOS case.

@lrhn
Copy link
Member

lrhn commented Dec 2, 2013

Added Area-HTML, Triaged labels.
Changed the title to: "Touch event in iOS has null radius/rotationAngle. Please polyfill it to reasonable value.".

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@alan-knight
Copy link
Contributor

Removed Priority-Unassigned label.
Added Priority-Medium label.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 17, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Feb 29, 2016
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
@sigmundch sigmundch added the web-libraries Issues impacting dart:html, etc., libraries label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

6 participants