dojo/mobile orientation change on ios don't resize as expected -
i have been experiencing issues on ios version of mobile app, each time rotate device, screen doesn't resize expected, stuck on previous orientation or size. have made research , found bug existed on previous versions of dojo. , exist solutions , patches. using newer version , still happening previous cases. here links of cases:
bugs.dojotoolkit.org/ticket/16658 bugs.dojotoolkit.../17539 bugs.dojotoolkit.../16490
i using dojo 1.9.3 , of solutions patched. can me on this, and/or if know if exists way force resize()?
thank in advance.
we listen , run resize
window.addeventlistener("orientationchange", function() { dojox.mobile.resizeall(); }, false);
Comments
Post a Comment