jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

jQuery address 1.6.min.js not mobile/smartphone friendly

Open Marcelive opened this issue 11 years ago • 2 comments

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'

Marcelive avatar Oct 16 '13 09:10 Marcelive

Same goes for IE11 for windows 7, its specific to IE but not only version specific

Marcelive avatar Oct 17 '13 09:10 Marcelive

@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.

theronpatrick avatar Oct 23 '14 15:10 theronpatrick