Xamarin.forms: [Bug] IndicatorView -> Doesn't Go to Last Indicator When PeekAreaInsets is Set

Created on 11 Dec 2019  路  6Comments  路  Source: xamarin/Xamarin.Forms

Description

When we use PeekAreaInsets the indicator view never goes to the final dot. If it is set to 0 then it will work.

Steps to Reproduce

  1. Create a horizontal carouselview and set PeekAreaInsets
  2. Add Indicator below it
  3. Try to scroll through (5 items in my case)

Expected Behavior

Should reach last item in indicator

Actual Behavior

so close, but doesn't get it.

Basic Information

  • Version with issue: 4.4.0-pre3
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:

    • iOS: not tested

    • Android: Android Q

    • UWP:
  • Android Support Library Version: 28.0.0.3

Screenshots


image

Reproduction Link

https://github.com/jamesmontemagno/Hanselman.Forms/tree/featured-items

indicatorview unverified bug

All 6 comments

I think this issue may have been fixed with: https://github.com/xamarin/Xamarin.Forms/pull/8733/files#diff-7cc613c3265bf51dcffa3c09e16292efR85

I have done some tests.
indicator-position-issue

Lovely! If there is a pacakge I can try it on my hanselman.forms app.

Ok?

Couldn't get HanselForms to run locally :/

@jamesmontemagno can you try these packages.

https://dev.azure.com/xamarin/public/_build/results?buildId=11201&view=artifacts&type=publishedArtifacts

this should be fixed . Please reopen if it's not.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

allessandrosj picture allessandrosj  路  61Comments

dan5602 picture dan5602  路  124Comments

jassmith picture jassmith  路  199Comments

JasonLooney picture JasonLooney  路  55Comments

kingces95 picture kingces95  路  89Comments