zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

foundation resize event not firing on orientationchange #691

Closed soumak77 closed 9 years ago

soumak77 commented 9 years ago

I noticed that foundation only publishes a resize message on the window resize event and not on the orientationchange event. This causes components listening for the foundation resize event to not be responsive when only the orientation is changed.

I noticed this issue on a Samsung Tab 4 with Android 5.1.1 running Chrome 45

soumak77 commented 9 years ago

Turns out there was just a bug in my code :/