Eilon Lipton

Results 487 comments of Eilon Lipton
trafficstars

Got it! So we'll hold onto this bug until we can pull in an update.

Hmm ideally these would all be events exposed from Xamarin.Forms. But we could expose the overrides as events from within Mobile Blazor Bindings (which is basically what you propose, but...

If we add an event to the Mobile Blazor Bindings Page why wouldn't it work on derived types?

Ohhhhhhhhh right I see. Yes I did mean the MBB Element Page, but you're right that we would need a derived XF Page to wire it up. No fun ☹️

Perhaps the best solution is to get this added to Xamarin.Forms. Otherwise whatever we do in MBB will always have limitations. (But I'm fine if you want to add a...

If you're building a hybrid app that uses BlazorWebView with HTML content, you should be able to do gestures however HTML/JS do it. That UI/Gestures topic is for supporting gestures...

I haven't tried UWP for this yet but I can take a look. Can you publish your project to a GitHub repo so I can take a look?

Oops I think I missed something earlier. There isn't currently a build of Mobile Blazor Bindings for UWP on Windows, only WPF on Windows. It's something we could probably add,...

We're working on some updates that will enable Windows Store via UWP and also making sure that Apple App Store support is all there. I will work with my team...