I have a webbrowser in a PluginEditor as a Standalone App which I compile to IOS.
When I start the app in portrait format with my iPad and rotate it the browser is not really in place anymore. In the resized component of the the Browser parent (TopLevel Editor) I set the bounds correctly.
after(!) setConstrainer(), setResizable() and setResizeLimits() in Standalone.cpp. So probably setResizable should not appear in juce_IOS parts, but for the moment putting it after this lines solves my issue…