James Crutchley
James Crutchley
install Install-Package Rotativa.AspNetCore -Version 1.2.0-beta set Rotativa environment variable to RotativaConfiguration.Setup(env.WebRootPath, "/usr/bin/"); If you are on Ubuntu 20.10 or 20.04 install wkhtmlpdf. sudo apt install wkhtmlpdf This works for Dot...
I have ended up rewriting at least 3 or 4 samples submitted as bugs using standard DI pattern because the code would crash in IOS 17.x. I wanted to verify...
Current mitigation: install wkhtmltopdf sudo apt update && sudo apt upgrade sudo apt install wkhtmltopdf The default wkhtmltopdf package in Ubuntu 20.10 works with rotativa 1.2.0 beta. set env variable...
> How are you navigating? Tapping the shell items in the flyout or via some Navigation.PushAsync or Shell.Current.GotoAsync? Shell.Current.PushAsync() is what we use. The flyout menu itself works fine. It...
> How do the other platforms behave? Is the result of this PR that the setting of the resource silently fails? If so is that the desired behavior? If we...
> > This fix only applies to IOS and should have zero impact on any other platform. The code is only in the macios branch and should not be included...
I am having same issue. Anyone have a workaround for this?
> I think putting `[Android.App.Activity(LaunchMode = Android.Content.PM.SingleTask)]` or `[Android.App.Activity(LaunchMode = Android.Content.PM.SingleInstance)]` on [MauiAppCompatActivity](https://github.com/dotnet/maui/blob/2041476e78452891029f4d2bd806c45be42f4878/src/Core/src/Platform/Android/MauiAppCompatActivity.cs#LL8C23-L8C45) would solve the problem but is that what MAUI wants to do for ALL apps? Changing to...
This fix works for html strings that have https with a ? mark in them. It simply removes everything after ? mark so it can render. This fixes a small...
in toolkit:MediaPlayer ShouldShowPlaybackControls="True" blocks swipe gestures. Disabling playback controls remediates the issue.