K
K
Kirill2013-10-04 09:02:46
Browsers
Kirill, 2013-10-04 09:02:46

Browser width change statistics?

Good afternoon.
Is there any recent statistics on how often the user changes the width of the browser window?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Bobylev, 2013-10-11
@masterclass

Collect with Google Analytics:

var _gaq = window._gaq || [];
window.onresize= function(e) {
    _gaq.push(['_trackEvent', 'Window Resize', window.innerWidth+'x'+window.innerHeight]);
};

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question