Eilon Lipton

Results 52 issues of Eilon Lipton

### Description of Change Add new `View.ContextFlyout` property and implement right-click context menus on Windows and MacCatalyst. Please refer to [this comment](https://github.com/dotnet/maui/issues/7777#issuecomment-1191962667) to see what is and isn't supported. ###...

area/desktop 🖥️

Hello fans of Mobile Blazor Bindings! As some of you may know, we are working on productizing some key components of Mobile Blazor Bindings and will release them later this...

discussion

In https://github.com/dotnet/MobileBlazorBindings/pull/345 a new internal extension method was added to make creating more efficient delegates easier. We should consider an approach that avoids extension methods on `object`, such as using...

area-mobileblazorbindings

List of Xamarin.Forms elements that are available in Experimental Forms binding for Blazor. Note: Some elements have been wrapped, but not all of their properties have been implemented. * [...

area-mobileblazorbindings

## What's new? * Build your UI in a Razor Class Library (RCL) and share the same UI between web app and native app (community contribution from [Jan-Willem Spuij][2]) *...

area-mobileblazorbindings
discussion

- Change startup code to wait for all properties to be set - Made all properties DependencyProperties to monitor property changes - Hooked various control lifecycle stages to attempt WebView...

In a hybrid app if you change the CSS in the Razor Class Library (RCL) then those changes don't show up in the app (at least on Windows). If you...

bug
area-mobileblazorbindings
hybrid-apps

This item is to track remaining Tizen work as a follow-up to issue #306 based on the work done in PR #285. 1. [ ] Tizen application startup code in...