agent icon indicating copy to clipboard operation
agent copied to clipboard

it's not working for me

Open mansouralex opened this issue 9 years ago • 4 comments

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.

mansouralex avatar Jan 13 '16 13:01 mansouralex

is it compatible with laravel 5.2?

Mixpeal avatar Jun 27 '16 23:06 Mixpeal

Is it compatible with laravel 5.0? I've tested and it doesn't work for me. And laravel 5.3 also.

sithuaung avatar Sep 05 '16 08:09 sithuaung

@webcrazy and @Mixpeal Can you create a new issue with your problem?

dangelsaurus avatar Oct 21 '16 23:10 dangelsaurus

@mansouralex Change the class namespace to 'Jenssegers\Agent\Agent' in aliases in config/app.php, worked for me

kyonkopa avatar Dec 11 '16 18:12 kyonkopa