Hello
I've added an iFrame in my game with content to an url with just text in it.
When I play it in a webbrowser on laptop I can scroll the text, but on iPad nothing happens.
I've added this as CSS for iFrame:
"height" 40%
"width" 50%
"overflow-y" scroll
"webkit-overflow-scrolling" touch
"position" fixed
"overflow" auto
But still nothing happens on iOS
What can I do more? Any ideas?
Thanks in advance
Lennert