-
This is my simple test app:
```
public class MainPageViewModel
{
readonly IAudioManager audioManager;
public MainPageViewModel(IAudioManager audioManager)
{
this.audioMa…
-
### Description
It is new requirements. many times we need to play a tone like when we create any notification and any other function. this tone may be used for delete/insert/error/warning/success/ …
-
### Current behavior
If there is currently no value for the image source in a ListView or an ItemsRepeater of a DataTemplate, or if it is deleted, this leads to an exception being thrown and often an…
-
When clicking on a changed file in the ‘Source Control’ pane, a new editor opens, titled "filename.ext (Working Directory)", showing the file from the repository, side by side with the current file, a…
-
### Description
When I try to debug an app on an iOS device (16.4) as part of initialization, prior to executing any of my code the output window outputs a bunch of lines like;
```
Loaded assembl…
-
### Description
When trying to connect to a chromecast there will be an authentication error. Becauser there is no network security config specified and there is no path for a trust anchor certific…
-
The Plugin.LocalNotification works fine on Android device ,but iOS simulator and remote device both does not receive any notification with the code ,I am working on .net maui Blazor with .net standard…
-
Here is an exception I get sometimes on android:
```
EnableScreenSecurityProtection failed with Exception message: Only the original thread that created a view hierarchy can touch its views.
Except…
-
For next rev to have:
• Get a list of all voices on the system, including identifier, name and language.
• Find a voice based on its identifier.
• Get the default voice for a given language.
• Fi…
-
I would like to setup geofence (center and radius, optionally path), specify the type of notifications I want to receive and get notifications when that happens. Something like that:
```
class Geofe…