Hi,
I face some issue when changing the size of my S'GWT app, embedded into a UIWebView, (here after changing the device orientation) as the content is not adapted properly. This works when the app is called directly from Safari. Reloading the Web view works, but is not really an option.
(1) Am I right that I need to pass the new screen dims manually via
stringByEvaluatingJavaScriptFromString to the S'GWT app?
(2) If so, do I need to write the JS receiver by myself or is there something already there I can use?
Kind regards,
Ekki
* GWT Rocks! * SmartGWT Rocks Even Harder! * GWT 2.0.3,
SmartGWT PRO 2.3, JRE 1.6.0_20, Eclipse 3.6 *
* Xcode 3.2.2 * iOS 3.0 (Base OS) *
I face some issue when changing the size of my S'GWT app, embedded into a UIWebView, (here after changing the device orientation) as the content is not adapted properly. This works when the app is called directly from Safari. Reloading the Web view works, but is not really an option.
(1) Am I right that I need to pass the new screen dims manually via
stringByEvaluatingJavaScriptFromString to the S'GWT app?
(2) If so, do I need to write the JS receiver by myself or is there something already there I can use?
Kind regards,
Ekki
* GWT Rocks! * SmartGWT Rocks Even Harder! * GWT 2.0.3,
SmartGWT PRO 2.3, JRE 1.6.0_20, Eclipse 3.6 *
* Xcode 3.2.2 * iOS 3.0 (Base OS) *
Comment