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

Expose platform view ID on embedder semantics node #13345

Merged
merged 1 commit into from
Oct 25, 2019

Commits on Oct 25, 2019

  1. Expose platform view ID on embedder semantics node

    This exposes platform_view_id on the embedder API's FlutterSemanticNode.
    
    In bd0f908 (flutter#8055), platformViewId was
    added to SemanticsNode. This field is non-zero when the SemanticsNode
    represents a platform view and is typically used by embedders as a means
    of identifying locations where a platform view's 'native' accessibility
    tree should be injected into the platform-specific accessibility tree
    constructed by the embedder.
    
    Due to the intended use of this field, the Flutter framework is meant to
    enforce that this node has a child count of zero.
    cbracken committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9a7f7c5 View commit details
    Browse the repository at this point in the history