xiayuanquan / macos_webview_kit

Show or Close the webView on your Flutter MacOS app
MIT License
4 stars 0 forks source link

shortcut key invalid #2

Open xiayuanquan opened 1 year ago

xiayuanquan commented 1 year ago

If you open a program or webpage that only supports the PC side on macOS, such as the web version of VsCode, you must update the UA of WKWebView from the mobile side to the mobile side. solution:

Mobile UA: "Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1"

PC UA: "Mozilla/5.0 (Macintosh; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"