dmachi / dojox_application

Dojox Application Framework for mobile, tablets, and desktops
Other
27 stars 24 forks source link

address bar hiding on ios/safari problem with sizing #122

Closed edchat closed 11 years ago

edchat commented 11 years ago

This issue was raised here: https://github.com/cjolif/dojo-todo-app/issues/102 by maitriyogin:

Setting mblHideAddressBar and mblAlwaysHideAddressBar to true hides the address bar. However the containers are not resized to with the new space. It seems that the layout is done before the address bar is hidden.. Any ideas? Cheers, Stephen.

I have recreated the problem.

edchat commented 11 years ago

This should now be fixed with what is in github and svn, for both 1.8 and trunk. It should be included in 1.8.2 when it ships.

maitriyogin commented 11 years ago

cool! huge thanks, Maitriyogin