Hi,
I was using a different plugin for joomla mobile sites, before I moved to mobile joomla.
It had the following feature.
add a special 'mobile' tag in your articles. If you have content that you don't want to show in mobile devices you would add code like this:
<mtag device="desktop">
<img src="mybigpicture.jpeg"/>
Other text that you will show only on desktop browsers.
</mtag>
To specify a mobile only html section. Use the following code:
<mtag device="mobile">
<img src="mysmallpicture.jpeg"/>
Special content and formatting visible only to mobile browsers.
</mtag>
Can this be done in Mobilejoomla in some way?
Would be great!! Thanks