typable / verbal

A mobile app for listening to radio stations from around the globe
https://verbal.fm
GNU General Public License v3.0
0 stars 0 forks source link

Webkit support #23

Closed typable closed 1 year ago

typable commented 1 year ago

Noticed issues on Safari mobile:

typable commented 1 year ago

Was fixed with 26b023c. The following CSS property needs to be set in order to make elements in Webkit (on mobile devices) scrollable.

-webkit-overflow-scrolling: touch;