I am using WebBrowser Control embedded with Chromium using CEFSharp 3.0 in my WPF application. I works fine on windows 7 and Windows 8 but the same executable is not even opening on WinRT device. I am actually trying to run WPF application on Win32 tablet. It is not a WPF application and not a metro app.
I have read some blogs which says that WinRT/win8 tablets devices does not support third party browsers such as Chrome, Firefox, Mozilla etc. I need to use Chrome to improve the performance of my webpage.
Is there a solution to my query ? Any other alternative is also appreciated. Please help!!