Hello!
I am left off with an iPad these days and I’ve noticed that the iOS bounce scrolling behaviour was not cancelled in the playground and this makes it uneasy to scroll up & down in the code as it will always bounce.
Sadly, this behaviour is often left out in 3D scenes on the web, which makes their viewing on iOS quite less enjoyable.
I have used a mini-library called iNoBounce to resolve this in my past project with no problems. The author of the lib explains his solution in the readme:
All you need is an element with
height
ormax-height
,overflow: auto
and-webkit-overflow-scrolling: touch
.
It would be nice to be able to browse the examples of the PG on my iPad