Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
Menu not rendering in iPad 8.x
posted

I have been using a WebDataMenu v11.2 for a few years and it has been working fine across most major browsers. However, since the iPad has been upgraded to ios 8.1 my page has stopped rendering the WebDataMenu in Safari on ios 8.x. It still works on Safari ios 7.x and other major browsers.

It is not working on a specific production web server. The strange part is that if I load the aspx page in IE11 from this production server and select view the source and save that source as an HTML file on the same server that new html page when loaded in to Safari ios 8.x will render the menu properly.

Any ideas? This has me stumped and I've spent many hours on this.

Parents
No Data
Reply
  • 800
    Verified Answer
    posted

    This is resolved. I was finally able to find a scriptlet to view the html source on the iPad and discovered not all of the script resources were being emitted. It is not a webdatamenu problem at all but rather an MS ajax extensions problem and it is explained here:

    http://stackoverflow.com/questions/25978746/ios-8-safari-8-not-working-with-asp-net-ajax-extensions

Children