Hi I am trying to build the android sample browser pluginI. As of now i am able to run it successfully on emulator.
While browsing over net I found the following post http://stackoverflow.com/questions/5868963/browser-plugin-query-on-android-platform-froyo-2-2-1-release Which says "As if now Android doesn’t allow permission for foreign plugins to work on release binaries and it only works for eng releases." I am not clear with above if someone can explain more about this. Will I be able to install and run this plugin over all plugin supported phone? Also the Form subplugin in the sample doesnot working , i am using the following HTML to test that. <object type="application/x-testbrowserplugin" height=150 width=250> <param name="DrawingModel" value="Bitmap" /> <param name="PluginType" value="Form" /> </object> i am not getting any form as said in the README. If anybody can tell me whats happening here. Thanks Ankit -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en