Re: App plugin and iOS

2011-11-25 Thread Simon MacDonald
I just did a pull request to remove addWhiteList from Android. If we are all in a agreement that it should be removed on our Monday call I will merge the request. https://github.com/callback/callback-android/pull/41 Also, for anything that isn't implemented on iOS do you thing we should have a no

Re: App plugin and iOS

2011-11-25 Thread Shazron
I agree that plugins should not be able to add to the whitelist automatically - but in their metadata perhaps there could be "required" whitelist additions for the plugin to work properly - so it will save the dev time later wondering why it's not working. eg a facebook plugin might need http://fac

Re: App plugin and iOS

2011-11-25 Thread Dave Johnson
I agree that we should not implement this all on iOS. addWhiteListEntry should be removed from Android. It seems like we should not give the runtime code the ability to change the whitelist defined at build time! On Mon, Nov 14, 2011 at 7:45 AM, Becky Gibson wrote: > I took a look at the app plu

App plugin and iOS

2011-11-14 Thread Becky Gibson
I took a look at the app plugin for Android to see if it makes sense to implement this for iOS as well. Below is a review of the apis and the iOS ability to implement: clearCache() - This seems do-able with iOS NSURLCache object. loadURL() /** * Load the url into the webview or into new brow