Hi,
I have recently found that the "orientationChange" event is not being thrown in Google Chrome.
There is no problem with other browsers such as IE, Firefox of Safari.
There is also no problem on the default Internet browser on my Galaxy Tab, which I think is a version of either Chrome or Chromium.
I have used the following code snippet to test, simply pasting it into the "Hello World" demo page:
isc.Page.setEvent("orientationChange", "isc.say('orientationChange')");
I'm quite certain that the event was being triggered in Chrome last year when I wrote some code to change a layout in response to an orientation change, so I'm guessing that Google have changed something since then.
Could you please have a look?
Andrew.
SmartClient versions
SmartClient_v101p_2016-04-25_Pro
SmartClient_v110p_2016-04-18_Pro
Google Chrome versions
Windows: Version 50.0.2661.87 m (on Windows 10, 64 bit)
Linux: Version 50.0.2661.87 m (on Arch Linux, x86_64)
Android: Version 49.0.2623.105 (on Galaxy Tab 4 with Android 5.02)
I have recently found that the "orientationChange" event is not being thrown in Google Chrome.
There is no problem with other browsers such as IE, Firefox of Safari.
There is also no problem on the default Internet browser on my Galaxy Tab, which I think is a version of either Chrome or Chromium.
I have used the following code snippet to test, simply pasting it into the "Hello World" demo page:
isc.Page.setEvent("orientationChange", "isc.say('orientationChange')");
I'm quite certain that the event was being triggered in Chrome last year when I wrote some code to change a layout in response to an orientation change, so I'm guessing that Google have changed something since then.
Could you please have a look?
Andrew.
SmartClient versions
SmartClient_v101p_2016-04-25_Pro
SmartClient_v110p_2016-04-18_Pro
Google Chrome versions
Windows: Version 50.0.2661.87 m (on Windows 10, 64 bit)
Linux: Version 50.0.2661.87 m (on Arch Linux, x86_64)
Android: Version 49.0.2623.105 (on Galaxy Tab 4 with Android 5.02)
Comment