David Britch

Results 92 comments of David Britch
trafficstars

https://review.docs.microsoft.com/en-us/help/onboard/admin/breadcrumb?branch=main

Not sure if this helps, but you can define multiple breadcrumb files, and then reference them from docfx.json e.g. in docfx/json: ``` "breadcrumb_path": { "get-started/tutorials/**/*.yml": "/xamarin/breadcrumb/tutorials/toc.json", "get-started/tutorials/index.yml": "/xamarin/breadcrumb/subtoc_breadcrumb/toc.json", "xamarin-forms/creating-mobile-apps-xamarin-forms/**/*.md": "/xamarin/breadcrumb/subtoc_breadcrumb/toc.json",...

Hi @charlesroddie Unpackaged apps are completely unrestricted in terms of the APIs they call, access to the registry, and file system. They aren't for everyone. At the same time, packaged...

Hi @ibrahimahmed1998 What exactly do you mean?

Hi @danielheddelin Agreed that some doc updates are needed here. In the meantime, this may help: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/platform/sign-in-with-apple/android-ios-sign-in

@danielheddelin Bumped. Being honest though, there's one of me and I have the work of multiple people on my shoulders so it could be a while before this happens.

~This *might* be covered by https://github.com/dotnet/docs-maui/issues/1288 (coming in .NET 8).~

Hi @jmvildoza Afraid not. AFAIK, it's not something that needs fixing per se. Rather it's missing functionality. But it is possible to do this by writing your own .NET Android...

Confirmed that this is no longer an issue once I remembered to add the SceneDelegate/Info.plist config.