Software Archive
Read-only legacy content
17061 Discussions

Application start fails under Windows 10 UAP

Reineke__H_
Beginner
400 Views

While starting the the application websql database will be initialized. At this point app fails throwing message "Remote Procedure call failed". Do we have to install WebSql under Windows 10 UAP. Or what could be tha reason for that behaviour?

0 Kudos
3 Replies
Reineke__H_
Beginner
400 Views

Building and starting under Android now problem so far.
 

0 Kudos
PaulF_IntelCorp
Employee
400 Views

HR -- when running on a Windows 10 device you are running inside of an Edge webview, which is similar to running in the Edge browser. So you might want to test by loading your app in the Edge browser (which requires a Windows 10 machine). For example, open your index.html file directly with the Edge browser and then use the Edge debug console to look for error messages (similar to using Chrome DevTools or Safari Web Inspector).

0 Kudos
Reineke__H_
Beginner
400 Views

Thank you very much for that advice. It was at least an incompatibility of the edge indexeddb.

0 Kudos
Reply