8000 Doesn't recognize touch event when has a GestureRecognizer in child tree · Issue #6 · nateshmbhat/touchable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Doesn't recognize touch event when has a GestureRecognizer in child tree #6
Closed
@Gerpea

Description

@Gerpea
CanvasTouchDetector(
  builder: (context) => Cus
5322
tomPaint(
    child: SizedBox(
      width: MediaQuery.of(context).size.width,
      height: MediaQuery.of(context).size.width * 9 / 16,
      child: VlcPlayer(
        aspectRatio: 16 / 9,
        url: videoUri,
        controller: _playerController,
        placeholder: CircularProgressIndicator(),
      ),
    ),
    foregroundPainter: CameraControlPainter(camera, context),
  ),
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0