Skip to content

Multiple actionView items do not handle tap event correctly #1878

@Daxito

Description

@Daxito

Did you verify this is a real problem by searching [Stack Overflow]

Yes

Tell us about the problem

I have this ActionBar that contains two ActionItems, and each ActionItem contains an ActionView, seems like for Android only (iOS is ok) when I tap on one of two the ActionItems it always triggers same tap handler not matter where I tap

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

  • CLI: 1.7.1
  • Cross-platform modules: 1.7.0
  • Runtime(s): Android 1.7.1

Please tell us how to recreate the issue in as much detail as possible.

  1. Please use the attached sample app and run it using Android
  2. Tap on the green label, you get message "Green"
  3. Tap on the red label, you get message "Green"!
  4. Run app using ios, tapping on the labels gives you the correct alert message, red for red, green for green

SampleApp.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions