insertusernamehere
insertusernamehere

Reputation: 23580

Load HTML5 webview into an app

I have no experience with the Kindle KDK, so maybe this is a dull question. I'm wondering. Is it possible to create a simple app that loads a webview? So we could easily "wrap" an existing product.

If so, I'm interested in the possibilities:

I've found on Wikipedia that it uses "[…] an experimental WebKit based browser […]", but what is it capable of doing?

Upvotes: 1

Views: 293

Answers (1)

Waynn Lue
Waynn Lue

Reputation: 11375

Unfortunately the KDK doesn't give access to a Webview (like Android or iOS), so you can't load any web page content, or use any HTML 5 capabilities. The WebKit browser is just the built-in browser for surfing the Web.

Upvotes: 2

Related Questions