Matteo
Matteo
> The SQLitePCLRaw.provider.e_sqlite3.android package does not exist in 2.0, but the same functionality is provided by other packages. > > Since 2.0 reduces the number of packages, the easiest way...
Still no answer from devs teams?..
Same with version 2.8.396 and 2.8.399. It fails to compile this function: var renameObjKeys = function (obj, newKeys) { const keyValues = Object.keys(obj).map(key => { const newKey = newKeys[key] ||...
Any news? :(
> Having the same issue. Have you found any work arounds? Hi @Tronald, I have solve by using this code as OnCreate of the SplashActivity protected override void OnCreate(Bundle savedInstanceState)...
@Tronald in MainActivity I've done this: protected override void OnNewIntent(Intent intent) { base.OnNewIntent(intent); ProcessNotificationActions(intent); } void ProcessNotificationActions(Intent intent) { try { if (intent.Extras != null) { Bundle bundle = intent.Extras;...
Any update about this issue? Thank you.
> Any update on this @MattePozzy ? No, the issue still persist.
Hi, any news about this? I can reproduce it with Visual Studio 17.9.7 and MAUI 8.0.40 on real Android and iOS device. [Here](https://github.com/MattePozzy/editorunfocusissue) a repo.
Hi, I have a net 8 MAUI app that include a cspoj of a library. I have tried to add to both project (I also have tried a mix of...