Hans Bakker
Hans Bakker
The question behind the question is: I want to make my application try to reconnect, or I would like to get a notification that I need to handle something. If...
I guess it should be possible by modifying the [`watcher`](https://github.com/deviceplug/btleplug/blob/master/src/winrtble/adapter.rs#L60) property of the `Adapter` using the pattern at https://stackoverflow.com/a/49878820/1114918. I'm still a beginner with Rust, so I'm reluctant to make...
Is this not a duplicate of #63, which is solved? (Note: there is no new NuGet release yet containing this change)
I guess this is possible now that #83 is merged
The spec for the width says: > Full width, up to max-width 640dp So it will never be wider than 640dp. What size is your tablet? And what width does...
@SirJohnK would be curious to hear your thoughts on this! Am happy to create a PR that extracts the interfaces into a `LocalizationManager.Core` project, which is referenced by the `LocalizationManager.Maui`...
That looks good! Great!
There is [sample code available for `WebView`](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/webview?view=net-maui-8.0&pivots=devices-android#handle-permissions-on-android) but that does not work 1:1 for `HybridWebView`. I'm still trying to figure out whether it can be made to work.
Android will need its own library file I guess. I tried including the .so files from the Android library (https://repo1.maven.org/maven2/app/rive/rive-android/9.2.2/rive-android-9.2.2.aar) using the `AndroidNativeLibrary` build action (note: `librive-android.so` would need to...
What I tried further: 1. Install the `Mobile development using c++ workload` and Clang / LLVM components in Visual Studio 1. restore submodule 1. download and put `premake5.exe` in `native`...