Forums
« Back to Installation

RE: Internet Explorer 9 Supported?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi, I am trying to create some proof of concept with Cisco Jabber SDK and I installed the plugin for testing.  I am not ablet to make it work except using internet explorer 8. Is internet explorer 9 supported?
If I run the sample.html with:      
    <meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">
 
the plugin works fine (but is like i am running the plugin on ie8).
If I run the plugin with    
    <meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">
I have the message
<strong style="font-family: 'Times New Roman'; font-size: 12px; color: red;">ERROR: cannot initialize phone: Plugin not available (code 1)
cwic javascript version is 2.0.3.60643
plugin upgrade mandatory
I search on the web but the few people that asked that did not receive a specific answer. Is ie9 supported? Also the plugin doesn't work neither with chrome (same error). On firefox i have this:


<pre class="objectBox inline objectBox-text ">Could not find a translation for en-US</pre>
jabberwerx.js (line 719)

<a>JWBase { _guid=</a>
<pre class="objectBox inline objectBox-string ">"_jwobj_jabberwerx_Client_1355321596826"</pre>
<a>, _jwobj_=</a>
<pre class="objectBox inline objectBox-number ">true</pre>
<a>, _className=</a>
<pre class="objectBox inline objectBox-string ">"jabberwerx.Client"</pre>
<a>, more...}</a>
sample.html (line 314)


TypeError: non-native scope object


TypeError: non-native scope object


<pre class="objectBox inline objectBox-text "> about</pre>
sample.html (line 314)


<pre class="objectBox inline objectBox-array hasTwisty ">[]</pre>

any idea to make the plugin work on a more modern browser than internet explorer?

Thanks in advance
Luca

Luca,
SDK does support IE9, it looks like you don't have the same version in between SDK and Plugin. I strongly suggest you to use latest version of SDK and plugin which are in version 2.1.0.60772. You can find those under http://developer.cisco.com/web/jabber-developer/get-started1
Please make sure to uninstall the old plugin and the restart might be required.
Hope this help
Howard