You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Sergey Grebnov (Akvelon)" <v-...@microsoft.com> on 2013/08/01 09:26:08 UTC

RE: WP8 'Plugin interface' and 'Splash screen' support

Thanks Benn, regarding WP8 and plugman support:

Does this mean cli command "cordova plugin add ..." use different mechanism (not plugman)? I run the following commands and got added plugin worked.
cordova plugin add somepluginuri
cordova build wp8
cordova emulate wp8

Thx!!
Sergey
-----Original Message-----
From: Benn Mapes [mailto:benn.mapes@gmail.com] 
Sent: Wednesday, July 31, 2013 10:42 PM
To: dev@cordova.apache.org
Subject: Re: WP8 'Plugin interface' and 'Splash screen' support

Windows Phone 7+8 support the SpashScreen plugin, if there are any issues with it please file a bug in jira but the plugin should work.

Windows Phone 8 does support the plugin interface (plugman + cli).

File Transfer plugin has some issues though on windows phone.

These should be changed.

~Benn


On Wed, Jul 31, 2013 at 9:53 AM, Bryan Higgins <br...@bryanhiggins.net>wrote:

> Thanks Fil! There is a README in that repo for BB10 stating this is 
> supported OOTB. I'll validate it still works in 3.0.
>
> Mike - this can be marked as supported
>
>
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orient
> ation.git;h=75ae8b8
>
>
> On Wed, Jul 31, 2013 at 12:09 PM, Filip Maj <fi...@adobe.com> wrote:
>
> > That's the device orientation plugin:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orient
> ation
> > .git;
> >
> > On 7/31/13 8:18 AM, "Bryan Higgins" <br...@bryanhiggins.net> wrote:
> >
> > >BB10 CLI will work on Linux, BBOS has no CLI support
> > >
> > >I'm having trouble tracking down where the compass plugin is 
> > >hosted. If
> > >BB10 doesn't support this right now, we should be able to add it 
> > >quickly
> > >
> > >
> > >On Wed, Jul 31, 2013 at 10:41 AM, Jeffrey Heifetz
> > ><jh...@blackberry.com>wrote:
> > >
> > >> BlackBerry10 supports both Media and SplashScreen but not
> Globalization
> > >>
> > >> On 13-07-31 9:52 AM, "Michael Sierra" <ms...@adobe.com> wrote:
> > >>
> > >> >I can see another couple of problems that need to be fixed.  
> > >> >Please
> > >>take
> > >> >a moment to review this table for any platform you're 
> > >> >particularly familiar with.
> > >> >
> > >> >Thanks,
> > >> >
> > >> >--Mike Sierra
> > >> >
> > >> >________________________________________
> > >> >From: Sergey Grebnov (Akvelon) [v-segreb@microsoft.com]
> > >> >Sent: Wednesday, July 31, 2013 5:13 AM
> > >> >To: dev@cordova.apache.org
> > >> >Subject: WP8 'Plugin interface' and 'Splash screen' support
> > >> >
> > >> >Hi, on the platform support overview page below there is 
> > >> >information
> > >>that
> > >> >WP8 does not support 'Plugin interface' and 'Splash screen' 
> > >> >plugin
> > >> >
> > >>
> > >>
> >
> http://docs.phonegap.com/en/edge/guide_overview_index.md.html#Overview
> _pl
> > >>a
> > >> >tform_support
> > >> >
> > >> >Is it really true, could someone clarify this information?
> > >> >
> > >> >Plugins - we supported this previously and there is also special
> > >>Windows
> > >> >Phone Plugins guideline available
> > >> >
> > >>
> > >>
> >
> http://docs.phonegap.com/en/3.0.0/guide_platforms_wp8_plugin.md.html#W
> ind
> > >>o
> > >> >ws%20Phone%20Plugins
> > >> >Somehow related to CB-4453 ?
> > >> >
> > >> >Splash Screen plugin - there is some wp8 implementation here
> > >> >
> > >>
> > >>
> >
> https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/
> wp/
> > >>S
> > >> >plashScreen.cs
> > >> >Jira: does not see any open issue related to splash screen 
> > >> >plugin
> under
> > >> >[wp8] tag
> > >> >
> > >> >Thank you,
> > >> >-Sergey Grebnov
> > >> >
> > >> >
> > >>
> > >>
> > >> 
> > >>------------------------------------------------------------------
> > >>---  This transmission (including any attachments) may contain 
> > >>confidential  information, privileged material (including material 
> > >>protected by the  solicitor-client or other applicable 
> > >>privileges), or constitute non-public  information. Any use of 
> > >>this information by anyone other than the intended  recipient is 
> > >>prohibited. If you have received this transmission in error,  
> > >>please immediately reply to the sender and delete this information
> from
> > >> your system. Use, dissemination, distribution, or reproduction of 
> > >>this  transmission by unintended recipients is not authorized and 
> > >>may be unlawful.
> > >>
> >
> >
>



Re: WP8 'Plugin interface' and 'Splash screen' support

Posted by Filip Maj <fi...@adobe.com>.
Sergey, `cordova plugin *` commands all invoke plugman.

On 8/1/13 12:26 AM, "Sergey Grebnov (Akvelon)" <v-...@microsoft.com>
wrote:

>Thanks Benn, regarding WP8 and plugman support:
>
>Does this mean cli command "cordova plugin add ..." use different
>mechanism (not plugman)? I run the following commands and got added
>plugin worked.
>cordova plugin add somepluginuri
>cordova build wp8
>cordova emulate wp8
>
>Thx!!
>Sergey
>-----Original Message-----
>From: Benn Mapes [mailto:benn.mapes@gmail.com]
>Sent: Wednesday, July 31, 2013 10:42 PM
>To: dev@cordova.apache.org
>Subject: Re: WP8 'Plugin interface' and 'Splash screen' support
>
>Windows Phone 7+8 support the SpashScreen plugin, if there are any issues
>with it please file a bug in jira but the plugin should work.
>
>Windows Phone 8 does support the plugin interface (plugman + cli).
>
>File Transfer plugin has some issues though on windows phone.
>
>These should be changed.
>
>~Benn
>
>
>On Wed, Jul 31, 2013 at 9:53 AM, Bryan Higgins
><br...@bryanhiggins.net>wrote:
>
>> Thanks Fil! There is a README in that repo for BB10 stating this is
>> supported OOTB. I'll validate it still works in 3.0.
>>
>> Mike - this can be marked as supported
>>
>>
>> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orient
>> ation.git;h=75ae8b8
>>
>>
>> On Wed, Jul 31, 2013 at 12:09 PM, Filip Maj <fi...@adobe.com> wrote:
>>
>> > That's the device orientation plugin:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orient
>> ation
>> > .git;
>> >
>> > On 7/31/13 8:18 AM, "Bryan Higgins" <br...@bryanhiggins.net> wrote:
>> >
>> > >BB10 CLI will work on Linux, BBOS has no CLI support
>> > >
>> > >I'm having trouble tracking down where the compass plugin is
>> > >hosted. If
>> > >BB10 doesn't support this right now, we should be able to add it
>> > >quickly
>> > >
>> > >
>> > >On Wed, Jul 31, 2013 at 10:41 AM, Jeffrey Heifetz
>> > ><jh...@blackberry.com>wrote:
>> > >
>> > >> BlackBerry10 supports both Media and SplashScreen but not
>> Globalization
>> > >>
>> > >> On 13-07-31 9:52 AM, "Michael Sierra" <ms...@adobe.com> wrote:
>> > >>
>> > >> >I can see another couple of problems that need to be fixed.
>> > >> >Please
>> > >>take
>> > >> >a moment to review this table for any platform you're
>> > >> >particularly familiar with.
>> > >> >
>> > >> >Thanks,
>> > >> >
>> > >> >--Mike Sierra
>> > >> >
>> > >> >________________________________________
>> > >> >From: Sergey Grebnov (Akvelon) [v-segreb@microsoft.com]
>> > >> >Sent: Wednesday, July 31, 2013 5:13 AM
>> > >> >To: dev@cordova.apache.org
>> > >> >Subject: WP8 'Plugin interface' and 'Splash screen' support
>> > >> >
>> > >> >Hi, on the platform support overview page below there is
>> > >> >information
>> > >>that
>> > >> >WP8 does not support 'Plugin interface' and 'Splash screen'
>> > >> >plugin
>> > >> >
>> > >>
>> > >>
>> >
>> http://docs.phonegap.com/en/edge/guide_overview_index.md.html#Overview
>> _pl
>> > >>a
>> > >> >tform_support
>> > >> >
>> > >> >Is it really true, could someone clarify this information?
>> > >> >
>> > >> >Plugins - we supported this previously and there is also special
>> > >>Windows
>> > >> >Phone Plugins guideline available
>> > >> >
>> > >>
>> > >>
>> >
>> http://docs.phonegap.com/en/3.0.0/guide_platforms_wp8_plugin.md.html#W
>> ind
>> > >>o
>> > >> >ws%20Phone%20Plugins
>> > >> >Somehow related to CB-4453 ?
>> > >> >
>> > >> >Splash Screen plugin - there is some wp8 implementation here
>> > >> >
>> > >>
>> > >>
>> >
>> https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/
>> wp/
>> > >>S
>> > >> >plashScreen.cs
>> > >> >Jira: does not see any open issue related to splash screen
>> > >> >plugin
>> under
>> > >> >[wp8] tag
>> > >> >
>> > >> >Thank you,
>> > >> >-Sergey Grebnov
>> > >> >
>> > >> >
>> > >>
>> > >>
>> > >> 
>> > >>------------------------------------------------------------------
>> > >>---  This transmission (including any attachments) may contain
>> > >>confidential  information, privileged material (including material
>> > >>protected by the  solicitor-client or other applicable
>> > >>privileges), or constitute non-public  information. Any use of
>> > >>this information by anyone other than the intended  recipient is
>> > >>prohibited. If you have received this transmission in error,
>> > >>please immediately reply to the sender and delete this information
>> from
>> > >> your system. Use, dissemination, distribution, or reproduction of
>> > >>this  transmission by unintended recipients is not authorized and
>> > >>may be unlawful.
>> > >>
>> >
>> >
>>
>
>