QtWebEngine not installed

1220
2
Jump to solution
04-19-2022 08:31 AM
RyanGay
New Contributor II

I am testing the QtWebEngine for my app and I am kind of at a loss as to why this is not working. When I run the app within AppStudio it runs fine. I get some alerts in the debugger that state the QtWebEngine resources could not be found, but I know they are installed. Again the app runs fine on AppStudio but when I test the app on my devices (iOS and Android) I get a red error screen saying the QtWebEngine is not installed. Any ideas on this? Thanks. 

0 Kudos
1 Solution

Accepted Solutions
TrevorFrame
Esri Contributor

Hi @RyanGay,

Unfortunately the QtWebEngine are supported on desktop platforms only. It is recommended to use other components such as WebView.

-Trevor Frame

View solution in original post

0 Kudos
2 Replies
TrevorFrame
Esri Contributor

Hi @RyanGay,

Unfortunately the QtWebEngine are supported on desktop platforms only. It is recommended to use other components such as WebView.

-Trevor Frame

0 Kudos
RyanGay
New Contributor II

Thanks @TrevorFrame . Back to the drawing board. 

0 Kudos