[android-developers] HTML5, CSS, JSCRIPT

2012-10-21 Thread Megbare
Hi I'm completely new to Android developement and it probably shows :) Anyways: It is a long time since I have programmed in java and I found something I thought was a nice option for me: Using Oreileys guide to making web apps into native Android play app, using html5, css, jquery.. There

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

2012-05-01 Thread James Black
You may want to ask this on stack overflow.com as this forum is for sdk questions, and your question is html5. On May 1, 2012 3:39 PM, "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 w

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

2012-05-01 Thread Aymeric Raguet
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 tested with IE) - On Windows Mobile phone with IE - On Android mobile with Opera (not tested on an iPhone) But it is not working with

Re: [android-developers] HTML5 video tag and Amazon S3

2012-03-07 Thread Varun Tewari
Hey, I recently fell into similar problem. Browsing through web i came to know the problem is known to amazon, follow the thread for the same " https://forums.aws.amazon.com/thread.jspa?threadID=77663"; It has to do with "https" protocol. Try using "http" instead, works very well to me. Br, Varun

[android-developers] HTML5 for Mobile Apps Books

2012-02-14 Thread mduffy215
We are starting a mobile project for multiple platforms. Our plan is to design in HTML5 and then use PhoneGap to create the individual apps for the different platforms. I am looking for books that specifically focus on using HTML5 for creating mobile apps. So far I have found one very good book:

[android-developers] HTML5 video tag and Amazon S3

2011-10-07 Thread Alen Mujezinovic
Hello group I've run into a problem today that I can't solve. We're building a small app that stores video files on S3 and offers playback in the browser. This works fine on desktop browsers and iOS mobile devices but when trying to play the videos on Android an error message pops up: *Cannot

[android-developers] html5 database size

2011-08-19 Thread Shawn Brown
Hi, My handset shows 2.2 MB in stored data for my browser at a particular site. That site reports (via adb logcat): "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space - Executed SQL: null" I can't believe there is so little

[android-developers] HTML5 support in the Android Browser?

2011-07-19 Thread Cristina
Hello! Is there a list/web page/etc of fully/partially/(un-) supported HTML(5) tags and attributes for various versions of Android/Android Browser? Any kind of suggestions about where to find/how to put together this list would be highly appreciated! Thank you in advance, Cristina -- You recei

[android-developers] HTML5 canvas element highlights on click

2011-04-11 Thread Tom Orton
Hi all, In the android browser, when clicking on an HTML5 canvas element it highlights it for about a second. I have seen a few people recommend using the style -webkit-tap-highlight-color:rgba(0,0,0,0); to fix it but this doesn't seem to help. Has anyone come accross this problem? Do you have an

[android-developers] HTML5 Hardware Access

2011-02-13 Thread perumal316
Hi All, Is it now possible to access Android's Hardware APIs through the Webkit Browser by HTML5? For example I start up the Android Browser and access a website which will requires file upload and camera API. Can this be done? There are some frameworks available, like Titanium and PhoneGap, but

[android-developers] HTML5 audio and video support

2011-01-12 Thread ls02
I am trying to figure out of android (at least Froyo) has any and HTML5 tag support in any form or shape. I read from many sources and http://www.html5test.com confirms that although Android Web browser does support both tags it does not support any audio or video codecs which basically makes the

Re: [android-developers] HTML5 is not working in WebView

2010-10-08 Thread rovi
I would like to first verify my webview have the correct setting. In general, to work with HTML5 what options need to be turn on besides enableJavaScript? Thanks Mark Murphy wrote: > On Wed, Oct 6, 2010 at 12:06 PM, rovi wrote: > > I wrote several simple HTML5 apps which all works on Android bro

Re: [android-developers] HTML5 is not working in WebView

2010-10-06 Thread Mark Murphy
On Wed, Oct 6, 2010 at 12:06 PM, rovi wrote: > I wrote several simple HTML5 apps which all works on Android browser, > but the webview in my activity doesn't work. I have enable javascript > in webview setting. Is there anything setting needed for HTML5 to > work? HTML5 is a broad concept. Could

[android-developers] HTML5 is not working in WebView

2010-10-06 Thread rovi
I wrote several simple HTML5 apps which all works on Android browser, but the webview in my activity doesn't work. I have enable javascript in webview setting. Is there anything setting needed for HTML5 to work? Thanks, -- You received this message because you are subscribed to the Google Groups

[android-developers] HTML5 video played in the same window

2010-09-14 Thread Sanjay Mistry
Hi Is there a way to play a HTML5 video in the same window. I have a test setup but when I play the video on my desire the video is lanched in a video player rather than playing string in the web page --> like it does in chrome Thanks Sanjay -- You received this message because you are subscr

[android-developers] HTML5 video support

2010-06-18 Thread sambu patach
Hi there, Can anybody update me regarding the HTML5 embedded video support in latest versions of Android. We are in bad need of this info. Sambu. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] HTML5 tag improved support

2010-05-12 Thread Marc-André Moreau
Hi Android developers, I'm trying to get the HTML5 tag working on Android 2.1, but I'm a bit confused about its current level of support. The Android 2.0 highlights say that Android 2.0 has " tag support in fullscreen mode.". I was abl

[android-developers] HTML5 video in Browser

2010-04-02 Thread mmuro
Hi all, I'm looking for some solid information on whether or not the Android Browser supports the HTML5 tag. According to this blog post (http://developer.android.com/sdk/android-2.0-highlights.html) there is support for the tag. However, using either the emulator or an actual device, I am not

[android-developers] HTML5 Geolocation Features

2010-03-12 Thread Aurovo
I'm trying to use the HTML5 Geolocation features found in Android 2.0. However, it does not work in the browser or a WebView. I've tested in the emulator and on multiple devices. The code I have works in multiple other browsers that support the spec. Has anyone gotten this to work? -- You rec

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

2010-03-02 Thread gibert.b
Hi all, First time to me here, great! I'm using the official WebView example (http://developer.android.com/ intl/fr/resources/tutorials/views/hello-webview.html) in order to display a mobile website implementing html5 tags. I'm not able to make the videos play through the WebView although I use

[android-developers] HTML5 applicationCache.update()

2010-02-25 Thread mayor
the HTML5 applicationCache in the 2.x browser is working well except for one problem: when you force a cache update in JavaScript (window.applicationCache.update()) then it doesn't go out to the web to check the manifest it just throws the "checking" and then the "noupdate" events. I imagine that

[android-developers] HTML5 future on Android Webkit

2010-02-21 Thread -- jackyccaa
Hi I saw some HTML5 support on Android2.0 but not as much as I want. Also I know that google will give up efforts on Google gears. So my question is:what's your plan on HTML5 support on Android, is there any time schedule? Thanks cc.aa -- You received this message because you are subscribed to t

[android-developers] HTML5

2010-02-11 Thread pal
Does Android browser support HTML5? When I try to play youtube/HTML5 videos I get the following msg.. "Your browser does not currently recognize any of the video formats available" "Click here to visit our frequently asked questions about HTML5 video" Any clue what could be missing? -- You rece

Re: [android-developers] html5 and video tag working example

2009-12-07 Thread phiil leaz
i tried this code but without success in the emulator. Does this code work on hardware ? 2009/12/2 Abderrahim Baallal > > > > i hope that will help you > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group,

Re: [android-developers] html5 and video tag working example

2009-12-03 Thread Abderrahim Baallal
i hope that will help you -- 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.

[android-developers] html5 and video tag working example

2009-12-02 Thread phiil leaz
Hello, Anybody have a working example of HTML5 file with a video tag ? [working in chrome lite] What resolution and format is supported ? thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] HTML5 Schedule

2009-07-22 Thread Miguel Paraz
Hi, What is the schedule for HTML5 support in WebKit? Specifically - offline web applications and storage. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

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

2008-11-15 Thread Matteo Crippa
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 own an Android mobile you to test it @ http://webkit.org/misc/DatabaseExample.html Let me know! --~--~-~--~~~---~--~~