Hey guys,
First, some background… I have a few apps in the store, they are all HTML 5 based apps inside a webview. I submitted these apps back in the iOS 7 days and they worked just fine; and those same non-updated apps still work fine today.
My issue… I needed to update an app’s icons and a few other cosmetic things. When i created a new iOS build using the latest corona build, and installed it on my device, the webview would no longer resize properly. I had a rotation listener in my code that when triggered, would resize the webview to fit the landscape size of the phone. That no longer happens on my iOS 8.1 iPhone :(. Is this a known bug? Is there something i need to hack in there?
Thanks!