FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: add ability to pass touch event thru parent view by manoldonev · Pull Request #135 · NativeScript/tns-core-modules-widgets · GitHub

This repository was archived by the owner on Mar 21, 2019. It is now read-only.

feat: add ability to pass touch event thru parent view - #135

Merged
manoldonev merged 7 commits into
masterfrom
mdonev/enhance-hittesting-support
Sep 18, 2018
Merged

manoldonev merged 7 commits into
masterfrom
mdonev/enhance-hittesting-support

Conversation

manoldonev commented Aug 21, 2018 •
edited
Loading

Copy link
Copy Markdown
Contributor

Enhance hit-testing support by introducing IsPassThroughParentEnabled property on all built-in layout containers (hence added to LayoutBase) that gets or sets a value indicating whether touch events should pass through to a parent view of the layout container in case an interactive child view did not handle it [the event]. Note for iOS we are extending UIView class with category but on the {N} side this property is only set through layout containers.

Related to NativeScript/NativeScript#6191
paired to tns-core-modules NativeScript/NativeScript#6204

manoldonev self-assigned this Aug 21, 2018
manoldonev requested a review from vakrilov August 21, 2018 18:04
manoldonev changed the title [WIP] feat: enhance hit-testing support [WIP] feat: add ability to pass touch event thru parent view Aug 30, 2018
manoldonev changed the title [WIP] feat: add ability to pass touch event thru parent view feat: add ability to pass touch event thru parent view Aug 31, 2018

Copy link
Copy Markdown
Contributor Author

test branch-tns-core-modules#mdonev/enhance-hittesting-support

manoldonev merged commit 5f34a58 into master Sep 18, 2018
manoldonev deleted the mdonev/enhance-hittesting-support branch September 18, 2018 15:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL