piet 🙂
piet 🙂
CC#
Created by piet 🙂 on 11/21/2023 in #help
Maui adb additional parameters
I need to test a Maui applicaiton on a physical android device. The app recorded a error, to see where it went wrong I need to attach a Debugger. Now my phone has Secure Folder from Samsung, this is something I want to keep and not remove. I noted that the "adb shell pm list packages" command failed when it ran using Rider. If I run the same command but append "--user 0" the command executes successfully. How can I make sure that either Rider or something in csproj appends this to all adb commands? Or are there other fixes for this issue?
1 replies
CC#
Created by piet 🙂 on 9/8/2023 in #help
❔ Maui in app update
Is there a way to run an In App update in a maui project? I have a Hybrid project, and want to remind the users to install the latest version. https://developer.android.com/guide/playcore/in-app-updates
2 replies
CC#
Created by piet 🙂 on 8/18/2023 in #help
❔ maui hybrid css isolation problems
Hi, I am creating a Mobile app with Maui Hybrid, but am having some trouble with CSS Isolation. I have checked the
<link/>
<link/>
and checked if the
<ScopedCssEnabled>true</ScopedCssEnabled>
<ScopedCssEnabled>true</ScopedCssEnabled>
is set to true. Searching for '.css' in the csproj does not yield results, so there is no blacklisting happening. In File explorer searching for: '*.css' does not return any results (except for the default app.css). Incase it matters, I have setup MudBlazor in my application, maybe that is causing issues?
2 replies