WebSharper Minimum Browser Requirements

253 Views Asked by At

So . . . I have been playing around with WebSharper recently and wanted to check something at work. So, I loaded up IE7, our browser, to go to the WebSharper samples page - http://www.websharper.com/SamplesPage. However, I got a rude surprise when I saw that none of the pages or samples would load.

So, my question is this - what are the minimum client requirements for using a WebSharper-created website? I am using the HTML/JS client-side only configuration in my project, so maybe the requirements are lower for that (I doubt that)?

The manual contains no helpful information that I could find. Any help would be really appreciated.

Thank you,

z.

1

There are 1 best solutions below

1
David Grenier On

I remember having problem with RPC calls in IE8 and IE9 resolved my problems. As Toyvo pointed out, I'm sure the team at IntelliFactory intends to be fairly backward compatible so I recommend you open a bugzilla.

I suppose you are on IE7 because of company policy? I mean, IE9 is a pretty bad browser - IE7 is just begging for trouble.

Related Questions in F#