Jumping in here at the end to offer my two cents. Personally I don't think the plugins should be enabled by default in our web view. Android devs can easily add a line in their onCreate method to enable plugins. The only folks this is a problem for are users of the PhoneGap Build service. To me that is outside the scope of the Apache Cordova project. So if is going to be handled anywhere it should be in the config.xml of the build service.
Simon On Monday, May 7, 2012, Joe Bowser wrote: > I think that platform-specific things should use the preferences tag, and > that they should be ignored if they're not supported. That should make > things easy. > > On Mon, May 7, 2012 at 2:17 PM, Patrick Mueller > <[email protected]<javascript:;>> > wrote: > > > On Mon, May 7, 2012 at 4:53 PM, Filip Maj <[email protected] <javascript:;>> > wrote: > > > > > Agree with your points on it being easier in XML format, however this > is > > a > > > purely Android-specific thing, no? Enabling "browser plugins"? > > > > > > I really don't care, it just seems to me to make it Java-y since it is > > > pure Android. > > > > > > I think you can make the case that we already have, or will have, other > > platform-specific things that might make sense to live in a config.xml > type > > of container. Do we have some kind of a story for that? > > > > -- > > Patrick Mueller > > http://muellerware.org > > > -- Simon Mac Donald http://hi.im/simonmacdonald
