You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
@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.
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'
The text was updated successfully, but these errors were encountered: