Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Super Contributor
SumiGhosh
Posts: 316
Registered: ‎09-20-2011
My Carrier: Vodafone

Why HTML5 not supporting in my Webworks

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.

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,696
Registered: ‎10-16-2008
My Carrier: Rogers

Re: Why HTML5 not supporting in my Webworks

The set of HTML5 features supported on each of the different operating system versions are outlined on the WebWorks API pages

 

http://www.blackberry.com/developers/docs/webworks/api/

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Super Contributor
SumiGhosh
Posts: 316
Registered: ‎09-20-2011
My Carrier: Vodafone

Re: Why HTML5 not supporting in my Webworks

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. 

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,696
Registered: ‎10-16-2008
My Carrier: Rogers

Re: Why HTML5 not supporting in my Webworks

[ Edited ]

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.

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Super Contributor
SumiGhosh
Posts: 316
Registered: ‎09-20-2011
My Carrier: Vodafone

Re: Why HTML5 not supporting in my Webworks

hi tneil..

 

I just working on an application in 9800(OS v 6). What I need is to include videos in my application. 

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,696
Registered: ‎10-16-2008
My Carrier: Rogers

Re: Why HTML5 not supporting in my Webworks

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/api/HTMLVideoElement.html

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,696
Registered: ‎10-16-2008
My Carrier: Rogers

Re: Why HTML5 not supporting in my Webworks

Here is the logged bug I just opened up

 

https://github.com/blackberry/WebWorks-API-Docs/issues/260

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Super Contributor
SumiGhosh
Posts: 316
Registered: ‎09-20-2011
My Carrier: Vodafone

Re: Why HTML5 not supporting in my Webworks

Hi tneil

             Is that mean video not supported...

Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,696
Registered: ‎10-16-2008
My Carrier: Rogers

Re: Why HTML5 not supporting in my Webworks

The <video> element is not supported on BB5 or BB6.. only on BB7 and PlayBook

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.
Super Contributor
SumiGhosh
Posts: 316
Registered: ‎09-20-2011
My Carrier: Vodafone

Re: Why HTML5 not supporting in my Webworks

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...

 

Please use plain text.