Xamarin.forms: Binding and GestureRecognizers not working inside TitleView on a NavigationPage

Created on 17 Aug 2018  路  6Comments  路  Source: xamarin/Xamarin.Forms

Description

Binding elements of TitleView on a NavigationPage not retrieving data from view model and also GestureRecognizers not fires by clicking on TitleView elements.

Steps to Reproduce

  1. Run the attached sample.
  2. Browse to the items detail pages by selecting one item from list in main page.
  3. Start editing on entry box with "Edit me" placeholder that not changes TitleView sub title.
  4. Also by clicking TitleView inside toolbar nothing happens.

Expected Behavior

By editing text entry TitleView subtitle must be changed to editing text inside text entry.
By clicking on TitleView subtitle must be changed to "Command done".

Actual Behavior

Nothing happens.

Basic Information

  • Version with issue: v3.2.0.637442-pre1 and v3.2.0.729530-pre2
  • Last known good version:
  • IDE: VS2017 15.7.5
  • Platform Target Frameworks:

    • iOS:

    • Android: 8.1

    • UWP:

Reproduction Link

TitleViewBinding.zip

excellent-report bug

All 6 comments

thank you @AArayeshi

As described. Use iOS project as Android project fails to build on windows due to path length exception.

It looks like nobody working on this bug.

closed by #3823

3.3.0.840541-pre1 does not include this fix - will there be a pre-release with this implemented in the near future?

It looks like working in stable 3.2.0.871581. Thanks.

Was this page helpful?
0 / 5 - 0 ratings