Re: InAppBrowser api questions

2012-11-23 Thread Simon MacDonald
Updated the JS in the Android repo with the lastest from the JS repo. InAppBrowser should just work with any project that is started with the "create" command. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Nov 23, 2012 at 7:48 AM, Brian LeRoux wrote: > doh, should've noticed that in the

Re: InAppBrowser api questions

2012-11-23 Thread Brian LeRoux
doh, should've noticed that in the commit---thx man On Fri, Nov 23, 2012 at 12:38 PM, Simon MacDonald wrote: > I bet it is because I did not pull the JS change into the Android repo. My > dev env does that for me. I fix that in a couple of hours. > > Simon > > On Friday, November 23, 2012, Bria

Re: InAppBrowser api questions

2012-11-23 Thread Simon MacDonald
I bet it is because I did not pull the JS change into the Android repo. My dev env does that for me. I fix that in a couple of hours. Simon On Friday, November 23, 2012, Brian LeRoux wrote: > Eh Simon, was just trying to kick the tires using the wiki test page [1] > but always only loads in the

Re: InAppBrowser api questions

2012-11-23 Thread Brian LeRoux
Eh Simon, was just trying to kick the tires using the wiki test page [1] but always only loads in the webview for me atm. I'm certain I missed something simple---all I did was create a default project---anything immediately occur that I might be missing? [1] http://wiki.apache.org/cordova/InAppBro

Re: InAppBrowser api questions

2012-11-22 Thread Simon MacDonald
Well, I've got the code mostly implemented there are some things that probably can be thrown away or cleaned up a bit (UI, events). I'll probably push a version later tonight. All of the manual mobile spec tests are working for me. With regards to the back button, if clicked it closes the InAppBro

Re: InAppBrowser api questions

2012-11-22 Thread Joe Bowser
Why do we have the Forward and Back buttons on the browser on Android when Chrome and the Default Browser only have a refresh button? How does this handle the hardware back button? I think we should do what the platform does, except that we don't need multi-tab browsing. On Thu, Nov 22, 2012 at 11

Re: InAppBrowser api questions

2012-11-22 Thread Simon MacDonald
Should the implementation of the InAppBrowser on Android mimic the UI of the iOS app or should it go it's own way? Currently the Android ChildBrowser has the buttons and location bar on the top of the screen. Is there any UI pattern we should be following for this type of in app browsing? Simon M

Re: InAppBrowser api questions

2012-11-19 Thread Shazron
I have a pull request for the JavaScript changes, can someone please review: https://github.com/apache/incubator-cordova-js/pull/43 I have committed my InAppBrowser changes to iOS: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=26a6535c To test this on iOS right no

Re: InAppBrowser api questions

2012-11-15 Thread Shazron
I updated the spec: http://wiki.apache.org/cordova/InAppBrowser However, I added the _blank option as well just to be explicit. On Thu, Nov 15, 2012 at 1:58 AM, Shazron wrote: > > I spent some time playing with how to do this. >> 1 - Use referer header - Too many situations result in no header,

Re: InAppBrowser api questions

2012-11-15 Thread Shazron
> I spent some time playing with how to do this. > 1 - Use referer header - Too many situations result in no header, so this > is out! > 2 - Use Cookies - if there were a way to have UIWebViews use separate > cookie jars, this might be feasible. Don't think that's possible. > 3 - Use User-Agent - t

Re: InAppBrowser api questions

2012-11-12 Thread Andrew Grieve
On Mon, Nov 12, 2012 at 2:11 PM, Shazron wrote: > Bump. These questions below still need some discussion and consensus before > the InAppBrowser implementation can be complete. > > > On Fri, Nov 9, 2012 at 9:43 AM, Shazron wrote: > > > WIki page: http://wiki.apache.org/cordova/InAppBrowser > > S

Re: InAppBrowser api questions

2012-11-12 Thread Shazron
Bump. These questions below still need some discussion and consensus before the InAppBrowser implementation can be complete. On Fri, Nov 9, 2012 at 9:43 AM, Shazron wrote: > WIki page: http://wiki.apache.org/cordova/InAppBrowser > Some questions brought up by Jesse in JIRA (replicated below): >

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
There is no API it will just work: ) You can disable it if you want Next release some time November From: Gord Tanner To: dev@cordova.apache.org Reply To: dev@cordova.apache.org *Re: InAppBrowser api questions* 2012-11-09 6:02:52 PM Nice!!! When is the next release? I will create a jira to

Re: InAppBrowser api questions

2012-11-09 Thread Gord Tanner
Nice!!! When is the next release? I will create a jira to track looking into getting the child browser plugin working for Cordova once the bb10 API is available On 2012-11-09, at 3:24 PM, Nukul Bhasin wrote: > BB10 WebWorks implements something similar. It will be a part of the next > release

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
BB10 WebWorks implements something similar. It will be a part of the next release here is the definition for what we implemented for BB10 https://github.com/blackberry/BB10-WebWorks-Framework/issues/230 On Fri, Nov 9, 2012 at 12:43 PM, Shazron wrote: > WIki page: http://wiki.apache.org/cordov

InAppBrowser api questions

2012-11-09 Thread Shazron
WIki page: http://wiki.apache.org/cordova/InAppBrowser Some questions brought up by Jesse in JIRA (replicated below): http://goo.gl/cZe84 Jesse MacFadyen: I have some open questions about the wiki defined 'spec' 1. window.open('http://random-u