xamarin/Xamarin.Forms

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

Aperta

#3912 aperta il 27 set 2018

 (6 commenti) (1 reazione) (0 assegnatari)C# (1926 fork)batch import
a/layoute/7 :clock7:excellent-reporthelp wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Metriche repository

Star
 (5644 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor