safari8

iOS 8 / Safari 8 not working with ASP.NET AJAX-Extensions

徘徊边缘 提交于 2019-11-27 06:44:50
Our website suddenly stopped working when iOS 8 was rolled out. Every post-back from within an ASP.NET UpdatePanel leads to an empty page. It still works, if the user-agent is set to "Chrome" from within Safari 8 (on Mac). I already tracked down, that some of the "ScriptResource.axd" and "WebResource.axd" files are not loaded at all. There is also an error telling "Sys.WebForms" is undefined (probably due to the missing script-files). We are using ASP.NET 2.0 with AJAX-Extensions 1.0 (I know, quite outdated. But used to work or could be fixed until now). Tobias81 Beware that this solution is

iOS 8 / Safari 8 not working with ASP.NET AJAX-Extensions

南楼画角 提交于 2019-11-26 12:08:55
问题 Our website suddenly stopped working when iOS 8 was rolled out. Every post-back from within an ASP.NET UpdatePanel leads to an empty page. It still works, if the user-agent is set to \"Chrome\" from within Safari 8 (on Mac). I already tracked down, that some of the \"ScriptResource.axd\" and \"WebResource.axd\" files are not loaded at all. There is also an error telling \"Sys.WebForms\" is undefined (probably due to the missing script-files). We are using ASP.NET 2.0 with AJAX-Extensions 1.0