[android-developers] Webkit browser plugin detection

2012-05-21 Thread MegamanX
Hi all, I've gp the sample code for Browser plugin from the Froyo source code: /development/samples/BrowserPlugin/ I built the plugin and install it on emulators (GingerBread and Honeycomb). I test it with opening a local html file with the web browser and it works/ However, when I install the

[android-developers] Webkit plugin - How to use PluginStup

2012-05-21 Thread MegamanX
Hi all, I want to create a webkit plugin but with the ro.secure problem it seems that is impossible. So I want to know if the use of the interface PluginStub can bypass this problem ? If yes, can examples be shown please ? Thank in advance ! MegamanX -- You received this message because you

[android-developers] Webkit

2012-02-03 Thread CodeOnWeed
Hi all, ( I am using a Samsung Galaxy Tab 10.1 ). I need to develop a HTML5 based app. I want to zoom the contents of a Html fragment ( like htmlbodypA small paragrah goes here./p/body/html ). Currently the WebView only supports limited amount of zooming of the content. My application need to

[android-developers] Webkit CSS flip image

2011-11-16 Thread u4yk
Before I begin, let me state that I know about issue 12451 (code.google.com/p/android/issues/detail?id=12451). Now, what I'm trying to do is create a image that can become a mirror of itself in realtime. What I need is a way to do this IN JAVASCRIPT or CSS. In other words, PHOTOSHOP IS NOT

[android-developers] WebKit source

2011-10-18 Thread Peter Kelly
Hi, Where can I find the source for the version of WebKit that is supplied with Honeycomb (specifically version 3.2)? The source code available from webkit.org has only empty android directories, and there is no source code available at https://android.git.kernel.org/ I understand that honeycomb

Re: [android-developers] WebKit source

2011-10-18 Thread Mark Murphy
On Mon, Oct 17, 2011 at 10:18 AM, Peter Kelly kelly...@gmail.com wrote: Where can I find the source for the version of WebKit that is supplied with Honeycomb (specifically version 3.2)? This list is for developing with the Android SDK. For questions regarding the Android source code, please use

Re: [android-developers] -webkit-column-width not support in android webview

2011-09-27 Thread Daniel Drozdzewski
On 27 September 2011 14:15, Mohamed Kasim kasimk...@gmail.com wrote: Dear friends,    I am working with android webview for load html page my source code is below [cut] this is working in chrome and safari. but not in android webview. i found the error line (-webkit-column-width:1200px)

Re: [android-developers] Webkit drains battery?

2011-09-20 Thread Raul Fernandes Herbster
Thanks for replay. On Mon, Sep 19, 2011 at 9:50 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Sep 19, 2011 at 4:09 PM, Raul Herbster raulherbs...@gmail.com wrote: What I´ve noticed is that the application drains device battery every time the Webkit is used (one webview object is

[android-developers] Webkit drains battery?

2011-09-19 Thread Raul Herbster
I´ve been working on a android webkit application, which has a considerably sophisticated UI (plenty of icons, CSS, JS and HTML5 pages). What I´ve noticed is that the application drains device battery every time the Webkit is used (one webview object is instantiated, for example). In addition, it

Re: [android-developers] Webkit drains battery?

2011-09-19 Thread Mark Murphy
On Mon, Sep 19, 2011 at 4:09 PM, Raul Herbster raulherbs...@gmail.com wrote: What I´ve noticed is that the application drains device battery every time the Webkit is used (one webview object is instantiated, for example). How have you determined this? In addition, it also impacts on memory

[android-developers] WebKit contentEditable support

2011-06-09 Thread davek1121
When will contentEditable be available in the WebKit browser on Android? -- 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] Webkit debugging using Anjuta instead of ddd/eclipse?

2010-11-19 Thread eminemence
Hi All, Has any one tried setting up Anjuta as debugger frontend instead of ddd/eclipse? We tried setting it , but got stuck with specifying the eabi-gdb as the debugger!! Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] WebKit plug-in camera support ?

2010-10-28 Thread pinkred
Hi everyone. I'm developing a WebKit plug-in. I would like to support the plug-in camera. I writed Manifest file the permission information. uses-permission android:name=android.permission.CAMERA/ However, there is problem at runtime plug-in. Error message : WARN/ServiceManager(34): Permission

[android-developers] webkit, javascript, onclick, MotionEvent, event handlers not firing

2010-07-16 Thread jacek
In my JavaScript code I set 'onclick' handlers on HTML DOM elements. In Froyo these handlers always 'fire' when their elements are clicked w/i WebView, as expected. In pre-Froyo, including 2.1 I am confronted by 'magic' :-( Sometimes the handlers are activated and they successfully log to

[android-developers] WebKit browser specifications for web developers

2010-04-19 Thread tenacious
I'd like to re-open the discussion that was ignored and dropped at: http://groups.google.com/group/android-developers/browse_thread/thread/eb7034f18896e0d0/cac00712e5ed6f78?lnk=gstq=webkit+version#cac00712e5ed6f78 We want a documented page which describes the version of WebKit and the supported

Re: [android-developers] webkit onGestureXXX

2010-03-24 Thread A.TNG
On Fri, Mar 19, 2010 at 9:38 AM, mike enervat...@gmail.com wrote: Is there any plans to support the onGestureXXX set of events like the iPhone's webkit has? Mike, curious I find android.view.ScaleGestureDetector and also an inner class OnScaleGestureListener in android_2.1. These classes

[android-developers] webkit onGestureXXX

2010-03-19 Thread mike
Is there any plans to support the onGestureXXX set of events like the iPhone's webkit has? Mike, curious -- 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

[android-developers] webkit resizing in droid

2010-02-08 Thread stan wiechers
Hey there, 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;

[android-developers] WebKit : how to scoll content from JavaScript ?

2010-01-15 Thread Nanard
Hi, My application uses Webkit to display its content. I use SPAN tags to change characters background. A few char at a time. The char 'selection' moves in the WebKit view. It can then select character which are in a non visible part of the HTML page How can I scroll the WebView display

Re: [android-developers] Webkit Plugins in 2.0

2009-12-03 Thread Dianne Hackborn
Plugins are not really supported. What is there is not something we want third party developers generally using. On Thu, Nov 12, 2009 at 9:57 AM, kolby kolbys...@gmail.com wrote: What is the official story on Plugins in WebView/webkit in the Eclair release? Apparently, not only did some

[android-developers] Webkit Plugins in 2.0

2009-11-12 Thread kolby
What is the official story on Plugins in WebView/webkit in the Eclair release? Apparently, not only did some classes get deprecated, but they also return empty data now. There is however plugin support in the Android webkit, and there's is also the PluginStub interface. But how do plugins get

[android-developers] WebKit application cache

2009-10-29 Thread mayor
the applicationCache in the 2.0 SDK is working well except for one problem: when you force a cache update (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

[android-developers] WebKit capabilities

2009-09-02 Thread David Kaneda
Hi all, I'm new to the 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

[android-developers] Webkit Version in Android Browser

2009-06-18 Thread Vikrant
Hi, Does anyone know which webkit veriosn is used for Android Browser in Android 1.0 SDK r1 release. ? Also which is latest webkit version used in Android 1.5 SDK ? Thanks, Vikrant --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] webKit

2009-05-20 Thread allian...@groupmedianet.com
Hi I am writing an application that involves searching some specific words in binary files stored in my server at the moment I am searching for those words in a very ineficient way (reading the binary files and compare their content with the words that I am looking for), and I wondered whether

[android-developers] WebKit version in Donut

2009-02-27 Thread Steven
Anyone know what version of WebKit will be used for Donut or Eclair? Seems like the current version of WebKit is dated November 3rd. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] webkit version

2009-02-27 Thread webjunkie
anyway to find out what is revision number for webkit in the cupcake and donut releases? --~--~-~--~~~---~--~~ 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] WebKit and JavaScript. PLEASE HELP.

2009-02-19 Thread Raj Kiran Talusani
Hello All, My application is integrated with the JavaScriptCore of webkit. It was compiled/linked and working properly for sometime Today i have updated the source base and saw that there were a lot of changes in JavaScriptCore. In earlier version it was generating a libkjs.a to which i was

[android-developers] -webkit-transform

2009-01-04 Thread Martrinex
Using the webkit transform on a webpage in chrome makes the element dis-appear, does anyone know why or anywork arounds to get an element to rotate in the android browser? sample webpage: html body img src=http://groups.google.com/group/android-developers/icon? v=1hl=en / img

[android-developers] WebKit: WebView loading https site (redirection losing form values)

2008-12-10 Thread Kumaravel Kandasami
Hello, Need some clarification on the following behavior: Case a: I have a very simple Activity:MyBrowser, which has a linear layout and loads mail.google.com in the onCreate() method using WebView. (Code below). When I enter the gmail username and password it opens a new browser window (Load

[android-developers] Webkit WEbView Error?

2008-12-07 Thread Fred Grott(shareme)
I started exploring doing a full app using Webview embedded following the demo that Google was nice enough to provide. I have CNET's CiUI working but I am getting a hard wait or force erorr at the begining in the emulator. On the CiUI library I only put myui: before the first anonymous function

[android-developers] Webkit WebView soft error

2008-12-04 Thread Fred Grott(shareme)
I have a weird error in webkit webview and its soft error. In my html view two image items appear reverse order horizontially The only thing I can reason is to take off the align=left off every image item except the first one although no other image item is in reverse order. I have only

[android-developers] Webkit - prevent reload of page when screen is popped out..?

2008-11-23 Thread David Orriss Jr
Hi, I have an app using the WebKit that I'm developing. In my onCreate() method I'm loading my page: browser = (WebView) findViewById(R.id.webkit); browser.getSettings().setJavaScriptEnabled(true);

[android-developers] webkit

2008-10-21 Thread Anton
Glad the source has been released. I can't get repo to pull down webkit. Everything else seems to to sync fine. Anyone else having this problem? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Webkit(Webview) IME

2008-07-01 Thread Huibin QIAN
I got a problem. when I implement my new Browser using the webkit and want to input 'words' of mine into the webview's edittext. 'Cause my MOBILE Phone have no keybord, so I use softkeyborad to input. my problem is I can input my words into the webview edittext, but in fact, the edittext can't

[android-developers] Webkit Mobile Web Applications

2008-04-16 Thread jtaylor
What's going on with Mobile Web Applications like Gears for Mobile versus Android. I've heard some say that Web Applications will be in vogue over Android Java apps. What's going on there? Specifically, are there hooks in the Webkit api that are for such web applications? - Juan