green screen play video on Android 6 mobile Firefox
bug with green screen on lenovo tab3 android 6
Alle svar (5)
Hi
Please can you supply the website address for those videos?
Does this happen with other websites, such as YouTube?
Do you have any add-ons installed?
What level of enhanced tracking protection do you have set?
1. https://m.youtube.com/watch?v=fZOghLjOA9E and any videos on YT and vk.com
2. yes
3. no. clean firefox 90.1.2
4. default standart setting
Do you have any security or anti-virus apps running on your device?
no. nothing
Hi
Has this happened before the recent update to Firefox for Android?
To look into this matter further, our developers will need more information from you:
- On stock Android open the Android Settings and use the search at the top to find build number
- Tap the build number 7 times
- For other devices use your favorite search engine or YouTube to find steps for your device.
- On stock Android Open the Android Settings and use the search at the top to find USB debugging and enable it
- Connect your device to the computer using a USB cable
- Download the Android SDK Platform tools for your operating system
- Use your operating system tools to extract the zip file that was downloaded
- Connect your device to the computer using a USB cable
- Open a command prompt or terminal and change to the directory to the platform tools directory that was extracted
- On Windows run the command adb devices on macOS and Linux run ./adb devices
- If it returns unauthorized you will need to authorize the phone to connect to the computer by accepting the connection dialog on the phone
- Connect your device to the computer using a USB cable
- Open a command prompt or terminal and change to the directory to the platform tools directory that was extracted
- On Windows run adb logcat -v time on macOS and Linux run ./adb logcat -v time
- Watch a video
- Unplug the device
- Copy all the information in the terminal
- Paste the information into a Gist https://gist.github.com/ and save logcat information
- Add the Gist URL to a reply to this thread
Optional Cleanup
- It is recommended to disable USB debugging once you are done collecting this information
- You can remove the Android SDK Platform tools by deleting the folders and zip file