[android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
I am trying to find out if there is a way to add a global WebKit plugin so that any programming using the WebView will have my plugin in attached. The plugin will need access to the NP Navigation and dom. I looked at the example under development Samples for browser plugin but that only

RE: [android-developers] Global Plugin.

2010-12-16 Thread Ken Perry
Murphy Sent: Thursday, December 16, 2010 8:18 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Global Plugin. On Thu, Dec 16, 2010 at 7:46 AM, Ken Perry kpe...@blinksoft.com wrote: I am trying to find out if there is a way to add a global WebKit plugin so that any

[android-developers] Javascript, WebView, and arrow keys.

2010-09-09 Thread Ken Perry
The following question has to do with Froyo 2.2 sdk 8 running on an emulator. I am injecting Javascript into a web page and in the WebView activity I get 19, 20, 21, and 22 for key codes for arrow keys. At the Javascript level all four arrow key values in a keydown handler come in as zero.

RE: [android-developers] Re: How to debug web page on device?

2010-09-09 Thread Ken Perry
I think you're doing it the same way I am. I use addJavascriptInterface to add logging class to any JavaScript I write. Then I can use the Android Java log class to write to the log cat. I tag the logs with the keyword javascript so I get a nice neat list of whatever I want to see. Ken

[android-developers] Text to speech

2008-05-18 Thread Ken Perry
I have looked through the archives and have seen that some people were trying to get Free TTS to work with Android. I personally don't like free tts but with that said did anyone ever get it to work. If not has there been any more news about TTS being added to the Android SDK? I did search the