Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual glitches on Android 8.0 #1

Open
orestesgaolin opened this issue Mar 24, 2018 · 3 comments
Open

Visual glitches on Android 8.0 #1

orestesgaolin opened this issue Mar 24, 2018 · 3 comments

Comments

@orestesgaolin
Copy link

On Android 8.0 (Samsung S8) cards overlap and hide themselves while scrolling.

2018-03-24 21 27 23

@tanczosm
Copy link

I was able to reproduce and find the solution to this issue. Make sure you do not enable fast image renderer in your Android and IOS projects which seems to skip the clipping on images that use AspectFill.

MainActivity.cs (Android) and AppDelegate.cs (iOS):

CachedImageRenderer.Init(false);  // Or just leave off the false.  The parameter is nullable and defaults to not using the fast image renderer

@sthewissen
Copy link
Owner

Thanks for figuring that one out!

@Krammig
Copy link

Krammig commented Apr 1, 2021

A few errors when tying to compile, one of which is ;

The type or namespace name 'CarouselView' could not be found in the global namespace (are you missing an assembly reference?)

Am I overlooking something ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants