Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

There are plenty of web browsers on the stage already to keep guys doing slice up occupied for long time ensuring website looks same in every browser. Sometimes however website need to look different in case if being browsed from mobile device. Here http://detectmobilebrowsers.com/ website comes to resque with always up to date mobile browser detection code.

I suggest we put that code in In-Portal in a new m_IsMobileBrowser tag, that can be used like this in the templates:

<inp2:m_if check="m_IsMobileBrowser">
	BROWSER: MOBILE
<inp2:m_else/>
	BROWSER: NORMAL
</inp2:m_if> 

mobile_browser_detector_feat.patch

Related Tasks

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels