[android-developers] Re: HTML5 Hardware Access

2013-04-22 Thread Juan Carlos Horrach
Try phonegap.com Is a open source project and runs in multi platform (IOS, Android, BADA, ...) El lunes, 14 de febrero de 2011 08:37:19 UTC+1, perumal316 escribió: Hi All, Is it now possible to access Android's Hardware APIs through the Webkit Browser by HTML5? For example I start up

[android-developers] Re: HTML5 Geolocation doesn't work with Android default browser

2012-05-03 Thread isopropanol
In Firefox the error received is successCallback is undefined. If you move the success and error callback function definitions in front of your call to getCurrentPosition it will work. It does work in IE will the function definitions where you have them. I'm not sure if it has to do with the

[android-developers] Re: HTML5 Geolocation doesn't work with Android default browser

2012-05-02 Thread moktarul anam
hi, can u check whether ur GPS is on or not ? Moktarul On Tuesday, 1 May 2012 14:56:18 UTC+5:30, Aymeric Raguet wrote: Hi, I am having some difficulties with the Geolocation API in Javascript. It works very well in the following cases: - On a PC with Chrome, Opera and Safari (not

[android-developers] Re: HTML5 for Mobile Apps Books

2012-02-19 Thread alex angaya
I will suggest the book building android apps published by oreilly. Here its link http://shop.oreilly.com/product/0636920022886.do Regards! On Feb 14, 9:32 pm, mduffy215 mduffy...@gmail.com wrote: We are starting a mobile project for multiple platforms. Our plan is to design in HTML5 and

[android-developers] Re: HTML5 audio and video support

2011-01-12 Thread Leon Moreyn-Android Development
Are you using the inherit browser that comes with the phone or a third party browser like Opera? Since HTML5 is not standard across all browser it depends on which one you are using. On Jan 12, 10:21 am, ls02 agal...@audible.com wrote: I am trying to figure out of android (at least Froyo) has

[android-developers] Re: HTML5 audio and video support

2011-01-12 Thread ls02
Default Android Web browser that comes with the phone. On Jan 12, 10:37 am, Leon Moreyn-Android Development lmor...@earthcam.com wrote: Are you using the inherit browser that comes with the phone or a third party browser like Opera? Since HTML5 is not standard across all browser it depends on

[android-developers] Re: HTML5 Geolocation Features

2010-04-24 Thread Volpeo
I'm also working on this, but same problem. Even http://www.google.com/m can't locate android 2.x ... Does someone have any informations or do we have to wait for an upgrade ? On 12 mar, 06:49, Aurovo rbdicker...@gmail.com wrote: I'm trying to use the HTML5Geolocationfeatures found in Android

[android-developers] Re: HTML5 video don't play within a simple WebView

2010-03-03 Thread Zuli
Hi, you can look at the source code for the web browser for all the details, but you basically need to override the onShowCustomView method in your custom WebViewClient and handle yourself the video view displaying it on top of your layout. -- Zuli On 2 Mar, 23:42, gibert.b

[android-developers] Re: HTML5 applicationCache.update()

2010-03-03 Thread mayor
anyone? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: HTML5

2010-02-11 Thread DKIT Android
http://www.webmonkey.com/blog/Android_Gets_a_Better_Browser__Now_With_More_HTML5 Should support the video tag - but maype not the necessary codecs? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: HTML5 Schedule

2009-07-24 Thread Joe Bowser
I would like to know when HTML5 will be implemented as well, lacking that, I would like better documentation on how to use the WebView Plugin Architecture so that I can use the same plugins (i.e. Gears) that are currently being used in the Android Browser, so that I don't have to re-invent the

[android-developers] Re: Html5 Client-Side Storage support for android

2008-11-15 Thread Jean-Baptiste Queru
This is not supported in the current version of Android. Cheers, JBQ On Sat, Nov 15, 2008 at 4:35 AM, Matteo Crippa [EMAIL PROTECTED] wrote: Just a little question, i tried to find this information but with no luck atm. Is Html5 Client-Side Storage supported by Android browser? If you