I use iFrame (@Pode's plugin) to display leaderboards inside my game. It works very fine on Android and PC but has some very weird issues on iOS.
At first, on iPhone, it resizes to the size of the content, so it goes all the way down of the layout. It's good that I can, at least, scroll to see everything. But I have some decorative snowflakes over the leaderboards (made on server-side). I want to use position: fixed; for them to achieve what I want - and it works perfectly on Android and PC - but not on iOS. I want to be able to have some snowflakes no matter how much I scroll. But on iOS, they scroll with the content. That means I don't see them when I scroll to the bottom.
Second, on iPad, it doesn't resize. Instead, it stays the same size as set. But that means I cannot scroll down the content and I cannot see the whole content. I would like to be able to scroll on iPad, too.
Does anyone know any solution for this?