I have a Nexus 7 (android) tablet that displays the mobile version of websites with Mobile Joomla installed. Is this the expected behavior on tablets of that size? Is there anything I can do to have it display the desktop version (short of purchasing the professional license on a per year, per domain basis)?
Yes, MJPro with online database detects Nexus 7 correctly. And next MJ Standard versions will do it too.
To fix the issue run following sql query to remove incorrect row from db (replace #__ by actual tables prefix):
DELETE FROM #__mj_amdd WHERE ua='Mozilla/5.0 (Linux; Android 4.2; Nexus 7) AppleWebKit/535 (KHTML, like Gecko) Chrome/18 Safari/535'
To fix the issue run following sql query to remove incorrect row from db (replace #__ by actual tables prefix):
DELETE FROM #__mj_amdd WHERE ua='Mozilla/5.0 (Linux; Android 4.2; Nexus 7) AppleWebKit/535 (KHTML, like Gecko) Chrome/18 Safari/535'
Hi,
I have the Nextbook android 4.0.3 9.7 inch screen. Wondering what to do to get the standard website up on this tablet and not the mobile version. Similar command?
Dougall
I have the Nextbook android 4.0.3 9.7 inch screen. Wondering what to do to get the standard website up on this tablet and not the mobile version. Similar command?
Dougall
dougall, could you visit mobilejoomla.com/uatest.php on your Nextbook and here detected User-Agent header and results of each of mobile plugin?
Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; Next8P12 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
Most likely you have installed Mobile-Scientia plugin, it detects Nexts as smartphones. Disable this plugin and enable Mobile-AMDD one (AMDD is the database maintained by MJ team).