I want to check that I'm indeed setting orientation-change event listeners for a webpage on an Android tablet, but I don't know where this would appear in Chrome dev tools. I'm not seeing them in the Event Listeners panel of the Elements tab, but not sure I should expect to, since this panel seems to be devoted to listeners set on particular elements of the DOM.
Asked
Active
Viewed 259 times
1 Answers
1
In the Device
section of the Event Listener Breakpoints
pane you can check the deviceorientation
and devicemotion
events to break on.

Alexander Pavlov
- 31,598
- 5
- 67
- 93