XPCOM support in Android webkit browser?
Posted
by Krish
on Stack Overflow
See other posts from Stack Overflow
or by Krish
Published on 2010-02-01T13:28:54Z
Indexed on
2010/06/16
23:32 UTC
Read the original article
Hit count: 376
Does the Android WebKit supports the XPCOM framework or NPRuntime API`s as like Firefox? How to implement JavaScript in the Android WebKit plug-in?
Update: I am writing a media player plug-in for the Android WebKit browser and my plug-in needs to get the command from the web page through JavaScript (some actions like play/pause/stop/resize are issued as JavaScript commands from the browser). My plug-in is written in native C code. Are there any examples or sample plug-in available for JavaScript communication?
© Stack Overflow or respective owner