xamarin/Xamarin.Forms

Gradient view issue on Mac OS Android emulator API level 28 (Pie)

オープン

#3,912 opened on 2018/09/27

 (6 件のコメント) (1 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
a/layoute/7 :clock7:excellent-reporthelp wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

Gradient view doesn't rendered properly on Mac OS Android 9 emulator (Older version of emulators work fine). But same project works as expected on Android 9 emulator on Windows.

Steps to Reproduce

I have attached a demo project.

Expected Behavior

Gradient view should be rendered only within the specified area of the view.

Actual Behavior

Gradient view rendered in entire screen as an input transparent view. User can interact with elements out side the Gradient view which are invisible. Only elements inside Gradient view are visible.

Basic Information

  • Version with issue: 3.1.0.697729 / 2.5.0.91635
  • Last known good version: Didn't try with working older versions
  • IDE: VS Community 2017 for Mac
  • Platform Target Frameworks:
    • iOS: N/A
    • Android: 9.0 Pie
    • UWP: N/A
  • Android Support Library Version: API 28
  • Nuget Packages:
  • Affected Devices: Mac OS Android 9 (Pie) emulator

Screenshots

image Expected output (Windows emulator)

image Unexpected output (Mac OS emulator)

Reproduction Link

GradientViewDemo.zip

コントリビューターガイド