Android :: Schedule For HTML5 Support In WebKit?

Jul 22, 2009

What is the schedule for HTML5 support in WebKit? Specifically - offline web applications and storage.

Android :: schedule for HTML5 support in WebKit?


Android : Roadmap For HTML5 Features In WebKit For Droid?

May 14, 2010

I recently tried out the applicationCache / offline web apps on Android 2.1's WebKit and unfortunately it does not work exactly like on a webkit on the iPhone. I was wondering how I can easily see what features should be implemented and if there is something like a roadmap?

Does that information somewhere exist?

View 1 Replies View Related

Android :: Does Web Kit Support Html5?

Mar 20, 2009

Does android webkit support html5 currently or in cupcake branch? I am particularly interested in the <audio> tag.

View 2 Replies View Related

Android :: Enable SVG Support When Building Webkit

Oct 15, 2009

how to enable SVG support when building Webkit for Android? I saw an earlier thread from back in March about SVG being slow for the UI of apps, but I'd like to experiment with web content containing SVG, DOM manipulations, etc to see what the speed is like. Is it just a matter of turning on the compile flags for SVG support in Webkit or would there be a significant porting task?

View 2 Replies View Related

Android :: Plans To Support OnGestureXXX Set Of Events Like IPhone's Webkit Has?

Mar 19, 2010

Is there any plans to support the onGestureXXX set of events like the iPhone's webkit has?

View 3 Replies View Related

Android :: Implement HTML5 In OS

Nov 6, 2010

I have tried to implement HTML5 in Android OS. But i didnt get it....Can anyone give example HTML 5 in Android?

View 2 Replies View Related

Android :: WebKit Capabilities

Sep 2, 2009

Android platform and actually mostly interested in the browser. I created http://www.jqtouch.com/ in hopes of developing a web-based cross-device application framework — but I'm running into a lot of issues with Android. Does anyone know of any good resources which describe the features/implementation of WebKit on Android? At first glance, it appears it doesn't support HTML5, nor certain -webkit CSS3 extensions like gradients or transitions. Does support certain other WebKit features like opacity, etc.

Most of my searches are coming up futile, because I end up seeing generic info about Android having WebKit, or technical pieces specific to embedding WebKit in native apps — but no good documentation on general WebKit features available. Again, I'm new to the platform, so I apologize if this information is in the clear...

View 3 Replies View Related

Android : Get Webkit In Background?

Nov 27, 2009

Is there a way to get webkit running in the background , or even small enough for the user not to know that the webkit browser is running? Basically i want to use this to have java and javascript integration while using the android UI.

View 1 Replies View Related

Android :: WebView And HTML5 Features?

Oct 9, 2009

I am experimenting with Androids WebView[1] and its HTML5 features. I have written a little webpage with does the features detection like described here: http://diveintohtml5.org/detect.html

And now I see (I am on a SDK1.6 Emulator) that the LocalStorage, the WebWorkers and Offline Web Applications are not supported!

Does anyone know when these features will be supported? Or does anyone know the exact version (or build) of the webkit engine, that is used in Android 1.6?

View 9 Replies View Related

Android :: Html5 And Video Tag Working Example

Dec 2, 2009

Anybody have a working example of HTML5 file with a video tag ? [working in chrome lite] What resolution and format is supported ?

View 3 Replies View Related

Android :: Html5 Canvas As A Application

Nov 24, 2010

Does anyone know if there will be support for applications like that you download from the market to be written in canvas+javascript?

I know currently there is html5 and canvas support for the android browser but I am looking more for a solution for full screen games and such.

View 1 Replies View Related

Android :: WebView And HTML5 - Video

Sep 28, 2010

I'm piecing together a cheapo app that amongst other things "frames" some of our websites... Pretty simple with the WebViewClient... until I hit the video.

The video is done as HTML5 elements, and these work fine and dandy on Chrome, iPhones, and now that we fixed the encoding issues it works great on Android... in the native browser.

Now the rub: WebView doesn't like it. At all. I can click on the poster image, and nothing happens.

Googling, I found http://www.codelark.com/2010/05/12/android-viewing-video-from-embedded-webview/ which is close, but seems to be based on a 'link' (as in a href...) instead of a video element. (onDownloadListener does not appear to get invoked on video elements...)

I also see references to overriding onShowCustomView, but that seems to not get called on video elements... nor does shouldOverrideUrlLoading..

I would rather not get into "pull xml from the server, reformat it in the app".. by keeping the story layout on the server, I can control the content a bit better without forcing people to keep updating an app. So if I can convince WebView to handle tags like the native browser, that would be best.

View 3 Replies View Related

Android :: HTML5 ApplicationCache.update()

Feb 25, 2010

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 eventually it actually checks the manifest online, but the update() is supposed to force it. any ideas on how to force an update or how old the manifest needs to be before it checks the web again?

View 2 Replies View Related

Android :: HTML5 Geolocation Features ?

Mar 11, 2010

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?

View 2 Replies View Related

Android : HTML5 Is Not Working In WebView

Oct 6, 2010

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?

View 3 Replies View Related

Building Android App From HTML5 And JAVA?

Feb 23, 2013

I am trying to make an app base on HTML and java actually I have this mobile site and contents are mostly text and 2 java picture galleries, and I need to run it as a native app. Is it possible to make mobnile website in other tools and somehow import them manually to Eclipse to get the app built? Because when I use new-->android application, the projects have only XML files and I am not familiar with xml.

View 9 Replies View Related

How To Get HTML5 Control ID In Android Application

Sep 17, 2012

How to get the html5 control id in android application.

View 1 Replies View Related

Android :: Enable Selection In Webkit

Jun 13, 2010

I'am looking for a way to have a webview content selectable in the very same way as the stock browser does.
I should note that Dolphin HD shows exactly the same text select functionality as the default browser (same icons, animation, etc), so it really should be possible. But I can't figure out how.Until now, all i found was this function, which kind of work, but doesn't allow the user to expand/shrink the selection.I just discovered that long touch copy/paste is part of HTC Sense, not Stock android. Still, it'd be useful to find out how to enable that on a webview, even just for HTC users. Anybody knows ?

View 1 Replies View Related

Android :: Using Webkit / Webview For UI Instead Of Native UI

Oct 21, 2009

I wonder if it's possible to use webkit/webview for UI instead of using the native UI (view,layout,activity,etc). Is there a way to catch/propagate intents to internal app when we use webkit/webview ui (probably through javascript)? The advantage of doing this is to provide a cross platform client that works in various mobile devices.

View 5 Replies View Related

Android :: Version Number Of Webkit?

Jun 30, 2009

How can I find out what is the version number of Webkit (the one from www.webkit.org) that is android's Webkit (the one in external/webkit) is based on?

View 2 Replies View Related

Android :: Additional Fonts For Use With Webkit

Aug 25, 2009

I am interested in displaying web pages with more than the 3 installed fonts. I tried the demo of installing fonts as assets and changing the typeface, but I am not sure if it applies to a Webview. I was able to modify the sdk and install more fonts in frameworks/base/ data/fonts. I can see those additional files when using the shell in / system/fonts. However, the fonts were not used in the internal web browser.

View 2 Replies View Related

Android : Hide URL Bar In Droid Webkit?

Jun 24, 2010

This doesn't seem to work in jqTouch or iUI. But I know it's possible because it works on my Droid when I go to deviantart.com . Anyone know how to do it?

View 2 Replies View Related

Android :: List Of HTML5 Supported Features?

Oct 14, 2010

Is there any list which HTML5 features the WebView supports and which not? I am interested mainly in: 1) localStorage/sessionStorage 2) offline manifest 3) web sockets 4) web workers. Prior there was lack of those features (http://www.mail-archive.com/android-developers@googlegroups.com/msg60143.html), but in Android 2.1, first two should be supported, but I am not sure about 3 and 4. Is there any list of supported features or we have to test it on our own?

View 1 Replies View Related

Android :: Playing Html5 Audio In Browser

Jun 18, 2010

I have a javascript that plays audio in the browser, using the html5 <audio> tag. It works fine in the iPhone browser, but not in Android. (Testing using a htc desire with android 2.1.) Anyone know why?By the way, I am also trying to enlarge the audio button that shows up in the iphone (the default one is quite small), with no luck so far - would be grateful for any ideas!

View 3 Replies View Related

Android :: How To Draw With Finger On IPhone Web App HTML5?

Aug 11, 2010

As a webapp, not a native app on the iPhone or Andriod. Is it possible to draw with your finger? If so, how?Anyone have or can provide a barebone simple example that just loads a blank page?

View 2 Replies View Related

Android :: WebKit / WebView - Focus Highlighting

Jan 21, 2009

When viewing Web pages either in the built-in Web browser or in a WebView canvas, focusable items get the orange highlight ring as you navigate the page with the D-pad/trackball. A design team I am working with wishes to create some Web content, specifically for Android, where they handle their own focus highlighting via Javascript/CSS and wish to disable the built-in Android focus highlighting. In this case, the content is being viewed through a WebView, so I have some measure of control. I see some posts describing how to use ColorStateList, <selector>, and android:background to affect this sort of change, for a single View. How would one go about affecting this change for the contents of a WebView?

View 10 Replies View Related

Android :: Extending / Creating Webkit Plugin?

Dec 14, 2009

Is there a way to extend Webkit on Android? Can we write plug in for webkit in android? Can we do things like creating our own renderer for a particular type of data embaded in the webpage? Can we track user session or modify data stored in the browser cache/memory?

View 2 Replies View Related

Android :: How I Can Disable Any Webkit Resizing In Droid?

Feb 7, 2010

I have a question regarding the meta viewport declaration in HTML pages. Please tell me if this is not the correct group to post to. I have been doing quite a few iphone specific websites and I always use: <meta name = "viewport" content = "width = device-width; minimum- scale=1.0; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" /> Now I tried a site that is using that declaration in the android emulator with a 854 x 480 resolution. Even with the declaration above its scaling graphics and text. I would assume that I have 854 x 480 at my disposal. Can somebody explain how I can disable any resizing? Never had any of those issues in the 1.x Android OS devices and iPhone OS.

View 2 Replies View Related

Android :: Enabling LOGD Messages In Webkit

Mar 20, 2009

All, How can we enable LOG messages in Webkit.

I wanted to enable some debug prints using log utility of Android in Webkit I added the following statements in my code.

#define LOG_TAG "webkit" include <utils/Log.h>

And the following line to test LOGV("Constructor CachedImage.cpp");

I am unable to get the logs. Should I enable with the following define. I even added liblog as one of the shared libraries during compilation.

#define LOG_NDEBUG 0 /* Is this required to get logs? */

View 3 Replies View Related

Android : What JavaScript Events Available To WebKit On Droid?

Jan 24, 2009

I'm building (for lack of a better description) a mobile web app targeting Android users. I need to know what JavaScript events are available to me. I have been able to make the following work

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved