xamarin/Xamarin.Forms

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

开放

#3,912 创建于 2018年9月27日

 (6 条评论) (1 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/layoute/7 :clock7:excellent-reporthelp wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南