Guillaume ZAHRA

Results 16 issues of Guillaume ZAHRA

Yup, I was just gonna make a new issue regarding on this just now. There seems issues with iOS platform when initializing the services. I integrated secure storage from xamarin...

The main goal of this issue is to enhance the Blazor and BlazorMobile workflow in order to: - Add a remotly controlled update workflow of an app - Managed totally...

enhancement
area-blazormobile

Add WASM debugging parameters in launchsettings.json like in updated templates of Blazor

Update GeckoView to at least 72.0. Current version is working fine, but remote debugging of GeckoView is not possible on this version, as WebIDE is deprecated and not shipped on...

Some events are missing from our current GeckoView PromptDelegate implementation. We may take inspiration from Firefox Focus prompt delegate code: https://github.com/mozilla-mobile/focus-android/blob/f5b22ff78fca22765b8b873b4f70693943ae559a/app/src/main/java/org/mozilla/focus/gecko/GeckoViewPrompt.java Delegates to implements: - [ ] OnAlert - [...

area-blazormobile

window.history.go / back, fire OnNavigating handler on Android . This is related on how Webextension works with the onbeforerequestevent.

bug
area-blazormobile

Update Templates to add some API Playground tests

Migrate public ElectronHostHook code for Navigating event to a private place. It's mainly for maintenance. The ElectronHostHook code seen in index.ts / index.js, done for managing Navigating events must be:...

enhancement
area-electron

We can't actually migrate to WASM Websocket. We need the following issues to be done: https://github.com/aspnet/AspNetCore/issues/10489 and https://github.com/mono/mono/issues/9567 (already done)