agent
agent copied to clipboard
it's not working for me
The mobile app built using QT hybrid application and we are not able to get it work using any of the following methods:
Agent::isMobile() Agent::isTablet() Agent::isAndroidOS()
The only method work is Agent::isDesktop() when sending the request using postman.
This is the current User-Agent value sent from the QT app : Mozilla/5.0 Any idea?
Do we have to setup the QT app to send some details about the user?
Thanks.
is it compatible with laravel 5.2?
Is it compatible with laravel 5.0? I've tested and it doesn't work for me. And laravel 5.3 also.
@webcrazy and @Mixpeal Can you create a new issue with your problem?
@mansouralex Change the class namespace to 'Jenssegers\Agent\Agent' in aliases in config/app.php, worked for me