Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Kharitonov
Total activity
22
Last activity
December 18, 2024 16:00
Member since
October 17, 2023 13:12
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
9
Activity overview
Posts (0)
Comments (12)
Sort by recent activity
Recent activity
Votes
Edited
December 18, 2024 15:57
Why is that happened? Thank you very much for any help!This happens in windowed mode because the browser receives native input events. It allows the browser to recognize zooming gestures by itself....
Community
IntelliJ IDEA Open API and Plugin Development
OffScreenRendering disables touchpad scaling
0 votes
Edited
December 18, 2024 16:00
You may also just execute this JS code once the browser loaded the page, if it doesn't break the page logic. document.addEventListener('wheel', function (event) { if (event.ctrlKey) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Disable touchpad zooming in JcefBrowser
0 votes
Next
›
Last
»