ComputerElite / QuestAppVersionSwitcher

Allows you to backup and restore apps directly from withing your quest
GNU General Public License v3.0
35 stars 9 forks source link

Fix file pickers in Webview #44

Closed FrozenAlex closed 8 months ago

FrozenAlex commented 8 months ago

It also fixes the apk file picker And adds logging js console.log to logger

It should allow us to have file picker parity with PC

FrozenAlex commented 8 months ago

ActivityResultCallbackRegistry was stolen from here, it's a pretty cool solution https://github.com/dotnet/maui/blob/7be95d4e895af0f225f63c8a65fb04f2528e5fa3/src/Core/src/Platform/Android/ActivityResultCallbackRegistry.cs#L11

FrozenAlex commented 8 months ago

Those buttons no longer need to be hidden I guess

AltyFox commented 8 months ago

Thank you

ComputerElite commented 8 months ago

I trust you