My comment above is specific to the window size of the webView in my Corona App. Without the re-positioning code, actual device builds on iPhone 5 and iPhone 6 respond in the same faulty manner as newTextField - although fine on Android and iPads. In other words, the defined area allocated for the webView area doesn’t work properly on iPhones.
For example, in my case, I have dedicated the top 90% of the screen to the webView and placed my close button in the bottom 10%. Without the re-positioning code and calculation, though, it only works on Android and iPads.
My comment above is specific to the window size of the webView in my Corona App. Without the re-positioning code, actual device builds on iPhone 5 and iPhone 6 respond in the same faulty manner as newTextField - although fine on Android and iPads. In other words, the defined area allocated for the webView area doesn’t work properly on iPhones.
For example, in my case, I have dedicated the top 90% of the screen to the webView and placed my close button in the bottom 10%. Without the re-positioning code and calculation, though, it only works on Android and iPads.