AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

add scroll wheel zoom functionality #250

Open RangerMauve opened 9 months ago

RangerMauve commented 9 months ago

based on this tutorial here: https://www.geeksforgeeks.org/zoom-functionality-in-electronjs/

basically, whenever a window gets created we should attach the proper listeners for the zoom events and said the zoom level

a possible they should also be tested on a device that has a touch screen because I think the zoom there is already working