I have a question:
In the Crosswalk documentation (https://crosswalk-project.org/documentation/about/faq.html) they wrote:
[quote:1elni2y6]Does Crosswalk for Android use the Android webview?
No. Crosswalk is effectively a modified version of Chromium, the open source basis of the Google Chrome browser.
So when I run the project compiled with Intel SDK I expect that my app is based on Chromium and behaves like Google Chrome. But I get the following message from the app: "Advanced audio in not supported. Try Google Chrome"
Does it mean that my app uses Android webview and not Chromium?