0

The problem just appears on xTerm.js combine WKWebView. The Safari and SFSafariViewController on iOS 15 are fine.

Comparison video: https://youtu.be/R30yMe5Riao Demo code: https://github.com/dongyg/Bug-xTerm.js-WKWebView

Mike Dong
  • 3
  • 1

1 Answers1

0

Set rendererType: "dom" in your terminal settings.

Bill K.
  • 16