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

"object doesn't support this property or method add event listener"

4 Answers 157 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
harsh
Top achievements
Rank 1
harsh asked on 20 Jun 2014, 12:53 PM

Hi,
 I am developing an hybrid app for ios, windows and android device. When i run app in android and ios my app will run smoothly but when i start the app in windows phone 8 (Nokia Lumia 520) i get a white screen and when i debug it ,I get this error message: 

"object doesn't support this property or method add event listener" 

Please find the error attached.

Can any one tell me the reson why i am getting this issue and how to resolve it?
This is something really very urgent so please reply me ASAP.
Thanks in advance!

4 Answers, 1 is accepted

Sort by
0
Accepted
Kaloyan
Telerik team
answered on 24 Jun 2014, 03:56 PM
Hi harsh,

Thank you for reporting this.

I believe this is due to an issue in AppBuilder that prevents Windows Phone applications to install successfully after the first deploy. Could you check if manual uninstall of the app will provide a temporary workaround? To do this, please follow the next steps:
  1. On the actual device, uninstall the faulty application.
  2. Then, inside AppBuilder, Build and Deploy the application on the actual device again.
  3. Check if it works as expected.
If this solves the issue, you will have to do it every time, as the bug comes from the automatic uninstall process that AppBuilder provides.

Further, we are aware of that bug and a fix for it is already made. We plan to include it with the next official AppBuilder release, planned for this week.

I hope this helps.

Regards,
Kaloyan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
harsh
Top achievements
Rank 1
answered on 21 Jul 2014, 10:11 AM
Hi,
 I am developing an hybrid app for ios, windows and android device
I am using the kendo mobile scroller for implementing the scrolling functionality in my application 
but the scrolling behaviour is not smooth in windows phone 8(NOKIA Lumia 925, Nokia Lumia 520) and in 
android  mobile phones (Sony xperia Tipo ,Motorolla Motoe) as it is in the iOS devices.

I am using the Kendo UI Mobile v2013.2.1021.

Can any one tell me the reson why i am getting this issue and how to resolve it?
This is something really very urgent so please reply me ASAP.
Thanks in advance!

Thanks in Advance
0
harsh
Top achievements
Rank 1
answered on 21 Jul 2014, 10:17 AM
 thanks Kaloyan 
 For your feed back ,
 now I get one another issue regarding the scrolling behaviour of devices like nokia lumia 520, nokia lumia 925 and . Sony xperia Tipo ,Motorolla Moto E
I am using the kendo mobile scroller for implementing the scrolling functionality in my application

Hope you reply me ASAP.
Thanks in advance



0
Kaloyan
Telerik team
answered on 24 Jul 2014, 06:52 AM
Hi harsh,

As I am not aware of details, I would suggest you to check if applying data-use-native-scrolling="true" on your wrapper element will fix the issue. Here is a sample:
<div data-role="view" data-use-native-scrolling="true">
  <div style="height: 2000px;">Tall element - this view has native scrolling</div>
</div>

If this is not helping, I will need some more information about the matter. Like, what are the faulty elements and the code associated with them.

I hope this helps.

Regards,
Kaloyan
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
harsh
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
harsh
Top achievements
Rank 1
Share this question
or