Hi, first of all, thank you for this amazing library! It's been really helpful.
I encountered an issue with User-Agent detection. When the following User-Agent string is passed:
Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3.1 Mobile/20D67 Safari/604.1
The library incorrectly identifies it as a desktop browser, although it is clearly a request from an iPhone.
Is there a way to modify the library to correctly handle these cases and detect this as a mobile device instead?
Thank you for your help, and I look forward to any suggestions you might have!
Hi, first of all, thank you for this amazing library! It's been really helpful.
I encountered an issue with User-Agent detection. When the following User-Agent string is passed:
Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3.1 Mobile/20D67 Safari/604.1The library incorrectly identifies it as a desktop browser, although it is clearly a request from an iPhone.
Is there a way to modify the library to correctly handle these cases and detect this as a mobile device instead?
Thank you for your help, and I look forward to any suggestions you might have!