Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-26 Thread Michal Mocny
The first email said that the docs say it does, but Andrew wanted to
confirm (not sure what had him questioning the docs).

-Michal


On Mon, Mar 25, 2013 at 7:20 PM, Jesse MacFadyen wrote:

> The docs should be a strong suggestion as well.
>
> Cheers,
>   Jesse
>
> Sent from my iPhone5
>
> On 2013-03-25, at 4:05 PM, Shazron  wrote:
>
> I think Jesse is away - but:
>
> 1.
>
> https://github.com/apache/cordova-wp8/commit/d9bd6abece9821201b2784799337430d29247035
> 2.
>
> https://github.com/apache/cordova-wp7/commit/2a94c1279d929191857ebb2fefca00359823d3ea
>
>  ... seems to suggest it is supported on WP7 and WP8.
>
>
>
> On Mon, Mar 25, 2013 at 3:27 PM, Andrew Grieve 
> wrote:
>
> > Awesome. So the docs should be updated to say that BB supports close().
> >
> > Jesse - do you know if WP supports IAB?
> >
> >
> > On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim  wrote:
> >
> > > Ok, I just checked on my blackberry z10.
> > >
> > > The close() function works but not events. It seems like there might
> be a
> > > way to get events working - I can get a reference to the object that
> > > window.open returns that includes the loadstart/loadstop/loaderror
> > events,
> > > but can't get them to fire.
> > >
> > >
> > >
> > > On 23 March 2013 12:11, Tim Kim  wrote:
> > >
> > > > Hrm, not sure. I'll have to check on monday on device.
> > > >
> > > >
> > > > On 23 March 2013 11:11, Andrew Grieve  wrote:
> > > >
> > > >> bump
> > > >>
> > > >>
> > > >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
> > > >> wrote:
> > > >>
> > > >> > The docs:
> > > >> >
> > > >> >
> > > >> >
> > > >>
> > >
> >
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> > > >> >
> > > >> > 1. Say that Blackberry does not support events, nor the close()
> > > function
> > > >> > 2. Say that windowsphone 7 & 8 support IAB.
> > > >> >
> > > >> > Are both of these statements correct? I don't see IAB in the WP
> > JS...
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Timothy Kim
> > > >
> > > >
> > >
> > >
> > > --
> > > Timothy Kim
> > >
> >
>


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Jesse MacFadyen
The docs should be a strong suggestion as well.

Cheers,
  Jesse

Sent from my iPhone5

On 2013-03-25, at 4:05 PM, Shazron  wrote:

I think Jesse is away - but:

1.
https://github.com/apache/cordova-wp8/commit/d9bd6abece9821201b2784799337430d29247035
2.
https://github.com/apache/cordova-wp7/commit/2a94c1279d929191857ebb2fefca00359823d3ea

 ... seems to suggest it is supported on WP7 and WP8.



On Mon, Mar 25, 2013 at 3:27 PM, Andrew Grieve  wrote:

> Awesome. So the docs should be updated to say that BB supports close().
>
> Jesse - do you know if WP supports IAB?
>
>
> On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim  wrote:
>
> > Ok, I just checked on my blackberry z10.
> >
> > The close() function works but not events. It seems like there might be a
> > way to get events working - I can get a reference to the object that
> > window.open returns that includes the loadstart/loadstop/loaderror
> events,
> > but can't get them to fire.
> >
> >
> >
> > On 23 March 2013 12:11, Tim Kim  wrote:
> >
> > > Hrm, not sure. I'll have to check on monday on device.
> > >
> > >
> > > On 23 March 2013 11:11, Andrew Grieve  wrote:
> > >
> > >> bump
> > >>
> > >>
> > >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
> > >> wrote:
> > >>
> > >> > The docs:
> > >> >
> > >> >
> > >> >
> > >>
> >
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> > >> >
> > >> > 1. Say that Blackberry does not support events, nor the close()
> > function
> > >> > 2. Say that windowsphone 7 & 8 support IAB.
> > >> >
> > >> > Are both of these statements correct? I don't see IAB in the WP
> JS...
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Timothy Kim
> > >
> > >
> >
> >
> > --
> > Timothy Kim
> >
>


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Jesse MacFadyen
Yes, they do.

Cheers,
  Jesse

Sent from my iPhone5

On 2013-03-25, at 3:27 PM, Andrew Grieve  wrote:

Awesome. So the docs should be updated to say that BB supports close().

Jesse - do you know if WP supports IAB?


On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim  wrote:

> Ok, I just checked on my blackberry z10.
>
> The close() function works but not events. It seems like there might be a
> way to get events working - I can get a reference to the object that
> window.open returns that includes the loadstart/loadstop/loaderror events,
> but can't get them to fire.
>
>
>
> On 23 March 2013 12:11, Tim Kim  wrote:
>
> > Hrm, not sure. I'll have to check on monday on device.
> >
> >
> > On 23 March 2013 11:11, Andrew Grieve  wrote:
> >
> >> bump
> >>
> >>
> >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
> >> wrote:
> >>
> >> > The docs:
> >> >
> >> >
> >> >
> >>
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> >> >
> >> > 1. Say that Blackberry does not support events, nor the close()
> function
> >> > 2. Say that windowsphone 7 & 8 support IAB.
> >> >
> >> > Are both of these statements correct? I don't see IAB in the WP JS...
> >> >
> >>
> >
> >
> >
> > --
> > Timothy Kim
> >
> >
>
>
> --
> Timothy Kim
>


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Shazron
I think Jesse is away - but:

1.
https://github.com/apache/cordova-wp8/commit/d9bd6abece9821201b2784799337430d29247035
2.
https://github.com/apache/cordova-wp7/commit/2a94c1279d929191857ebb2fefca00359823d3ea

... seems to suggest it is supported on WP7 and WP8.



On Mon, Mar 25, 2013 at 3:27 PM, Andrew Grieve  wrote:

> Awesome. So the docs should be updated to say that BB supports close().
>
> Jesse - do you know if WP supports IAB?
>
>
> On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim  wrote:
>
> > Ok, I just checked on my blackberry z10.
> >
> > The close() function works but not events. It seems like there might be a
> > way to get events working - I can get a reference to the object that
> > window.open returns that includes the loadstart/loadstop/loaderror
> events,
> > but can't get them to fire.
> >
> >
> >
> > On 23 March 2013 12:11, Tim Kim  wrote:
> >
> > > Hrm, not sure. I'll have to check on monday on device.
> > >
> > >
> > > On 23 March 2013 11:11, Andrew Grieve  wrote:
> > >
> > >> bump
> > >>
> > >>
> > >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
> > >> wrote:
> > >>
> > >> > The docs:
> > >> >
> > >> >
> > >> >
> > >>
> >
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> > >> >
> > >> > 1. Say that Blackberry does not support events, nor the close()
> > function
> > >> > 2. Say that windowsphone 7 & 8 support IAB.
> > >> >
> > >> > Are both of these statements correct? I don't see IAB in the WP
> JS...
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Timothy Kim
> > >
> > >
> >
> >
> > --
> > Timothy Kim
> >
>


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Andrew Grieve
Awesome. So the docs should be updated to say that BB supports close().

Jesse - do you know if WP supports IAB?


On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim  wrote:

> Ok, I just checked on my blackberry z10.
>
> The close() function works but not events. It seems like there might be a
> way to get events working - I can get a reference to the object that
> window.open returns that includes the loadstart/loadstop/loaderror events,
> but can't get them to fire.
>
>
>
> On 23 March 2013 12:11, Tim Kim  wrote:
>
> > Hrm, not sure. I'll have to check on monday on device.
> >
> >
> > On 23 March 2013 11:11, Andrew Grieve  wrote:
> >
> >> bump
> >>
> >>
> >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
> >> wrote:
> >>
> >> > The docs:
> >> >
> >> >
> >> >
> >>
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> >> >
> >> > 1. Say that Blackberry does not support events, nor the close()
> function
> >> > 2. Say that windowsphone 7 & 8 support IAB.
> >> >
> >> > Are both of these statements correct? I don't see IAB in the WP JS...
> >> >
> >>
> >
> >
> >
> > --
> > Timothy Kim
> >
> >
>
>
> --
> Timothy Kim
>


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Tim Kim
Ok, I just checked on my blackberry z10.

The close() function works but not events. It seems like there might be a
way to get events working - I can get a reference to the object that
window.open returns that includes the loadstart/loadstop/loaderror events,
but can't get them to fire.



On 23 March 2013 12:11, Tim Kim  wrote:

> Hrm, not sure. I'll have to check on monday on device.
>
>
> On 23 March 2013 11:11, Andrew Grieve  wrote:
>
>> bump
>>
>>
>> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve 
>> wrote:
>>
>> > The docs:
>> >
>> >
>> >
>> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
>> >
>> > 1. Say that Blackberry does not support events, nor the close() function
>> > 2. Say that windowsphone 7 & 8 support IAB.
>> >
>> > Are both of these statements correct? I don't see IAB in the WP JS...
>> >
>>
>
>
>
> --
> Timothy Kim
>
>


-- 
Timothy Kim


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-23 Thread Tim Kim
Hrm, not sure. I'll have to check on monday on device.


On 23 March 2013 11:11, Andrew Grieve  wrote:

> bump
>
>
> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve  wrote:
>
> > The docs:
> >
> >
> >
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
> >
> > 1. Say that Blackberry does not support events, nor the close() function
> > 2. Say that windowsphone 7 & 8 support IAB.
> >
> > Are both of these statements correct? I don't see IAB in the WP JS...
> >
>



-- 
Timothy Kim


Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-23 Thread Andrew Grieve
bump


On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve  wrote:

> The docs:
>
>
> http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser
>
> 1. Say that Blackberry does not support events, nor the close() function
> 2. Say that windowsphone 7 & 8 support IAB.
>
> Are both of these statements correct? I don't see IAB in the WP JS...
>


InAppBrowser support on BlackBerry & Windows Phone

2013-03-20 Thread Andrew Grieve
The docs:

http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser

1. Say that Blackberry does not support events, nor the close() function
2. Say that windowsphone 7 & 8 support IAB.

Are both of these statements correct? I don't see IAB in the WP JS...