Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

Hi Evgene,

Thanks for the quick reply.

So from what I understand this error will occur only if I use the "navigator.notification.alert(...)" instead of "alert()".

I prefer to use "navigator.notification.alert(...)" because it looks better on the iphone. So you are also saying if I keep this method and install the app on the device i will not have this problem?

My other question is, how come this is only happening now.

I have always used the "navigator.notification.alert(...)" instead of the "alert()" code and it has worked fine. When running on the web-based test I would not see the alert, and it would throw and error, but it would still proceed to the next page fine. Then when I installed on device, I would see all alerts as normal.

Do you know why this is no longer the case, and now it shows this additional error that will not allow the page to pass? There has been no changes to the app coding since.

Thanks

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Component Not Found Error

Hi Marco,

It seems your app prevents to run cordova.

Please check it:

  1. Enable WEINRE debugger in your app.

  2. Generate app and install it on the device.

  3. Open WEINRE debugger.

  4. check if you have there cordova errors.

    More info about WEINRE here: http://devcenter.appery.io/documentat...

    Regards.

Return to “Issues”