This is a migrated thread and some comments may be shown as answers.

Object doesn't support property or method 'addEventListener'

1 Answer 280 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Phil H.
Top achievements
Rank 2
Phil H. asked on 31 Dec 2012, 02:40 AM
Hi:
On my first mobile site I got the above problem in the following mobile js code:
for (var i = 0; i < CAPTURE_EVENTS.length; i ++) {
    that.container[0].addEventListener(CAPTURE_EVENTS[i], capture, true);
}
The problem only occurs with IE browser, use Chrome browser and the problem disappears.

Phil

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 31 Dec 2012, 10:41 AM
Hi,

 Indeed older versions of Internet Explorer do not support the addEventListener method. Kendo Mobile doesn't  support Internet Explorer. It relies on features which are not supported in that browser. Kendo Mobile supports only WebKit based browsers such as Safari (desktop and mobile version), Chrome (desktop and mobile version). 

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Phil H.
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Share this question
or