I have a an aspx web application designed using bootstrap. The site uses a master page and there is a Script Manager on the master page. I use a Telerik RadWindowsManager on several of the form and all works as designed when viewing the application on my desktop. I can resize the screen and the controls will react as expected.
The problem is when I view the web site on an I-Phone 6 I get the yellow screen crash advising the RAdWindowsManager requires a ScriptManager.
I can correct the problem if I remove the the script manager and all of my script reference from the master page and place them on the web page, but I lose the advantages of the Master Page.
Anyone have a solution to this problem?