Post

Replies

Boosts

Views

Activity

Reply to WKWebView print: (macOS) is blank?
Here is the really odd thing ... If I set the focus to the WebView and use Print from the File menu, it is fine! But if I use: var appleViewToPrint = Platform.CreateRenderer(viewToPrint).NativeView; var printOp = NSPrintOperation.FromView(appleViewToPrint, NSPrintInfo.SharedPrintInfo); printOp.JobTitle = "Elderly and Infirm Rota"; printOp.ShowsPrintPanel = true; printOp.RunOperation(); It is blank. Related discussion here. - https://stackoverflow.com/q/66398848/2287576
Feb ’21