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?

Android : Roadmap for HTML5 features in WebKit for droid?


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.

View 2 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 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 :: 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

Sony Ericsson Xperia X10 :: Android Roadmap Leaked - No Froyo?

Sep 12, 2010

Original article:
http://www.xperiax10.net/2010/09/11/android-roadmap-leaked-for-xperia-x10-family/

We have been sent what is believed to be the Android roadmap for the Sony Ericsson Xperia X10 family. It is in German and originates from last week's IFA show in Berlin. We can't verify whether it is real or not, but it appears legit to us. The roadmap highlights three major firmware releases: Android 1.6x, Android 2.1 and Android 2.1x. It shows that the Android 2.1 update for the Xperia X10 will get 720p video recording with continuous autofocus. HTML5 will also be adopted along with 5 homescreens and a social phonebook (facebook/twitter integration with your contacts). The document also points to a revised menu.

For the X10 mini, X10 mini pro and X8 the 2.1 update will bring with it a slight change in the four-corner navigation along with Bluetooth 2.1. These mobiles will also get the social phonebook and HTML5 adoption. Following this, there will then be the Android 2.1x update that will bring Sony Ericsson's revamped UX platform to Timescape and Mediascape along with more languages. Unfortunately, the roadmap for all handsets stops at 2.1x so I wonder whether we'll ever see Android 2.2 (Froyo) on the X10."

Update: According to forum member steinii1488 of se-world.info the Android 2.1 update is expected in October/November (this could be a regional thing as SE UK have promised an update by the end of Q3). He goes on to say that the Android 2.1x update will fall in December 2010/January 2011. This means that if SE is planning a Froyo update for the Xperia X10, it won't fall in 2010.

View 9 Replies View Related

Android :: Roadmap To Development - Lesson Plan For Starting From The Ground Up?

Mar 27, 2010

I've done a little research, and am interested in developing for Android. I've never programmed before, and have no idea how to go from zero experience to developing for a mobile device. My interest is in eventually making some sort of 2d game.

Is there a lesson plan for starting from the ground up? I would think one would need to learn the Java language to start. Looking at the Sun website, it's a bit daunting. Is there a book, specifically, that would wrap up this knowledge in a bit of a directed lesson plan?

I'm not sure if opengl-es is what would be required for 2d games. I've done a little research on this, and it's even far more daunting than Java itself. I can't even begin to figure out where to start with even just opengl, sans -es. My best guess would be that I need further knowledge in Java to continue with this, but even still, is it possible to learn concurrently with Java?

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

Android : Address Parsing In Droid Webkit?

Jul 6, 2010

When my site renders in WebKit on Android, addresses are parsed and an OnClick intent is assigned to them, but this behavior gets in the way of javascript I want to act when the text is clicked. Is it because my site uses MicroFormats for the address? Is there a way to disable this on the browser, so no automated parsing occurs?

View 2 Replies View Related

Android : Java Access From Droid Webkit Plugin?

Dec 29, 2009

Has anybody tried to access Java class from Android Webkit plugin?

I am trying to do but there is no reliable way to access with JNI. So if anybody has tried please reply.

here is example of what I want - JS in webage access plugin and plugin accesses JAVA class/application to access Android platform.

View 3 Replies View Related

Android : Enforce Webkit To Use System APN Proxy In Droid?

May 25, 2010

I'm trying to force Webkit to use proxy definde in APN.

My proxy configuration:

APN: wap
PROXY: 192.168.6.102
PORT: 8080
USER: wap
PASSWORD: wap`

Currently all connections made by Webkit are blocked on firewall. Is there way to use proxy from phone profile?

View 1 Replies View Related

Android :: Rectangular Box Around Link In Browser / Exact Code For This In Droid-webkit

Jan 28, 2010

I could display the box around the URL link, but if my URL link spans over more than one line, then my code shows the one rectangle on 1 line. But, in android-browser, in the same case, whole URL (still if it spans over multiple lines) gets surrounded by single large rectangle. I am not getting how this is achieved in android ?

Can anyone please give me some pointer on this ? I could not able to find out exact code for this in android-webkit code.

View 2 Replies View Related

Android :: Write "extensions" For Webkit Based Browser Found On Droid Devices?

Apr 15, 2010

Is it possible to write "extensions" for the webkit based browser found on Android devices?

i.e. extensions akin to Google Chrome's ?

View 1 Replies View Related

Android :: How Good Is Droid Dev Phone 2 / Which Features Does It Lack?

Mar 29, 2010

I was considering buying it, is it as good as the Nexus One? Which features does it lack?

View 2 Replies View Related

Android :: Know What Functions To Call When Programming Droid Features?

Jul 31, 2010

Basically, I don't know what functions & XML attributes to provide when programming a specific Android feature; eg, Android Search Widget with Edittext in the middle, magnifier glass on the right, and a custom icon on the left.

From where I can find out what methods, parameters & XML attributes to call when doing a specific Android task?

Fron what sources can we find out how to program specific Android feature? Are there some overall programming pictures to reference?

View 1 Replies View Related

Android :: Turn Off All Droid ProGuard Features Except Obfuscation?

Oct 1, 2010

Google is suggesting that developers might want to obfuscate byte code:

http://android-developers.blogspot.com/2010/09/proguard-android-and-licensing-server.html

I followed Google's instructions to get an obfuscated Android app that, at first glance, seemed to work. But there were some strange bugs introduced that are not in the un-obfuscated app. I kept turning off ProGuard options to get to this configuration:

-dontoptimize
-dontshrink
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose

Still the bugs are there. Is there anything else I can turn off to get only pure obfuscation? Obfuscation would be nice, but I am willing to turn off ProGuard's other features.

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

HTC Droid Eris :: No Lag - List Of Features?

Dec 25, 2009

I disabled it, and the phone performs the way it should. Fast, no lag anywhere. Stable. I am sad. To get a good phone, I have to turn it into a Droid? So is there a comprehensive list of the Sense features?

View 49 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 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







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