I have a problem with the xamWebHtmlViewer, but only in Safari.
I have three xamWebHtmlViewer-Controls in different rows of a Silverlight-Grid. The problem is that the controls don't show in my Safari browser window. But in the preview of the taskbar they are visible. What could be the problem?
Thanks
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
Hello Markus,
I have been investigating your issue and when working with Safari there seems to be a necessity on setting the Silverlight plug-in’s windowless property to true ( http://msdn.microsoft.com/en-us/library/cc838156(v=vs.95).aspx ). I have created a sample project and have modified the html and aspx pages to show you what I mean. Regarding the height of the displayed html content there is no property like that. If you want a feature request can be submitted for such a functionality, but if I am not mistaken there is a limitation to do it.
Please let me know if I can assist you any further on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
I just tested that if I have another constellation of the WebHtmlViewer than it works also in safari.
But I have another question: Is there any possibility of getting the size of the content, so that I can set the Control's Height to the content's height?