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