09-21-2011 10:06 AM
hi...
I found the documentation in blackberry saying newer version supports HTML5. But i cannot able to create a HTML5 file in my eclipse plugin.
09-21-2011 01:04 PM
The set of HTML5 features supported on each of the different operating system versions are outlined on the WebWorks API pages
09-22-2011 12:39 AM
hi tneil......
I'm using BlackBerry WebWorks Plug-in v2.5.1 (Eclipse Full Installer) for Smarpthones is that supports HTML5. If not is there any other SDK(Supports HTML5) version that can be used as a plugin for Eclipse.
09-22-2011 07:18 AM - edited 09-22-2011 07:20 AM
The amount of HTML5 support (which is a whole bunch of W3C specs either in final stage or still in draft) is dependant on the OS version you have on your phone. The Browser is embedded software on the phone and what is or isn't supported per API on the operating system is outlined in our API documents in the "Supported Platform Table" link at the top of document for that API
What is the HTML5 API you are trying to use and on which BlackBerry Operating system version?
If it is the HTML5 File API, this isn't supported yet on the BlackBerry platform.. However to get around this in WebWorks we have implemented a blackberry.io.* API to allow you access to the underlying file system.
09-22-2011 08:31 AM
hi tneil..
I just working on an application in 9800(OS v 6). What I need is to include videos in my application.
09-22-2011 08:56 AM
I will file a bug on our API documentation.. BB6 does not suport the HTML5 video tag.. but our API docs show that it does
http://www.blackberry.com/developers/docs/webworks
09-22-2011 08:58 AM
Here is the logged bug I just opened up
09-23-2011 04:32 AM
Hi tneil
Is that mean video not supported...
09-23-2011 07:37 AM
The <video> element is not supported on BB5 or BB6.. only on BB7 and PlayBook
09-23-2011 08:29 AM
hi tneil...
I think you mis understood my question........ I need to know weather BB5 or BB6 supports video application. I just tried with iframe, (Object and embed)..... but nothing seems to be working...