kev21

Results 9 issues of kev21

## Current behavior As you can see, we don't see the items inside the itemscontrol fully. ![wasm](https://user-images.githubusercontent.com/17461593/92958886-0278b600-f439-11ea-940b-28a38d6665b4.jpg) ## Expected behavior ![uwp](https://user-images.githubusercontent.com/17461593/92966532-b8e29800-f445-11ea-8faa-3169d449d616.jpg) ## How to reproduce it (as minimally and precisely...

kind/bug
area/scrollviewer
project/input
difficulty/medium

## Current behavior When there's Ripple control inside the scrollviewer (for instance itemtemplate of a itemscontrol) it's harder to scroll, because the ripple control intercept the scrolling. ![actual](https://user-images.githubusercontent.com/17461593/92811192-36e26880-f38c-11ea-9ef3-38029cb13ee5.gif) ## Expected...

kind/bug

### Current behavior With `windowTranslucentNavigation` set to `true` `ApplicationView.GetForCurrentView().VisibleBounds.Bottom` is the same as `MainWindow!.Bounds.Bottom` ``` #if __ANDROID__ || __IOS__ var full = App.Instance.MainWindow!.Bounds; var bounds = ApplicationView.GetForCurrentView().VisibleBounds; var bottomPadding =...

kind/bug
triage/untriaged
difficulty/tbd

### Current behavior ![image](https://github.com/unoplatform/uno/assets/17461593/2d995e7e-3d8c-4038-b9c4-046e36614082) For instance, when having this logic to set the bottom bar ```cs #if __ANDROID__ || __IOS__ var full = App.Instance.MainWindow!.Bounds; var bounds = ApplicationView.GetForCurrentView().VisibleBounds; var bottomPadding...

kind/bug
triage/untriaged
difficulty/tbd

### Steps to reproduce 1. Start a new project 2. Install `shared_preference` 3. Deploy on an iphone with IOS 16 ### Expected results I would assume the app should not...

## What would you like to be added: A way to configure smoother transitions on navigation. Especially on section navigation. ## Why is this needed: It looks ugly at times....

kind/enhancement
priority/backlog

### Current behavior ![ezgif com-gif-maker(1)](https://user-images.githubusercontent.com/17461593/205329448-f33bafa6-5d90-4f83-9546-b3bca35e4a91.gif) Setting `AutoReverse="True"` does not reverse the animation. ``` xaml ``` ### Expected behavior The animation should be reverse what's set in the storyboard ![autoreverse_expected](https://user-images.githubusercontent.com/17461593/205330035-bcae3786-a1ed-4325-9764-c4b6000f3e1b.gif) ###...

kind/bug
project/animations 🎡
difficulty/medium 🤔

GitHub Issue: # ## Proposed Changes - [ ] Bug fix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes, no...

### Current behavior When trying to bind to the datacontext with `RelatedSource`, it will display the fallback value. ```xml ``` ![image](https://user-images.githubusercontent.com/2359550/231483629-37d1740f-6ea6-4982-9f35-b7f5bf610b24.png) ### Expected behavior ![image](https://user-images.githubusercontent.com/2359550/231483574-76d35c8b-f186-4a46-92e5-f8865c5ec609.png) In UWP, we can use...

kind/bug
project/binding 🪢
project/items 🧾
difficulty/medium 🤔
triage/potentially-fixed