alzubitariq
alzubitariq
### Description **System.ObjectDisposedException:** 'Cannot access a disposed object. Object name: 'Android.Webkit.WebView'.' [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot access a disposed object. [mono-rt] Object name: 'Android.Webkit.WebView'. [mono-rt] at (wrapper dynamic-method)...
### Description I am running a foreground service on .Net Maui Blazor. Once I got the foreground service to start and exit the app, when I try to reopen the...
### Description When a FCM notification is received, the application activates the "App Class" even when the application is closed So ``` public App() { InitializeComponent(); MainPage = new NavigationPage(new...
### Description Two Tabs: an AppShell page that contains two tabs named "page1" and "page2". These tabs likely represent different sections or functionalities within the app. Navigation from Page1 to...
When calling "Mopups.Services.MopupService.Instance.PushAsync(new customPage())" it shows blank popup without controls On android working perfectly On real iPhone 7 with iOS version 15.7.9 working perfectly On real iPhone 14 pro max...
python -m pip install -r "requirements.txt" -e . python bin/simple_captcha_generate.py --height=80 --width=320 --available_chars="012345678" --captcha_length=4 --dataset_size=100 python bin/captcha_annotate.py --val_split=0.1 --test_split=0.1 --case_sensitive python bin/train.py --available_chars="012345678" --captcha_length=4 after running all these step there...