This topic is locked

How can I detect Mobile screen in register or login page

3/13/2016 17:28:09
PHPRunner General questions
G
gustavo author

How can I detect Mobile screen on either register page or login page?

I need to switch a background image based on the screen type.

Thanks

Sergey Kornilov admin 3/14/2016
G
gustavo author 3/14/2016



You can use isMobile() function:

http://xlinesoft.com/phprunner/docs/mobile_template.htm



Sergey.

I tried isMobile() on Register page and on Login page unsuccessfully.

If isMobile really works on those pages, I will appreciate and example

Thank You

Sergey Kornilov admin 3/14/2016

It does work on all pages, you can see an example in the manual. There must be some sort of issue in your code.