I use ViewPager
for a wizard flow in the application and I want to disable page switches from any user input (How do disable paging by swiping with finger in ViewPager but still be able to swipe programmatically?).
Recently I discovered that when I run the application in an emulator I can still swipe page with PC keyboard left and right arrow keys.
Can I disable it? Is it a real event that can happen on a real device?