Himanshu domen

Job ID: 36342760

Budget: ₹750 – ₹1,250 INR

There are a few possible solutions to the problem of the app restarting when the Fire Tablet screen is touched while a video is playing:

1. Disable touch events during video playback: This can be achieved by implementing code that disables touch events on the Fire Tablet while a video is playing. This will prevent accidental touches from causing the app to restart.

2. Implement a lock screen during video playback: Another solution is to display a lock screen during video playback that prevents accidental touches from causing the app to restart. This can be achieved by implementing a custom view that covers the entire screen during video playback and only allows certain touch events to pass through.

3. Use a different player library: It's possible that the issue is caused by the player library being used by the app. Switching to a different player library may resolve the issue.

Once the solution has been implemented and tested, it's important to thoroughly test the app to ensure that it's stable and functioning as expected.