Post

Replies

Boosts

Views

Activity

Reply to legacyScreenSaver - blank Preview in Monterey 12.1
If I can come up with a reproducible case, I will submit a FB report. I think I'm now seeing the problem with Apple screensavers as well. If anyone can try this test, I'd appreciate it: Test 1: Open System Prefernces / Desktop & Screen Saver Select the "Message" screensaver Click Screen Saver Options and enter some text to display "foobar" Result: the apple logo and text are displayed. Test 2: Close System Prefernces Open System Prefernces / Desktop & Screen Saver Result: although the Message screensaver is selected, the Preview is now blank If you click Screen Saver Options and then Cancel, the Preview now shows up Repeating the test with the "Hello" screensaver does not show the bug.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’22
Reply to How to take screenshot from WKWebView with embedded video ?
I've seen this on macOS and it seems to be caused by some videos being rendered in hardware. A solution is to use javascript to create a canvas, draw the currebt video frame into the canvas, then show the canvas while you take the screenshot. That seems to force the video content to really get included in the webView properly and then it shows up in the screenshot.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’21