标签: android google-chrome-devtools remote-debugging orientation-changes
我想检查一下我是否确实为Android平板电脑上的网页设置了方向更改事件监听器,但我不知道这会在Chrome开发工具中出现的位置。我没有在Elements选项卡的Event Listeners面板中看到它们,但不确定我应该期待,因为这个面板似乎专门用于在DOM的特定元素上设置的侦听器。
答案 0 :(得分:1)
在Device窗格的Event Listener Breakpoints部分,您可以查看要暂停的deviceorientation和devicemotion个活动。
Device
Event Listener Breakpoints
deviceorientation
devicemotion