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

Add multi touch support for Tizen embedder #74

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

rwalczyna
Copy link

Tested on TM1 with https://pub.dev/packages/pinch_zoom example.
It fixes flutter-tizen/flutter-tizen#89

Signed-off-by: Rafal Walczyna [email protected]

Tested on TM1 device

Signed-off-by: Rafal Walczyna <[email protected]>
@rwalczyna rwalczyna requested a review from a team April 26, 2021 10:17
Copy link
Member

@swift-kim swift-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think multi_touch_device could be device or device_id (multi_touch_device feels a little bit ambiguous at first glance). Otherwise LGTM!

Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it on TM1, it's working properly!

@bbrto21 bbrto21 merged commit e2dcdc6 into flutter-tizen:flutter-2.0.1-tizen Apr 27, 2021
swift-kim pushed a commit that referenced this pull request Jun 7, 2021
* Add multi touch support for Tizen embedder

Tested on TM1 device

Signed-off-by: Rafal Walczyna <[email protected]>

* Rename multi_touch_device to device_id

Signed-off-by: Rafal Walczyna <[email protected]>
swift-kim pushed a commit that referenced this pull request Sep 27, 2021
* Add multi touch support for Tizen embedder

Tested on TM1 device

Signed-off-by: Rafal Walczyna <[email protected]>

* Rename multi_touch_device to device_id

Signed-off-by: Rafal Walczyna <[email protected]>
swift-kim pushed a commit that referenced this pull request Nov 14, 2021
* Add multi touch support for Tizen embedder

Tested on TM1 device

Signed-off-by: Rafal Walczyna <[email protected]>

* Rename multi_touch_device to device_id

Signed-off-by: Rafal Walczyna <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 9, 2021
* Add multi touch support for Tizen embedder

Tested on TM1 device

Signed-off-by: Rafal Walczyna <[email protected]>

* Rename multi_touch_device to device_id

Signed-off-by: Rafal Walczyna <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 17, 2021
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
swift-kim pushed a commit that referenced this pull request Feb 7, 2022
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
swift-kim pushed a commit that referenced this pull request Feb 11, 2022
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
swift-kim pushed a commit that referenced this pull request May 12, 2022
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
swift-kim pushed a commit that referenced this pull request Aug 5, 2022
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
* Add multi touch support for Tizen embedder

* Rename multi_touch_device to device_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pinch zoom
3 participants