xamarin/Xamarin.Forms
Gradient view issue on Mac OS Android emulator API level 28 (Pie)
开放
#3,912 创建于 2018年9月27日
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
Expected output (Windows emulator)
Unexpected output (Mac OS emulator)