jquery-address
jquery-address copied to clipboard
jQuery address 1.6.min.js not mobile/smartphone friendly
Something in this script is ignoring code in an HTML page or main CSS stylesheet when viewing this plugin on a Smartphone or Tablet. It's forcing the content to be viewed in the specific content width set of what seems is the tab panel.
If I remove only the jquery-address-1.6.min.js this issue goes away and my pages run without any problem. I run jQuery UI tabs alone on other pages and it works perfectly.
Please advise what could be forcing the page to view in a certain dimension without being able to 'zoom out'
Same goes for IE11 for windows 7, its specific to IE but not only version specific
@Marcelive Have you tried setting $.address.wrap(false)
? From the docs:
$.address.wrap(value) Returns: jQuery Address Enables or disables the wrap mode which generates a DIV wrapper around the page content and fixes any scroll issues caused by the use of hash fragments.