Is there a CSS rule that can be applied only to the default Android Browser using @media queries? This rule should not affect Chrome, but only the default browser on Android devices.
It's worth noting that there are numerous Android devices with varying screen sizes, making it challenging to use max-width in @media queries as a solution.
Any help or suggestions would be greatly appreciated! Thanks in Advance!