Comment 1 for bug 1539322

Revision history for this message
Aaron Wells (u-aaronw) wrote : Re: Do we still need device detection?

Currently, device detection does two things:

1. Disables TinyMCE
2. Hides the "Portfolio -> Export" navigation tab

There is also code in htdocs/lib/web.php, in the smarty() function, which looks at the results of device detection and puts them into some Smarty template variables. But since 15.10, we no longer actually read those Smarty variables, at least not in any of the core themes.

1. $HANDHELD_DEVICE
2. $MOBILE
3. $DROPDOWNMENU (to disable dropdown menus; in 15.10 we show them anyway)