Piet Eckhart
Piet Eckhart
I'm having the same problem on Visual Studio for Mac. Only on running my Android project. Building Android, and running iOS works as expected. Reproduced on Android Emulator and physical...
Duplicate: https://github.com/CrossGeeks/FileUploaderPlugin/issues/13
This seems to work: # index.html ```html function autoPlay(id) { document.getElementById(id).play(); } ``` # index.razor `@inject IJSRuntime JS` ```html ``` ```C# private void LoadedData(VideoState state) { JS.InvokeVoidAsync("autoPlay", "gource"); } ```...
Hi, I'm also curious If this would be possible. I'm on a Pixel 8 Pro and using a wired mouse and keyboard via an usb-c hub. They both work fine...
It prints out the following command: `git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames --no-show-signature` when I execute it shows the correct commits with unix timestamps: 1642254144 Saturday, January 15, 2022...