I detected a failure in you rendering methods.
We've got a Page, where we use a Webchart within a Ajax TabContainer.
While surfing our page with the iPhone (Safari Browser), we detected tha we got only a white page.
I've analyzed this problem and I've seen the following in the html-source:
Code: Select all
<script language="javascript">
function activateContent(chart,empty,evt)
{
evt = (evt) ? evt : event;
var oVDiv=document.getElementById(chart);
....
}
The correct form is:
Code: Select all
<script type="text/javascript">
Can you correct this in your next version, please?
Thanks and regards,
Kenan Abdullahu
GIAG