Search code examples
windows-phone-8chromium-embedded

CEF in windows phone app


Can I use Chrome embedded framework in my windows phone project, is it support touche event, and other mobile-need features? If it's impossible is there other solve for this mobile os?


Solution

  • No, you cannot embed the Chrome web browser inside of a Windows Phone project.

    The WebBrowser (reference) is the best control for embedding a web browser in your phone project.