xamarin-docs
xamarin-docs copied to clipboard
Xamarin Documentation - public content repo
[Enter feedback here] What about switching CSS themes? How do you switch between 2 style sheets? --- #### Document Details ⚠ *Do not edit this section. It is required for...
The following command for zipalgin doesn't seem to be working as described in the [documentation](https://learn.microsoft.com/en-us/xamarin/android/deploy-test/signing/manually-signing-the-apk#zipalign-the-apk): `$ zipalign -f -v 4 mono.samples.helloworld-unsigned.apk helloworld.apk` Upon running the zipalign command in Microsoft Visual...
[Enter feedback here] The example is too much simple. Need a better explanation, in example if we have a list in the table. How to manage the relations between tables?...
I have upgraded my visual studio version and trying to run with iOS 16 simulator. Not able to run. Error MT4109: Failed to compile the generated registrar code. Please file...
Fixed the typo for the Enum Color as it is Colors actually, see link to issue : https://github.com/MicrosoftDocs/xamarin-docs/issues/3460
[Enter feedback here] Could this page be updated to reflect that we now have mac catalyst support: https://github.com/xamarin/xamarin-macios/issues/6210#issuecomment-933222588 and https://github.com/xamarin/xamarin-macios/wiki/Mac-Catalyst-(Early-Preview) It seems to be the most straightforward way to add...
Added samples to cover scenario from the https://github.com/xamarin/xamarin-macios/issues/15709 issue. The current version of documentation isn't 100% clear because this case doesn't totally match. The additional samples intended to make the...
I'm trying to write backend code to crop a bitmap. So far, my code is not working. I've found this article confusing about the necessary steps to crop away from...
I need some guidance and could be helpful for others... This is for a MAUI Hybrid App (needles to say, using Blazor). I managed to get `id_token` and `code` (my...
I discovered that if the device is set to dark mode, notes doesn't show up (until you highlight them). You _might_ want to mention that ... --- #### Document Details...