[jira] [Commented] (CB-11248) InAppBrowser no focus on input text fields

2017-07-11 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16082393#comment-16082393
 ] 

Sergey Shakhnazarov commented on CB-11248:
--

[~shuppert] Which plugin version has the issue? 
Do you mean opening the inappbrowser multiple times or opening a page(s) inside 
an IAB multiple times?

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12636) Support of Visual Studio 2017

2017-04-06 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958960#comment-15958960
 ] 

Sergey Shakhnazarov commented on CB-12636:
--

Great! Thanks for the update :)

> Support of Visual Studio 2017
> -
>
> Key: CB-12636
> URL: https://issues.apache.org/jira/browse/CB-12636
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Windows
>Affects Versions: 6.5.0
> Environment: Windows 10
>Reporter: Marco Paland
>
> Please add support for Visual Studio 2017.
> On a Windows 10 machine I installed VS2017 (no other VS). Upon compiling a 
> cordova project I get:
> {code}
> > cordova build windows --verbose
> No scripts found for hook "before_build".
> No scripts found for hook "before_prepare".
> Checking config.xml for saved platforms that haven't been added to the project
> Checking for any plugins added to the project that have not been installed in 
> windows platform
> No differences found between plugins added to project and installed in 
> windows platform. Continuing...
> Generating platform-specific config.xml from defaults for windows at 
> C:\Users\Marco\Documents\Visual Studio 
> 2017\Projects\BlankCordovaApp1\BlankCordovaApp1\platforms\windows\config.xml
> Merging project's config.xml into platform-specific windows config.xml
> Found "merges/windows" folder. Copying its contents into the windows project.
> Merging and updating files from [www, platforms\windows\platform_www, 
> merges\windows] to platforms\windows\www
>   copy  platforms\windows\platform_www\cordova-js-src\confighelper.js 
> platforms\windows\www\cordova-js-src\confighelper.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\exec.js 
> platforms\windows\www\cordova-js-src\exec.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\platform.js 
> platforms\windows\www\cordova-js-src\platform.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\splashscreen.js 
> platforms\windows\www\cordova-js-src\splashscreen.js (updated file)
>   copy  platforms\windows\platform_www\cordova_plugins.js 
> platforms\windows\www\cordova_plugins.js (updated file)
>   copy  www\css\index.css platforms\windows\www\css\index.css (updated file)
>   copy  www\index.html platforms\windows\www\index.html (updated file)
> Updating icons and splash screens at platforms\windows\images
> Prepared windows project successfully
> No scripts found for hook "pre_package".
> No scripts found for hook "after_prepare".
> Checking config.xml for saved plugins that haven't been added to the project
> No scripts found for hook "before_compile".
> Reading build config file: C:\Users\Marco\Documents\Visual Studio 
> 2017\Projects\BlankCordovaApp1\BlankCordovaApp1\build.json
> Searching for available MSBuild versions...
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\15.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0 /v MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0,/v,MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0,/v,MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\15.0,/v,MSBuildToolsPath
> Command finished with error code 0: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0,/v,MSBuildToolsPath
> Found MSBuild v4.0 at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
> MSBuild v4.0 is not supported, aborting.
> Error: Package with specified parameters not found in AppPackages folder
> {code}
> The requirement check shows:
> {code}
> > cordova requirements windows
> Requirements check results for windows:
> Windows OS: installed Windows 10
> MSBuild Tools: not installed
> MSBuild tools v.14.0 not found. Please install Visual Studio 2015 Community 
> from https://www.visualstudio.com/downloads/download-visual-studio-vs
> Visual Studio: not installed
> Required version of Visual Studio not found. Please install Visual Studio 
> 2015 Community from 
> https://www.visualstudio.com/downloads/download-visual-studio-vs
> Windows SDK: installed 10.0
> Windows Phone SDK: installed 10.0
> Error: Some of requirements check failed
> {code}
> I don't want to install VS2015 Community Edition when VS2017 is 

[jira] [Commented] (CB-12636) Support of Visual Studio 2017

2017-04-05 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15957367#comment-15957367
 ] 

Sergey Shakhnazarov commented on CB-12636:
--

You should be able to work around this issue via adding 
[VSINSTALLDIR|https://github.com/apache/cordova-windows/blob/6308e6974f5499857254fb79c91ded422b46486f/template/cordova/lib/MSBuildTools.js#L100]
 environment variable so that Cordova use msbuild coming with Visual Studio 
2017. Also see CB-11548

> Support of Visual Studio 2017
> -
>
> Key: CB-12636
> URL: https://issues.apache.org/jira/browse/CB-12636
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Windows
>Affects Versions: 6.5.0
> Environment: Windows 10
>Reporter: Marco Paland
>
> Please add support for Visual Studio 2017.
> On a Windows 10 machine I installed VS2017 (no other VS). Upon compiling a 
> cordova project I get:
> {code}
> > cordova build windows --verbose
> No scripts found for hook "before_build".
> No scripts found for hook "before_prepare".
> Checking config.xml for saved platforms that haven't been added to the project
> Checking for any plugins added to the project that have not been installed in 
> windows platform
> No differences found between plugins added to project and installed in 
> windows platform. Continuing...
> Generating platform-specific config.xml from defaults for windows at 
> C:\Users\Marco\Documents\Visual Studio 
> 2017\Projects\BlankCordovaApp1\BlankCordovaApp1\platforms\windows\config.xml
> Merging project's config.xml into platform-specific windows config.xml
> Found "merges/windows" folder. Copying its contents into the windows project.
> Merging and updating files from [www, platforms\windows\platform_www, 
> merges\windows] to platforms\windows\www
>   copy  platforms\windows\platform_www\cordova-js-src\confighelper.js 
> platforms\windows\www\cordova-js-src\confighelper.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\exec.js 
> platforms\windows\www\cordova-js-src\exec.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\platform.js 
> platforms\windows\www\cordova-js-src\platform.js (updated file)
>   copy  platforms\windows\platform_www\cordova-js-src\splashscreen.js 
> platforms\windows\www\cordova-js-src\splashscreen.js (updated file)
>   copy  platforms\windows\platform_www\cordova_plugins.js 
> platforms\windows\www\cordova_plugins.js (updated file)
>   copy  www\css\index.css platforms\windows\www\css\index.css (updated file)
>   copy  www\index.html platforms\windows\www\index.html (updated file)
> Updating icons and splash screens at platforms\windows\images
> Prepared windows project successfully
> No scripts found for hook "pre_package".
> No scripts found for hook "after_prepare".
> Checking config.xml for saved plugins that haven't been added to the project
> No scripts found for hook "before_compile".
> Reading build config file: C:\Users\Marco\Documents\Visual Studio 
> 2017\Projects\BlankCordovaApp1\BlankCordovaApp1\build.json
> Searching for available MSBuild versions...
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\15.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0 /v MSBuildToolsPath
> Running command: C:\WINDOWS\system32\reg.exe query 
> HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0 /v MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0,/v,MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0,/v,MSBuildToolsPath
> Command finished with error code 1: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\15.0,/v,MSBuildToolsPath
> Command finished with error code 0: C:\WINDOWS\system32\reg.exe 
> query,HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0,/v,MSBuildToolsPath
> Found MSBuild v4.0 at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
> MSBuild v4.0 is not supported, aborting.
> Error: Package with specified parameters not found in AppPackages folder
> {code}
> The requirement check shows:
> {code}
> > cordova requirements windows
> Requirements check results for windows:
> Windows OS: installed Windows 10
> MSBuild Tools: not installed
> MSBuild tools v.14.0 not found. Please install Visual Studio 2015 Community 
> from https://www.visualstudio.com/downloads/download-visual-studio-vs
> Visual Studio: not installed
> Required version of Visual Studio not found. Please install Visual Studio 
> 

[jira] [Resolved] (CB-11248) InAppBrowser no focus on input text fields

2017-03-20 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-11248.
--
Resolution: Fixed

Fixed in 1.7.1-dev

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12499) UWP : Dependent external libraries specified as resource-file not being referenced in Release mode.

2017-03-20 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12499.
--
   Resolution: Fixed
Fix Version/s: (was: 4.4.3)
   (was: 4.4.2)
   (was: 5.0.0)

Fixed in 5.1.0-dev

> UWP  : Dependent external libraries specified as resource-file not being 
> referenced in Release mode.
> 
>
> Key: CB-12499
> URL: https://issues.apache.org/jira/browse/CB-12499
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.0.0, 4.4.2, 4.4.3
> Environment: Cordova Windows
>Reporter: Srutha Keerthi
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-10765) When restarting the Windows Application it taking the user to log in page.

2017-03-06 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-10765.
--
Resolution: Incomplete

Feel free to reopen with reproduce steps or additional details if this is still 
an issue

> When restarting the Windows Application it taking the user to log in page.
> --
>
> Key: CB-10765
> URL: https://issues.apache.org/jira/browse/CB-10765
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.4.1
> Environment: windows phone 8.1
>Reporter: Ishan Deb
>Priority: Critical
>  Labels: cannot-reproduce, wfc, windows
>
> Issue Definition: 
> ==
> I have an Html 5, JavaScript application for Windows Phone. I observe that 
> the application goes back to the log in page if I follow the below steps.
> 1. I log into the application and I an inside the application.
> 2. Now I press the home button the application goes to task manager.
> 3. Now I slide right and open the app from installed applications.
> 4. Then the application again takes me to the login screen.
> I observe that the same behavior works fine when I launch the application 
> from Task manager (in step 2) instead of installed applications.
> Environment:
> =
> Windows Phone 8.1 
> Cordova



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12533) Windows Issue(Throwing Promise is undefinded error): While using new screen.orientation.lock('landscape') method only

2017-03-03 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15894016#comment-15894016
 ] 

Sergey Shakhnazarov commented on CB-12533:
--

[~vetri50ster] what is the plugin version?
Could you post the failing code snippet?

> Windows Issue(Throwing Promise is undefinded error): While using new 
> screen.orientation.lock('landscape') method only
> -
>
> Key: CB-12533
> URL: https://issues.apache.org/jira/browse/CB-12533
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Vetrivel
>Priority: Critical
>
> In my App, I have installed the "apache/cordova-plugin-screen-orientation" 
> and I have set screen.orientation.lock('landscape'); to Lock Landscape view 
> instead of lockOrientation method as plugin go updated few days back.App got 
> crashes and trowing error "Promise is undefinded error", This issue was not 
> there in Previous versions when i used old version with method 
> "lockOrientation". Please let me know when i can expect the updated release 
> fixing of this issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11248) InAppBrowser no focus on input text fields

2017-02-28 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887932#comment-15887932
 ] 

Sergey Shakhnazarov edited comment on CB-11248 at 2/28/17 12:55 PM:


Yep, reproduces for a local page (on remote pages too) in one case out of 5-10 
times.


was (Author: daserge):
Yep, reproduces for a local page in one case out of 5-10 times.

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11248) InAppBrowser no focus on input text fields

2017-02-28 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15887932#comment-15887932
 ] 

Sergey Shakhnazarov commented on CB-11248:
--

Yep, reproduces for a local page in one case out of 5-10 times.

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11248) InAppBrowser no focus on input text fields

2017-02-28 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-11248:
-
Labels: android reproduced triaged  (was: android no-repro triaged)

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, reproduced, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-11248) InAppBrowser no focus on input text fields

2017-02-28 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov reassigned CB-11248:


Assignee: Sergey Shakhnazarov

> InAppBrowser no focus on input text fields
> --
>
> Key: CB-11248
> URL: https://issues.apache.org/jira/browse/CB-11248
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 1.4.0
> Environment: Cordova CLI, Android, Android Studio
>Reporter: Mo Pages
>Assignee: Sergey Shakhnazarov
>Priority: Minor
>  Labels: android, no-repro, triaged
>
> When opening a webpage with a form in the Cordova default webview or system 
> webview focus on an input text box works as normal - a cursor is displayed 
> (and if there's any js list its displayed). However when using the 
> InAppBrowser the focus cursor does not display at all when you click in a 
> text box...the keyboard comes up but no focus cursor.
> I've tried injecting js to focus on the text box but this doesn't do 
> anything..Also it makes no difference what value the option 
> keyboardDisplayRequiresUserAction is given...Is there a fix for this? 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12510) cannot rename windows cordova project

2017-02-27 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12510:
-
Issue Type: Wish  (was: Bug)

> cannot rename windows cordova project
> -
>
> Key: CB-12510
> URL: https://issues.apache.org/jira/browse/CB-12510
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Windows
>Reporter: Ali Mustafa
>Priority: Minor
>  Labels: windows
>
> building Cordova app for windows generates CordovaApp.sln even though I 
> specified another name under widget tag in config.xml.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12510) cannot rename windows cordova project

2017-02-27 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886148#comment-15886148
 ] 

Sergey Shakhnazarov commented on CB-12510:
--

Looking through the platform code it does not seem it will work this way - 
{{CordovaApp}} is hardcoded in several places.
Widget attributes goes into application manifest - see 
https://cordova.apache.org/docs/en/dev/guide/platforms/win8/index.html#signing-an-app
 for the details.

> cannot rename windows cordova project
> -
>
> Key: CB-12510
> URL: https://issues.apache.org/jira/browse/CB-12510
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Ali Mustafa
>Priority: Minor
>  Labels: windows
>
> building Cordova app for windows generates CordovaApp.sln even though I 
> specified another name under widget tag in config.xml.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12504) Cordova Windows 10 navbar overlapping

2017-02-25 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884257#comment-15884257
 ] 

Sergey Shakhnazarov commented on CB-12504:
--

[~geoffrey.lall...@outlook.com] does this issue reproduce in a blank 
application?
Could you check if cordova-windows@4.4.3 has the issue?
{{cordova platform rm windows && cordova platform add windows@4.4.3}}

> Cordova Windows 10 navbar overlapping
> -
>
> Key: CB-12504
> URL: https://issues.apache.org/jira/browse/CB-12504
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.0.0
> Environment: Windows 10
>Reporter: Geoffrey Lalloué
>
> I built a cordova application for WP 10.0 (universal windows). When running 
> it on my device that doesn't have hardware buttons (Lumia 950), the HTML 
> content is overlapped by the navbar and webview doesn't seems to calculate 
> the real height size.
> Is it possible to prevent this overlapping?
> I observed that 'resize' event is not called after navbar opened, maybe it is 
> the solution to send 'resize' event at this moment.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8958) CommandProxy functions for multiple plugins get clobbered if same function name is used

2017-02-23 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-8958.
-
Resolution: Fixed

Fixed in CB-12353

> CommandProxy functions for multiple plugins get clobbered if same function 
> name is used
> ---
>
> Key: CB-8958
> URL: https://issues.apache.org/jira/browse/CB-8958
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 3.6.3
> Environment: windows
>Reporter: Ashwin Desai
>
> Project: https://github.com/ashwinde/cordova/tree/master/TestMerges
> Cordova version: 3.6.4
> I have added 2 plugins - InAppBrowser and TestPlugin to this cordova project 
> on Windows.
> Each plugin define a close() and show() functions i.e. functions with same 
> names. 
> Each plugin.xml defines the commandProxy with merges=""
> Run the sample.
> InAppBrowser window will be opened to display google.com
> Click on "x" close button on the inappbrowser window.
> You will notice that the TestPlugin.close() method is invoked rather than 
> IAB.close(). 
> The problem is that both plugins use merges="" for defining their own command 
> proxies. since both plugins use the same function names i.e. close() and 
> show(), cordova.js will clobber the close() and show() function for the IAB 
> command proxy with the TestPlugin command proxy. 
> That is a common pattern that is being used by all cordova plugins on 
> Windows. So, it may manifest itself when 2 plugins use the same function name 
> (yet in a different namespace)
> A better way to do this would be to use merges = "unique string" to define 
> the command proxy for a plugin. This would guarantee that functions dont get 
> clobbered inadvertently. 
> Or fix cordova.js so that this clobbering does not occur :)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11975) Search on Contacts ‘id’ field with JavaScript number type crashes in iOS

2017-02-23 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-11975.
--
Resolution: Fixed

> Search on Contacts ‘id’ field with JavaScript number type crashes in iOS
> 
>
> Key: CB-11975
> URL: https://issues.apache.org/jira/browse/CB-11975
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts
>Reporter: Andrew Forrest
>Assignee: Nikita Matrosov
>Priority: Critical
>  Labels: iOS, ios, reproduced, triaged
>
> I was trying to retrieve a specific contact by id in my Ionic/Cordova app, so 
> used the following code:
> {code:javascript}
> return Contacts.find(
>   ['id'],
>   {filter: contactId, multiple: true})
> {code}
> However, this crashes the iOS app at runtime with:
> {noformat}
> 2016-10-07 17:33:12.331 MyApp[10998:1880417] -[__NSCFNumber 
> isEqualToString:]: unrecognized selector sent to instance 0xb053
> 2016-10-07 17:33:12.337 MyApp[10998:1880417] *** Terminating app due to 
> uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFNumber 
> isEqualToString:]: unrecognized selector sent to instance 0xb053'
> *** First throw call stack:
> (
>   0   CoreFoundation  0x00010b0f334b 
> __exceptionPreprocess + 171
>   1   libobjc.A.dylib 0x00010ab2b21e 
> objc_exception_throw + 48
>   2   CoreFoundation  0x00010b162f34 
> -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
>   3   CoreFoundation  0x00010b078c15 
> ___forwarding___ + 1013
>   4   CoreFoundation  0x00010b078798 
> _CF_forwarding_prep_0 + 120
>   5   MyApp   0x0001097217b7 
> __22-[CDVContacts search:]_block_invoke_2 + 983
>   6   MyApp   0x000109723760 
> __42-[CDVAddressBookHelper createAddressBook:]_block_invoke_2 + 368
>   7   libdispatch.dylib   0x00010e4450cd 
> _dispatch_client_callout + 8
>   8   libdispatch.dylib   0x00010e4275e5 
> _dispatch_barrier_sync_f_slow_invoke + 617
>   9   libdispatch.dylib   0x00010e4450cd 
> _dispatch_client_callout + 8
>   10  libdispatch.dylib   0x00010e4258d6 
> _dispatch_main_queue_callback_4CF + 406
>   11  CoreFoundation  0x00010b0b74f9 
> __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
>   12  CoreFoundation  0x00010b07cf8d 
> __CFRunLoopRun + 2205
>   13  CoreFoundation  0x00010b07c494 
> CFRunLoopRunSpecific + 420
>   14  GraphicsServices0x0001107aea6f 
> GSEventRunModal + 161
>   15  UIKit   0x00010be0df34 
> UIApplicationMain + 159
>   16  MyApp   0x00010962e531 main + 65
>   17  libdyld.dylib   0x00010e49168d start + 1
> )
> libc++abi.dylib: terminating with uncaught exception of type NSException
> (lldb) 
> {noformat}
> Seems to only fail when {{contactId}} is a JavaScript number. Converting it 
> to a string before searching ({{contactId+""}}) works fine.
> Fault originally occurred because Contact {{id}} field in iOS is an integer… 
> and it looks like I’m getting a JavaScript number value out of the Contacts 
> API. Was storing this integer in SQLite (which preserves the data type), 
> getting an integer back out, and passing it back into the {{Contacts.find()}} 
> API.
> Suggest:
>  * Contacts {{id}} field is supposed to return a string, so it should return 
> a string on iOS
>  * {{Contacts.find()}} should coerce its arguments to correct types before 
> calling native code.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12073) PhoneGap / Cordova is crashing when selecting a video greater than 59MB

2017-02-23 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12073:
-
Description: 
This is the line of code that is failing, even if I run nothing in the success 
function, it still crashes however the success function is being run for a 
brief second before crashing.
{noformat}
navigator.camera.getPicture(createPostSuccessVideo, cameraError, {
  quality: 50,
  destinationType: Camera.DestinationType.NATIVE_URI,
  sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
  mediaType: Camera.MediaType.VIDEO,
  correctOrientation : true ,
  saveToPhotoAlbum: false
});
{noformat}
I noticed the memory usage spikes up to half a GB for some reason.

Taking a video works, only selecting from the gallery is failing.

I occasionally get an exc_bad_access error in Xcode before crashing, other 
times no error just a crash.

This code works for TAKING a video larger than 59mb:
{noformat}
navigator.device.capture.captureVideo(function(imageURI){ 
createPostSuccessVideo(imageURI,1); }, captureError, {limit:1}); 
{noformat}
But I need to be able to select from the users library which fails.

  was:
This is the line of code that is failing, even if I run nothing in the success 
function, it still crashes however the success function is being run for a 
brief second before crashing.
{noformat}
navigator.camera.getPicture(createPostSuccessVideo, cameraError, {
quality: 50,
destinationType: destinationType.NATIVE_URI,
sourceType: pictureSource.PHOTOLIBRARY,
mediaType: navigator.camera.MediaType.VIDEO,
correctOrientation : true ,
saveToPhotoAlbum: false
});
{noformat}
I noticed the memory usage spikes up to half a GB for some reason.

Taking a video works, only selecting from the gallery is failing.

I occasionally get an exc_bad_access error in Xcode before crashing, other 
times no error just a crash.

This code works for TAKING a video larger than 59mb:
{noformat}
navigator.device.capture.captureVideo(function(imageURI){ 
createPostSuccessVideo(imageURI,1); }, captureError, {limit:1}); 
{noformat}
But I need to be able to select from the users library which fails.


> PhoneGap / Cordova is crashing when selecting a video greater than 59MB
> ---
>
> Key: CB-12073
> URL: https://issues.apache.org/jira/browse/CB-12073
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.3.0
> Environment: iPhone 6 - iOS 10.1.1
> iPhone 5 - iOS 10.1.1
>Reporter: Daniel Herbert
>Priority: Critical
>  Labels: ios, triaged, wfc
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This is the line of code that is failing, even if I run nothing in the 
> success function, it still crashes however the success function is being run 
> for a brief second before crashing.
> {noformat}
> navigator.camera.getPicture(createPostSuccessVideo, cameraError, {
>   quality: 50,
>   destinationType: Camera.DestinationType.NATIVE_URI,
>   sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
>   mediaType: Camera.MediaType.VIDEO,
>   correctOrientation : true ,
>   saveToPhotoAlbum: false
> });
> {noformat}
> I noticed the memory usage spikes up to half a GB for some reason.
> Taking a video works, only selecting from the gallery is failing.
> I occasionally get an exc_bad_access error in Xcode before crashing, other 
> times no error just a crash.
> This code works for TAKING a video larger than 59mb:
> {noformat}
> navigator.device.capture.captureVideo(function(imageURI){ 
> createPostSuccessVideo(imageURI,1); }, captureError, {limit:1}); 
> {noformat}
> But I need to be able to select from the users library which fails.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12073) PhoneGap / Cordova is crashing when selecting a video greater than 59MB

2017-02-23 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15880790#comment-15880790
 ] 

Sergey Shakhnazarov commented on CB-12073:
--

Does not reproduce for me with a 100 MB+ video.
Latest plugin version, cordova-ios@4.3.1, iPhone 5, ios 10.1.1.

> PhoneGap / Cordova is crashing when selecting a video greater than 59MB
> ---
>
> Key: CB-12073
> URL: https://issues.apache.org/jira/browse/CB-12073
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.3.0
> Environment: iPhone 6 - iOS 10.1.1
> iPhone 5 - iOS 10.1.1
>Reporter: Daniel Herbert
>Priority: Critical
>  Labels: ios, triaged, wfc
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This is the line of code that is failing, even if I run nothing in the 
> success function, it still crashes however the success function is being run 
> for a brief second before crashing.
> {noformat}
> navigator.camera.getPicture(createPostSuccessVideo, cameraError, {
> quality: 50,
> destinationType: destinationType.NATIVE_URI,
> sourceType: pictureSource.PHOTOLIBRARY,
> mediaType: navigator.camera.MediaType.VIDEO,
> correctOrientation : true ,
> saveToPhotoAlbum: false
> });
> {noformat}
> I noticed the memory usage spikes up to half a GB for some reason.
> Taking a video works, only selecting from the gallery is failing.
> I occasionally get an exc_bad_access error in Xcode before crashing, other 
> times no error just a crash.
> This code works for TAKING a video larger than 59mb:
> {noformat}
> navigator.device.capture.captureVideo(function(imageURI){ 
> createPostSuccessVideo(imageURI,1); }, captureError, {limit:1}); 
> {noformat}
> But I need to be able to select from the users library which fails.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12499) UWP : Dependent external libraries specified as resource-file not being referenced in Release mode.

2017-02-23 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15880350#comment-15880350
 ] 

Sergey Shakhnazarov commented on CB-12499:
--

[~sruthakeerthik] thanks for reporting!
Could you link a plugin which fails in Release mode?

> UWP  : Dependent external libraries specified as resource-file not being 
> referenced in Release mode.
> 
>
> Key: CB-12499
> URL: https://issues.apache.org/jira/browse/CB-12499
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 5.0.0, 4.4.2, 4.4.3
> Environment: Cordova Windows
>Reporter: Srutha Keerthi
> Fix For: 5.0.0, 4.4.2, 4.4.3
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12415) Windows build fails if start page is missing

2017-02-07 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12415.
--
Resolution: Fixed

> Windows build fails if start page is missing
> 
>
> Key: CB-12415
> URL: https://issues.apache.org/jira/browse/CB-12415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: Master, 4.4.3
>Reporter: Alexander Sorokin
>Priority: Minor
>  Labels: triaged
>
> Repro:
> {noformat}
> cordova create foo
> rm ./foo/www/index.html
> cd foo
> cordova platform add windows@https://github.com/apache/cordova-windows
> cordova build
> {noformat}
> Expected:
> Build successful 
> Actual:
> {noformat}
> Building project: C:\Cordova\foo\platforms\windows\CordovaApp.Windows.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 8.1 in prebuild event...
>   ls: no such file or directory: 
> C:\Cordova\foo\platforms\windows\www\index.html
>   grep: no paths given
>   C:\Cordova\foo\platforms\windows\cordova\prebuild.js:65
>   if (shell.grep(reBaseJs, startPageFilePath).length === 0) {
>  ^
>   TypeError: Cannot read property 'length' of null
>   at patch (C:\Cordova\foo\platforms\windows\cordova\prebuild.js:65:48)
>   at Object. 
> (C:\Cordova\foo\platforms\windows\cordova\prebuild-81.js:20:1)
>   at Module._compile (module.js:409:26)
>   at Object.Module._extensions..js (module.js:416:10)
>   at Module.load (module.js:343:32)
>   at Function.Module._load (module.js:300:12)
>   at Function.Module.runMain (module.js:441:10)
>   at startup (node.js:139:18)
>   at node.js:974:3
> C:\Program Files 
> (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1250,5): error 
> MSB3073: The command "node "C:\Cor
> dova\foo\platforms\windows\\\cordova\\prebuild-81.js"" exited with code 1. 
> [C:\Cordova\foo\platforms\windows\CordovaApp.Windows.j
> sproj]
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12416) (Windows) Built bundles are misplaced when building for multiple archs

2017-02-07 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12416.
--
Resolution: Fixed

> (Windows) Built bundles are misplaced when building for multiple archs
> --
>
> Key: CB-12416
> URL: https://issues.apache.org/jira/browse/CB-12416
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: Master
>Reporter: Alexander Sorokin
>  Labels: triaged
>
> When running a command like {{cordova build windows --release -- --archs="arm 
> x86 x64"}}, the expected output would be that each built bundle is located in 
> its own folder, like this:
> {{CordovaApp.Windows10_1.0.0.0_arm_Test}}
> {{CordovaApp.Windows10_1.0.0.0_x86_Test}}
> {{CordovaApp.Windows10_1.0.0.0_x64_Test}}
> But cordova-windows@5.0.0 builds only the first specified architecture in its 
> own folder, like this:
> {{CordovaApp.Windows10_1.0.0.0_arm_Test}} <- arm package here
> {{CordovaApp.Windows10_1.0.0.0_Test}} <- x86 and x64 packages here



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12404) Cordova-Windows Platform Release January 27, 2017

2017-01-27 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12404:


 Summary: Cordova-Windows Platform Release January 27, 2017
 Key: CB-12404
 URL: https://issues.apache.org/jira/browse/CB-12404
 Project: Apache Cordova
  Issue Type: Task
Reporter: Sergey Shakhnazarov


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12364.
--
Resolution: Fixed

Fixed in 1.6.2-dev

> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12383.
--
Resolution: Fixed

Fixed in cordova-lib@6.5.1-dev

> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib, Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-26 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12383:
-
Component/s: CordovaLib

> [Windows] App crashes with --browserify and SplashScreen plugin
> ---
>
> Key: CB-12383
> URL: https://issues.apache.org/jira/browse/CB-12383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib, Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12392) [android] file-transfer uploads 13 bytes less than total

2017-01-25 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12392:


 Summary: [android] file-transfer uploads 13 bytes less than total
 Key: CB-12392
 URL: https://issues.apache.org/jira/browse/CB-12392
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: Samsung j5, Android 5.0, 
cordova-plugin-file-transfer@1.5.1
Reporter: Sergey Shakhnazarov


Reported on Slack

File transfer plugin uploads the file content 13bytes less the total size of 
the file:

{code}
 document.addEventListener('deviceready',DeviceReady, false);
var image = document.getElementById("image");
var upload = document.getElementById("upload");
var showing = document.getElementById("showing");
function DeviceReady(){
console.log("trying out the camera things here");
}
//this function is invoked when the user clicks the button  
function getImage(){
image.style.display="none";
navigator.camera.getPicture(
onSuccess,
onFail,
{
quality: 100,
destinationType:navigator.camera.DestinationType.FILE_URI,
sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY
});
}
function onSuccess(imageURI){
image.src=imageURI;
image.style.display="block";
var serverUrl = encodeURI("http://192.168.43.146/filetransfer;);
var options = new FileUploadOptions();
options.fileKey="file";
options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
options.mimeType="image/jpeg";
var params = new Object();
params.value1 = "test";
params.value2 = "param";
options.params = params;
options.chunkedMode = false;
options.multipartMode = true;
var ft = new FileTransfer();
ft.onprogress = function(progressEvent) {
if (progressEvent.lengthComputable) {
showing.innerHTML = (progressEvent.loaded / 
progressEvent.total)*100;
} else {
loadingStatus.increment();
}
};
ft.upload(imageURI, serverUrl, onUploadSuccess, onUploadError, 
options, true);
}
function onFail(message){
showing.innerHTML = "showing image failed "+ message;
}
function onUploadSuccess(r){
showing.innerHTML = "Uploaded successfully";
showing.innerHTML =  "Code = " + r.responseCode +"Response = " 
+ r.response+ "Sent = " + r.bytesSent;
}
function onUploadError(){
showing.innerHTML = "Error uploading file";
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12383) [Windows] App crashes with --browserify and SplashScreen plugin

2017-01-23 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12383:


 Summary: [Windows] App crashes with --browserify and SplashScreen 
plugin
 Key: CB-12383
 URL: https://issues.apache.org/jira/browse/CB-12383
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Shakhnazarov
Assignee: Sergey Shakhnazarov






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-18 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12364:
-
Labels: triaged windows  (was: )

> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-18 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12364:
-
Environment: UWP

> [Windows] Inappbrowser inject file manual tests are not working
> ---
>
> Key: CB-12364
> URL: https://issues.apache.org/jira/browse/CB-12364
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: UWP
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: triaged, windows
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12364) [Windows] Inappbrowser inject file manual tests are not working

2017-01-18 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12364:


 Summary: [Windows] Inappbrowser inject file manual tests are not 
working
 Key: CB-12364
 URL: https://issues.apache.org/jira/browse/CB-12364
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Reporter: Sergey Shakhnazarov
Assignee: Sergey Shakhnazarov






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2017-01-18 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12298.
--
Resolution: Fixed

Fixed in 4.5.0-dev

> [Windows] bundle.appxupload not generated for Windows 10 target
> ---
>
> Key: CB-12298
> URL: https://issues.apache.org/jira/browse/CB-12298
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Priority: Critical
>  Labels: triaged, windows, workaround-exists
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workarounds:
> 1. Create packages in Visual Studio,
> 2. Use master/nightly platform version and additional MSBuild flag 
> {noformat}cordova build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827565#comment-15827565
 ] 

Sergey Shakhnazarov commented on CB-12353:
--

[~almost92] the reason is {{}} in plugin.xml leading to 
content from plugin proxy exports come into window (as we omit the namespace, 
i.e. specifying the target="") overriding what has been set by a previous 
plugin (inappbrowser overrides splashscreen in this case).
I will go through the plugins and update this to {{runs}} where applicable.
The issue obviously appeared after recent addition of the {{hide}} method to 
the inappbrowser plugin.

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826042#comment-15826042
 ] 

Sergey Shakhnazarov commented on CB-12353:
--

[~almost92] got it and reproduced the issue, thanks! I will investigate.

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12353:
-
Labels: reproduced triaged windows  (was: no-repro triaged windows)

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: reproduced, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12354) UWP - splashscreen images are not picked correctly

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825931#comment-15825931
 ] 

Sergey Shakhnazarov commented on CB-12354:
--

SplashScreenPhone will only be included to the Windows Phone 8.1 project so you 
should not see it in Windows 10 or Windows 8.1 builds.

> UWP - splashscreen images are not picked correctly
> --
>
> Key: CB-12354
> URL: https://issues.apache.org/jira/browse/CB-12354
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: splashscreen, uwp, windows
>
> I defined the splashscreens using the MRT concept as was instructed in the 
> plugin's overview.
> 620X300   splashscreen.scale-100.png
> 775X375   splashscreen.scale-125.png
> 868X420   splashscreen.scale-140.png
> 930X450   splashscreen.scale-150.png
> 1116  X540 splashscreen.scale-180.png
> 1240X600 splashscreen.scale-200.png
> 2480X1200 splashscreen.scale-400.png
> 480X800 splashscreenphone.scale-100.png
> 672X1120 splashscreenphone.scale-140.png
> 1152X1920 splashscreenphone.scale-240.png
> device: Lumia 950XL 
> I expect to get on of the scales of splashscreenphone images (portrait) but 
> instead I get one of the splashscreen images (landscape).
> as a workaround I tried renaming the splashsreenphone into splashscreen and 
> deleting the others(only 3 portraits), but then I get build error:
> error APPX1619: App manifest references the splash screen image 
> 'images\SplashScreen.scale-100.png' which does not have valid dimensions. It 
> must be 620x300 pixels.
> tried updating corodva-windows to the lastest master and splashscreen to 
> 4.0.1 and I can still see this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12353:
-
Labels: no-repro triaged windows  (was: splashscreen uwp windows-phone-10 
windows-universal)

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: no-repro, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825915#comment-15825915
 ] 

Sergey Shakhnazarov commented on CB-12353:
--

[~almost92] it does not reproduce for me - please attach a failing sample 
project.
I've tried using these steps:
{noformat}
npm i cordova@6.4.0
node node_modules\cordova\bin\cordova create test
cd test
node ..\node_modules\cordova\bin\cordova platform add windows@4.4.3
node ..\node_modules\cordova\bin\cordova plugin add 
cordova-plugin-splashscreen@4.0.0
{noformat}

Add this to config.xml:
{noformat}






{noformat}

Add this to deviceready:
{noformat}
onDeviceReady: function() {
this.receivedEvent('deviceready');
navigator.splashscreen.hide();
},
{noformat}

{{node ..\node_modules\cordova\bin\cordova run windows -- --phone --device}}

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: no-repro, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825886#comment-15825886
 ] 

Sergey Shakhnazarov commented on CB-12353:
--

[~almost92] ok, thanks.
How are you hiding the splashscreen? Are you using 
{{navigator.splashscreen.hide();}} in deviceready?
Can you please also post output of {{cordova platforms}} and {{cordova 
plugins}}? (windows platform and splashscreen plugin versions)

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: splashscreen, uwp, windows-phone-10, windows-universal
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12353) UWP - splashscreen is not hidden.

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825781#comment-15825781
 ] 

Sergey Shakhnazarov commented on CB-12353:
--

[~almost92] I could not reproduce the issue with master (github) versions of 
cordova-windows and cordova-plugin-splashscreen.
Can you please upload a minimal failing sample or provide {{config.xml}} 
settings relevant to the reproducing the bug?
Which version of Cordova do you have? {{cordova -v}}

> UWP - splashscreen is not hidden.
> -
>
> Key: CB-12353
> URL: https://issues.apache.org/jira/browse/CB-12353
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: splashscreen, uwp, windows-phone-10, windows-universal
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12354) UWP - splashscreen images are not picked correctly

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov closed CB-12354.

Resolution: Not A Problem

For UWP apps you can specify 
[SplashScreenBackgroundColor|https://github.com/apache/cordova-plugin-splashscreen/#windows-quirks]
 and use a transparent image (or make it have the same background color).
See also this [SO 
question|http://stackoverflow.com/questions/32201551/splash-screen-for-universal-windows-10-apps].

> UWP - splashscreen images are not picked correctly
> --
>
> Key: CB-12354
> URL: https://issues.apache.org/jira/browse/CB-12354
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: splashscreen, uwp, windows
>
> I defined the splashscreens using the MRT concept as was instructed in the 
> plugin's overview.
> 620X300   splashscreen.scale-100.png
> 775X375   splashscreen.scale-125.png
> 868X420   splashscreen.scale-140.png
> 930X450   splashscreen.scale-150.png
> 1116  X540 splashscreen.scale-180.png
> 1240X600 splashscreen.scale-200.png
> 2480X1200 splashscreen.scale-400.png
> 480X800 splashscreenphone.scale-100.png
> 672X1120 splashscreenphone.scale-140.png
> 1152X1920 splashscreenphone.scale-240.png
> device: Lumia 950XL 
> I expect to get on of the scales of splashscreenphone images (portrait) but 
> instead I get one of the splashscreen images (landscape).
> as a workaround I tried renaming the splashsreenphone into splashscreen and 
> deleting the others(only 3 portraits), but then I get build error:
> error APPX1619: App manifest references the splash screen image 
> 'images\SplashScreen.scale-100.png' which does not have valid dimensions. It 
> must be 620x300 pixels.
> tried updating corodva-windows to the lastest master and splashscreen to 
> 4.0.1 and I can still see this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12354) UWP - splashscreen images are not picked correctly

2017-01-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825747#comment-15825747
 ] 

Sergey Shakhnazarov commented on CB-12354:
--

[~almost92], {{splashscreenphone}} applies to Windows Phone 8.1 project only 
([docs|https://github.com/apache/cordova-plugin-splashscreen/#windows-specific-information]).
Do you have this issue for UWP (Windows 10) or Windows Phone 8.1 project?

> UWP - splashscreen images are not picked correctly
> --
>
> Key: CB-12354
> URL: https://issues.apache.org/jira/browse/CB-12354
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.0.0, 4.0.1
> Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>Reporter: Ali Mustafa
>  Labels: splashscreen, uwp, windows
>
> I defined the splashscreens using the MRT concept as was instructed in the 
> plugin's overview.
> 620X300   splashscreen.scale-100.png
> 775X375   splashscreen.scale-125.png
> 868X420   splashscreen.scale-140.png
> 930X450   splashscreen.scale-150.png
> 1116  X540 splashscreen.scale-180.png
> 1240X600 splashscreen.scale-200.png
> 2480X1200 splashscreen.scale-400.png
> 480X800 splashscreenphone.scale-100.png
> 672X1120 splashscreenphone.scale-140.png
> 1152X1920 splashscreenphone.scale-240.png
> device: Lumia 950XL 
> I expect to get on of the scales of splashscreenphone images (portrait) but 
> instead I get one of the splashscreen images (landscape).
> as a workaround I tried renaming the splashsreenphone into splashscreen and 
> deleting the others(only 3 portraits), but then I get build error:
> error APPX1619: App manifest references the splash screen image 
> 'images\SplashScreen.scale-100.png' which does not have valid dimensions. It 
> must be 620x300 pixels.
> tried updating corodva-windows to the lastest master and splashscreen to 
> 4.0.1 and I can still see this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2016-12-29 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12298:
-
Description: 
{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).

Workarounds:
1. Create packages in Visual Studio,
2. Use master/nightly platform version and additional MSBuild flag 
{noformat}cordova build windows --release --device -- --win 
--buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
--archs="x86 x64 arm"{noformat}

  was:
{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).

Workarounds:
1. Create packages in Visual Studio,
2. Use master/nightly platform version and additional MSBuild flag {{cordova 
build windows --release --device -- --win 
--buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
--archs="x86 x64 arm"}}


> [Windows] bundle.appxupload not generated for Windows 10 target
> ---
>
> Key: CB-12298
> URL: https://issues.apache.org/jira/browse/CB-12298
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Priority: Critical
>  Labels: triaged, windows, workaround-exists
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workarounds:
> 1. Create packages in Visual Studio,
> 2. Use master/nightly platform version and additional MSBuild flag 
> {noformat}cordova build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2016-12-29 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12298:
-
Description: 
{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).

Workarounds:
1. Create packages in Visual Studio,
2. Use master/nightly platform version and additional MSBuild flag {{cordova 
build windows --release --device -- --win 
--buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
--archs="x86 x64 arm"}}

  was:
{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).

Workaround:
Use master/nightly platform version and additional MSBuild flag {{cordova build 
windows --release --device -- --win 
--buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
--archs="x86 x64 arm"}}


> [Windows] bundle.appxupload not generated for Windows 10 target
> ---
>
> Key: CB-12298
> URL: https://issues.apache.org/jira/browse/CB-12298
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Priority: Critical
>  Labels: triaged, windows, workaround-exists
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workarounds:
> 1. Create packages in Visual Studio,
> 2. Use master/nightly platform version and additional MSBuild flag {{cordova 
> build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12277) Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it

2016-12-26 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12277:
-
Labels: android cannot-reproduce triaged  (was: )

> Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it
> 
>
> Key: CB-12277
> URL: https://issues.apache.org/jira/browse/CB-12277
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin SplashScreen
>Affects Versions: 4.0.1
> Environment: Windows 7 x64, engine Android 6, ionic CLI 2.1.17, ionic 
> 2 RC4
>Reporter: Musa Haidari
>Priority: Blocker
>  Labels: android, cannot-reproduce, triaged
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The app shows the splash screen on start. I want to close it programatically 
> using this.platform.exitApp(); and after opening it again, I want the splash 
> screen to apear again. The default behavoiur is to show the splash screen for 
> the first run only, and if we close it the way mentioned, the subsequent 
> openings will not show the splash screen.
> To override that  I used  value="false" />. Using this, the app shows splash screen for the first time 
> and when close the app as mentioned, and try opening it again, while it is 
> still available in recent apps, the app crashes most of the times reporting 
> this in ADB:
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: FATAL EXCEPTION: main
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: Process: 
> com.mydomain.myapp, PID: 30375
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: 
> java.lang.NullPointerException: Attempt to invoke virtual method 'void 
> android.widget.ImageView.setAnimation(android.view.animation.Animation)' on a 
> null object reference
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$4.run(SplashScreen.java:227)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.Activity.runOnUiThread(Activity.java:6050)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.removeSplashScreen(SplashScreen.java:217)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.access$1000(SplashScreen.java:49)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$5$1.run(SplashScreen.java:330)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.handleCallback(Handler.java:739)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.dispatchMessage(Handler.java:95)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Looper.loop(Looper.java:148)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.ActivityThread.main(ActivityThread.java:7325)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> java.lang.reflect.Method.invoke(Native Method)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12277) Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it

2016-12-26 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15778420#comment-15778420
 ] 

Sergey Shakhnazarov commented on CB-12277:
--

[~musahaidari], I cannot reproduce this in a Cordova blank app with master 
(Github) version and Android 6 emulator.
Could you upload a minimal failing project?

> Android, "SplashShowOnlyFirstTime"=true, crashes the app after re-opening it
> 
>
> Key: CB-12277
> URL: https://issues.apache.org/jira/browse/CB-12277
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin SplashScreen
>Affects Versions: 4.0.1
> Environment: Windows 7 x64, engine Android 6, ionic CLI 2.1.17, ionic 
> 2 RC4
>Reporter: Musa Haidari
>Priority: Blocker
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The app shows the splash screen on start. I want to close it programatically 
> using this.platform.exitApp(); and after opening it again, I want the splash 
> screen to apear again. The default behavoiur is to show the splash screen for 
> the first run only, and if we close it the way mentioned, the subsequent 
> openings will not show the splash screen.
> To override that  I used  value="false" />. Using this, the app shows splash screen for the first time 
> and when close the app as mentioned, and try opening it again, while it is 
> still available in recent apps, the app crashes most of the times reporting 
> this in ADB:
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: FATAL EXCEPTION: main
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: Process: 
> com.mydomain.myapp, PID: 30375
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime: 
> java.lang.NullPointerException: Attempt to invoke virtual method 'void 
> android.widget.ImageView.setAnimation(android.view.animation.Animation)' on a 
> null object reference
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$4.run(SplashScreen.java:227)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.Activity.runOnUiThread(Activity.java:6050)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.removeSplashScreen(SplashScreen.java:217)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen.access$1000(SplashScreen.java:49)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> org.apache.cordova.splashscreen.SplashScreen$5$1.run(SplashScreen.java:330)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.handleCallback(Handler.java:739)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Handler.dispatchMessage(Handler.java:95)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.os.Looper.loop(Looper.java:148)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> android.app.ActivityThread.main(ActivityThread.java:7325)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> java.lang.reflect.Method.invoke(Native Method)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
> 12-20 09:35:50.851 30375 30375 E AndroidRuntime:at 
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2016-12-26 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12298:
-
Labels: triaged windows workaround-exists  (was: )

> [Windows] bundle.appxupload not generated for Windows 10 target
> ---
>
> Key: CB-12298
> URL: https://issues.apache.org/jira/browse/CB-12298
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Priority: Critical
>  Labels: triaged, windows, workaround-exists
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workaround:
> Use master/nightly platform version and additional MSBuild flag {{cordova 
> build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2016-12-23 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12298:
-
Description: 
{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).

Workaround:
Use master/nightly platform version and additional MSBuild flag {{cordova build 
windows --release --device -- --win 
--buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
--archs="x86 x64 arm"}}

  was:{{cordova build windows --release --device -- --win --bundle --uap 
--archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
AppPackages ([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).


> [Windows] bundle.appxupload not generated for Windows 10 target
> ---
>
> Key: CB-12298
> URL: https://issues.apache.org/jira/browse/CB-12298
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Priority: Critical
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workaround:
> Use master/nightly platform version and additional MSBuild flag {{cordova 
> build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

2016-12-23 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12298:


 Summary: [Windows] bundle.appxupload not generated for Windows 10 
target
 Key: CB-12298
 URL: https://issues.apache.org/jira/browse/CB-12298
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Shakhnazarov
Priority: Critical


{{cordova build windows --release --device -- --win --bundle --uap --archs="x86 
x64 arm"}} does not result in a *.bundle.appxupload generated in AppPackages 
([known 
issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12099) [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker

2016-12-21 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767091#comment-15767091
 ] 

Sergey Shakhnazarov commented on CB-12099:
--

[~depict...@gmail.com], [~mikegleasonjr], [~freddiefishes] - could you please 
look if [this 
solution|https://issues.apache.org/jira/browse/CB-11565?focusedCommentId=15766525=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15766525]
 fixes the issue for you?

> [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker
> -
>
> Key: CB-12099
> URL: https://issues.apache.org/jira/browse/CB-12099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0
>Reporter: Matt Thompson
>Priority: Minor
>
> I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) 
> (https://github.com/apache/cordova-plugin-splashscreen). 
> The various splash screen images I set are displaying on both Android and iOS 
> devices. However, on Android devices there is a white flash between the 
> splash screen images and my app loading.
> In my Cordova config.xml file, I have the following lines for the splash 
> screen:
> {code:xml}
> 
> 
> {code}
> I tried disabling the splash screen image from automatically hiding and 
> increasing the delay before the splash screen hides by adding the additional 
> following lines to config.xml:
> {code:xml}
> 
> 
> {code}
> Because auto hide is false and the delay is 10 seconds, I should see the 
> static loading image for a full 10 seconds, but on both iOS and Android it 
> only displays for a second or two. I'm guessing that is the root of the 
> problem.
> Once auto hide can be disabled, I hoped to manually trigger hiding the splash 
> screen within my app's main init function using:
> {code:javascript}
> navigator.splashscreen.hide(); 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11565) show Black screen before show a splash screen during application launch.

2016-12-21 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15766525#comment-15766525
 ] 

Sergey Shakhnazarov commented on CB-11565:
--

[~312977], [~vincent.vanackere] - try using these forks:
https://github.com/daserge/cordova-android/tree/CB-12099
https://github.com/daserge/cordova-plugin-splashscreen/tree/CB-12099

{{git clone -b CB-12099 https://github.com/daserge/cordova-android}}
{{git clone -b CB-12099 https://github.com/daserge/cordova-plugin-splashscreen}}
{{cd project}}
{{cordova platform add ..\cordova-android}}
{{cordova plugin add ..\cordova-plugin-splashscreen}}

Looks like these changes might be incorporated on next cordova-android major 
bump.
[Link to the proposal and 
discussion|http://apache.markmail.org/thread/7udppeup5pejrvmb]

> show Black screen before show  a splash screen during application launch.
> -
>
> Key: CB-11565
> URL: https://issues.apache.org/jira/browse/CB-11565
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: cordova6.2  android 6.0
>Reporter: huxiaozhong
>Assignee: Sergey Shakhnazarov
>  Labels: android, triaged, wfc
> Fix For: 3.2.0
>
> Attachments: AppForGet.zip, splash1.png, splash2.png
>
>
> This plugin show black screen before displays  splash screen during 
> application launch.
> After the launch app, first show black screen, approximately 0.2 seconds,
> The following show splash screen,
> why?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11602) Splashscreen plugin receives onPause and hides

2016-12-20 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-11602:
-
Summary: Splashscreen plugin receives onPause and hides  (was: Splashcreen 
plugin receives onPause and hides)

> Splashscreen plugin receives onPause and hides
> --
>
> Key: CB-11602
> URL: https://issues.apache.org/jira/browse/CB-11602
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 
> 2.8.0, 2.9.0, 2.9.1, 3.5.0
> Environment: Android
>Reporter: Nikolay Babanov
>Assignee: Sergey Shakhnazarov
>  Labels: easyfix, triaged
> Fix For: 4.0.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When you set the "AutoHideSplashScreen" to false in the config.xml, the 
> splash screen still automatically closes, before the crosswalk webview is 
> loaded.
> This is caused by the plugin receiving the onPause event and therefore 
> dismissing itself.
> My proposed solution is to use the onStop event in place of the onPause, as 
> this fixes the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12238) [Windows] Colorize titlebar to match splash bg color

2016-12-20 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12238.
--
Resolution: Implemented

Added in 4.5.0-dev

> [Windows] Colorize titlebar to match splash bg color
> 
>
> Key: CB-12238
> URL: https://issues.apache.org/jira/browse/CB-12238
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: splashscreen, triaged, windows
>
> 8.1/10 title bar color should match splashscreen background color - otherwise 
> there is a kind of flashing to the white/accent color when extended splash is 
> shown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11177) SplashScreen gets shifted on Windows devices with soft navbar

2016-12-19 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-11177.
--
Resolution: Fixed

Fixed in 4.5.0-dev

> SplashScreen gets shifted on Windows devices with soft navbar
> -
>
> Key: CB-11177
> URL: https://issues.apache.org/jira/browse/CB-11177
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: mustfix, splashscreen, triaged
> Attachments: extendedSplash[1].png, launchImage[1].png
>
>
> This can be partially avoided by showing a statusbar:
> {noformat}
> var statusBar = Windows.UI.ViewManagement.StatusBar.getForCurrentView();
> if (statusBar) {
> statusBar.backgroundColor = { a: 0, r: 41, g: 40, b: 38 };
> statusBar.backgroundOpacity = 1;
> statusBar.showAsync();
> }
> {noformat}
> This should be conditional to soft navigation bar presence though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12250) config-file plist entries not removed on plugin rm

2016-12-14 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12250:
-
Labels: ios triaged  (was: )

> config-file plist  entries not removed on plugin rm
> --
>
> Key: CB-12250
> URL: https://issues.apache.org/jira/browse/CB-12250
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Sergey Shakhnazarov
>  Labels: ios, triaged
>
> 1. {{cordova plugin add cordova-plugin-ms-adal@0.8.1}}
> 2. {{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
> ->
> {noformat}
> ...
> CFBundleURLTypes
> 
>   
> CFBundleTypeRole
> Editor
> CFBundleURLName
> $(CFBundleIdentifier)
> CFBundleURLSchemes
> 
>   x-msauth-$(CFBundleIdentifier:rfc1034identifier)
> 
>   
> {noformat}
> 3. {{cordova plugin rm ms-adal}}
> {{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
> -> CFBundleURLTypes not removed
> 4. The array will be populated with another duplicating entry on next plugin 
> install.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12250) config-file plist entries not removed on plugin rm

2016-12-14 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12250:


 Summary: config-file plist  entries not removed on plugin rm
 Key: CB-12250
 URL: https://issues.apache.org/jira/browse/CB-12250
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Reporter: Sergey Shakhnazarov


1. {{cordova plugin add cordova-plugin-ms-adal@0.8.1}}
2. {{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
->
{noformat}
...
CFBundleURLTypes

  
CFBundleTypeRole
Editor
CFBundleURLName
$(CFBundleIdentifier)
CFBundleURLSchemes

  x-msauth-$(CFBundleIdentifier:rfc1034identifier)

  
{noformat}
3. {{cordova plugin rm ms-adal}}
{{cat platforms/ios/HelloCordova/HelloCordova-Info.plist}}
-> CFBundleURLTypes not removed
4. The array will be populated with another duplicating entry on next plugin 
install.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12238) [Windows] Colorize titlebar to match splash bg color

2016-12-12 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12238:


 Summary: [Windows] Colorize titlebar to match splash bg color
 Key: CB-12238
 URL: https://issues.apache.org/jira/browse/CB-12238
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Shakhnazarov
Assignee: Sergey Shakhnazarov


8.1/10 title bar color should match splashscreen background color - otherwise 
there is a kind of flashing to the white/accent color when extended splash is 
shown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-12 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12193.
--
Resolution: Fixed

Fixed in 4.5.0-dev

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>  Labels: reproduced, triaged, windows
> Attachments: CordovaTest.zip
>
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12159) Android: Keystore password prompt won't show up

2016-12-09 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15734704#comment-15734704
 ] 

Sergey Shakhnazarov commented on CB-12159:
--

[~rodrigograca31] you can use {{cordova platform add 
https://github.com/apache/cordova-android}} for now (until the fix is released).

> Android: Keystore password prompt won't show up
> ---
>
> Key: CB-12159
> URL: https://issues.apache.org/jira/browse/CB-12159
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Teemu Halmela
>  Labels: android, gradle, keystore, password, prompt, reproduced, 
> triaged
>
> After updating platform to Android 6.0.0 keystore password prompt won't work 
> anymore.
> This happens when doing release build with command
> {noformat}
> cordova build --release --buildConfig build.json
> {noformat}
> Where build.json contains keystore and alias properties.
> On previous version this showed a prompt that asked for keystore passwords.
> With new version build fails with an error because it won't have the correct 
> passwords.
> {noformat}
> Execution failed for task ':packageArmv7Release'.
> > com.android.ide.common.signing.KeytoolException: Failed to read key STORE 
> > from store "KEYSTORE": Keystore was tampered with, or password was incorrect
> {noformat}
> I'm using Cordova 6.4.0 and have tested this with Android 5.1.1 and 5.2.2 and 
> both of those work. Android 6.1.0 has the same issue.
> It seems to me that validateReleaseSigning task isn't being added to gradle 
> tasks anymore for some reason, which means prompt won't be shown.
> I think this function is supposed to show the prompt 
> {code:javascript|title=platforms/android/build.gradle}
> gradle.taskGraph.whenReady { taskGraph ->
> taskGraph.getAllTasks().each() { task ->
> if (task.name == 'validateReleaseSigning') {
> promptForReleaseKeyPassword()
> }
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-08 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15732421#comment-15732421
 ] 

Sergey Shakhnazarov commented on CB-12193:
--

Thank you [~ven.guddanti] - this worked well!
Could you please test if [the 
fix|https://github.com/daserge/cordova-windows/tree/CB-12193] works for your 
use case?
I just don't have enough context on the scenario to see/test all the cases.

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>  Labels: reproduced, triaged, windows
> Attachments: CordovaTest.zip
>
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12217) FileTransfer stops at line 509 over https

2016-12-08 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15731860#comment-15731860
 ] 

Sergey Shakhnazarov commented on CB-12217:
--

Hi [~massimili...@perantoni.net], sorry, the branch is no more as it's already 
merged to master.
Please try with {{chunkedMode=false}} and {{cordova plugin add 
https://github.com/apache/cordova-plugin-file-transfer}}.

> FileTransfer stops at line 509 over https
> -
>
> Key: CB-12217
> URL: https://issues.apache.org/jira/browse/CB-12217
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: 1.6.0
> Environment: Android emulator
>Reporter: Massimiliano Perantoni
>
> it seems as if in my conditions the connection gets hung waiting to get an 
> answer that will never arrive.
> I enabled the debug mode, this is what I get with
> adb logcat FileTransfer:*
> D/FileTransfer(10912): upload 
> file:///storage/sdcard/Android/data/com.mywonder.androidApp/cache/1480944997088.png
>  to https://anywebsite.ssl/postuploadEndpoint
> D/FileTransfer(10912): fileKey: file
> D/FileTransfer(10912): fileName: 1480944997088.png
> D/FileTransfer(10912): mimeType: image/png
> D/FileTransfer(10912): trustEveryone: true
> D/FileTransfer(10912): chunkedMode: true
> D/FileTransfer(10912): headers: {"Connection":"close"}
> D/FileTransfer(10912): objectId: 1
> D/FileTransfer(10912): httpMethod: POST
> D/FileTransfer(10912): Content Length: 2169
> D/FileTransfer(10912): Sent 2169 of 2169
> From the code, as few lines after it should print more things, it seems 
> evident that system hangs exactly at the line 
> int responseCode = conn.getResponseCode();
> and never gets out of there.
> conn is declared as a HttpURLConnection.
> For what I remember I have this problem in production systems only behind a 
> AJP Proxy + SSL made with Apache.
> If I connect directly to my endpoint (JaxRS+Wildfly 8.2.1.Final) there's no 
> problem.
> Didn't test with HTTP either, but i think it works, it seems more SSL related.
> Any Idea?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12099) [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker

2016-12-07 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729075#comment-15729075
 ] 

Sergey Shakhnazarov commented on CB-12099:
--

[~freddiefishes], have you found any solution for android flicker issue?

> [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker
> -
>
> Key: CB-12099
> URL: https://issues.apache.org/jira/browse/CB-12099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0
>Reporter: Matt Thompson
>Priority: Minor
>
> I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) 
> (https://github.com/apache/cordova-plugin-splashscreen). 
> The various splash screen images I set are displaying on both Android and iOS 
> devices. However, on Android devices there is a white flash between the 
> splash screen images and my app loading.
> In my Cordova config.xml file, I have the following lines for the splash 
> screen:
> {code:xml}
> 
> 
> {code}
> I tried disabling the splash screen image from automatically hiding and 
> increasing the delay before the splash screen hides by adding the additional 
> following lines to config.xml:
> {code:xml}
> 
> 
> {code}
> Because auto hide is false and the delay is 10 seconds, I should see the 
> static loading image for a full 10 seconds, but on both iOS and Android it 
> only displays for a second or two. I'm guessing that is the root of the 
> problem.
> Once auto hide can be disabled, I hoped to manually trigger hiding the splash 
> screen within my app's main init function using:
> {code:javascript}
> navigator.splashscreen.hide(); 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-07 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728846#comment-15728846
 ] 

Sergey Shakhnazarov commented on CB-12193:
--

[~ven.guddanti], thank you for the sample!
I've managed to reproduce the issue but don't see a way to check that 
CoreWindow is unavailable for Windows 10 Mobile - it does not fail the 
{{Windows.UI.ViewManagement.InputPane.getForCurrentView()}} but crashes on 
{{Windows.UI.Core.SystemNavigationManager.getForCurrentView}} which corresponds 
to your findings.
So to improve this scenario we'll need to determine somehow that we are in a 
webview - do you happen to know a way to check this?

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>  Labels: reproduced, triaged, windows
> Attachments: CordovaTest.zip
>
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-07 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12193:
-
Labels: reproduced triaged windows  (was: )

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>  Labels: reproduced, triaged, windows
> Attachments: CordovaTest.zip
>
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-06 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726488#comment-15726488
 ] 

Sergey Shakhnazarov commented on CB-12193:
--

[~ven.guddanti], yes it would be great if you could upload a sample.
I tried to reproduce this with a blank WinJS app - issue did not occur for me 
neither on adding cordova.js after base.js nor on commenting out base.js 
reference and copying it to the {{www/WinJS/js/base.js}} location.

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12193) cordova.js crashes windows app if there is no CoreWindow

2016-12-05 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722452#comment-15722452
 ] 

Sergey Shakhnazarov commented on CB-12193:
--

[~ven.guddanti], which framework are you using?
Is there any reproduce steps/test setup for the issue?

> cordova.js crashes windows app if there is no CoreWindow
> 
>
> Key: CB-12193
> URL: https://issues.apache.org/jira/browse/CB-12193
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: Windows 10
>Reporter: venkata guddanti
>Priority: Critical
>
> The back button support in cordova.js crashes windows app. In particular the 
> following line crashes:
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> Putting try catch around it does not help. It crashes deep in the bowels of 
> native code. So I believe there should a fix similar to the following code in 
> WinJS base.js:
> // If getForCurrentView fails, it is an indication that we are running in 
> a WebView without
> // a CoreWindow where some WinRT APIs are not available. In this case, we 
> just treat it as
> // if no WinRT APIs are available.
> var isCoreWindowAvailable = false;
> try{
>   _Global.Windows.UI.ViewManagement.InputPane.getForCurrentView();
>   isCoreWindowAvailable = true;
> }
> catch (e){
> }
> You can then skip setting up the back button handler if there is no 
> CoreWindow:
> if (isCoreWindowAvailable)
>   {
> var navigationManager = 
> Windows.UI.Core.SystemNavigationManager.getForCurrentView();
> ...
> }
> I am aware that Cordova Windows 10 is not supported in a WebView (i.e. there 
> is no CoreWindow). But WinJS and majority of Windows APIs work. Cordova 4.0.0 
> used to work as well, since there was no back button support in it. Plugins 
> that need CoreWindow (i.e. plugins that show native UI) like Camera etc have 
> issues without it. We have a framework where we proxy these plugins through 
> the main application Window (similar to iOS and Android).
> Please do consider this and incorporate a fix in cordova for Windows 10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12217) FileTransfer stops at line 509 over https

2016-12-05 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722428#comment-15722428
 ] 

Sergey Shakhnazarov commented on CB-12217:
--

[~massimili...@perantoni.net], could you test this with {{chunkedMode=false}} 
and the fix for CB-10974 (it will force the chunkedMode to true without it 
otherwise)?
{{git clone -b CB-10974 
https://github.com/daserge/cordova-plugin-file-transfer}}
{{cd project}}
{{cordova plugin add ..\cordova-plugin-file-transfer}}

> FileTransfer stops at line 509 over https
> -
>
> Key: CB-12217
> URL: https://issues.apache.org/jira/browse/CB-12217
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Affects Versions: 1.6.0
> Environment: Android emulator
>Reporter: Massimiliano Perantoni
>
> it seems as if in my conditions the connection gets hung waiting to get an 
> answer that will never arrive.
> I enabled the debug mode, this is what I get with
> adb logcat FileTransfer:*
> D/FileTransfer(10912): upload 
> file:///storage/sdcard/Android/data/com.mywonder.androidApp/cache/1480944997088.png
>  to https://anywebsite.ssl/postuploadEndpoint
> D/FileTransfer(10912): fileKey: file
> D/FileTransfer(10912): fileName: 1480944997088.png
> D/FileTransfer(10912): mimeType: image/png
> D/FileTransfer(10912): trustEveryone: true
> D/FileTransfer(10912): chunkedMode: true
> D/FileTransfer(10912): headers: {"Connection":"close"}
> D/FileTransfer(10912): objectId: 1
> D/FileTransfer(10912): httpMethod: POST
> D/FileTransfer(10912): Content Length: 2169
> D/FileTransfer(10912): Sent 2169 of 2169
> From the code, as few lines after it should print more things, it seems 
> evident that system hangs exactly at the line 
> int responseCode = conn.getResponseCode();
> and never gets out of there.
> conn is declared as a HttpURLConnection.
> For what I remember I have this problem in production systems only behind a 
> AJP Proxy + SSL made with Apache.
> If I connect directly to my endpoint (JaxRS+Wildfly 8.2.1.Final) there's no 
> problem.
> Didn't test with HTTP either, but i think it works, it seems more SSL related.
> Any Idea?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12159) Android: Keystore password prompt won't show up

2016-12-02 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12159:
-
Labels: android gradle keystore password prompt reproduced triaged  (was: 
android gradle keystore password prompt)

> Android: Keystore password prompt won't show up
> ---
>
> Key: CB-12159
> URL: https://issues.apache.org/jira/browse/CB-12159
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Teemu Halmela
>  Labels: android, gradle, keystore, password, prompt, reproduced, 
> triaged
>
> After updating platform to Android 6.0.0 keystore password prompt won't work 
> anymore.
> This happens when doing release build with command
> {noformat}
> cordova build --release --buildConfig build.json
> {noformat}
> Where build.json contains keystore and alias properties.
> On previous version this showed a prompt that asked for keystore passwords.
> With new version build fails with an error because it won't have the correct 
> passwords.
> {noformat}
> Execution failed for task ':packageArmv7Release'.
> > com.android.ide.common.signing.KeytoolException: Failed to read key STORE 
> > from store "KEYSTORE": Keystore was tampered with, or password was incorrect
> {noformat}
> I'm using Cordova 6.4.0 and have tested this with Android 5.1.1 and 5.2.2 and 
> both of those work. Android 6.1.0 has the same issue.
> It seems to me that validateReleaseSigning task isn't being added to gradle 
> tasks anymore for some reason, which means prompt won't be shown.
> I think this function is supposed to show the prompt 
> {code:javascript|title=platforms/android/build.gradle}
> gradle.taskGraph.whenReady { taskGraph ->
> taskGraph.getAllTasks().each() { task ->
> if (task.name == 'validateReleaseSigning') {
> promptForReleaseKeyPassword()
> }
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-7879) [Windows] Icons & Splash screen files don't get copied

2016-12-02 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-7879.
-
Resolution: Duplicate

See the [splashscreen 
docs|https://github.com/apache/cordova-plugin-splashscreen#windows-specific-information]
 for the list of supported scales.

> [Windows] Icons & Splash screen files don't get copied
> --
>
> Key: CB-7879
> URL: https://issues.apache.org/jira/browse/CB-7879
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.0.0
>Reporter: Michael Schmidt
>
> Icons & Splash screen files as defined in the config.xml don't don't get 
> copied into their respective folders in the windows platform
> Example: 
> config.xml:
> 
>  width="1152" height="1920" />
> 
> should get copied into:
> /windows/images/SplashScreen.scale-240.png
> This copy operation doesn't take place.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-9287) Not enough Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1

2016-12-02 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-9287.
-
Resolution: Implemented

Implemented in 4.5.0-dev

> Not enough Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> 
>
> Key: CB-9287
> URL: https://issues.apache.org/jira/browse/CB-9287
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.0.0
> Environment: Cordova 4.0.0, Windows Platform 3.7.1
>Reporter: Dennis Patzer
>Assignee: Jesse MacFadyen
>  Labels: triaged, windows
> Attachments: splashscreens_windows_universal_app.jpg
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> For some reason, for example only one splashscreen size is supported 
> (620x300). When I add other sizes by adding the following line:
>  src="../resources/themes/windows-phone/img/splashscreen/splashscreen.scale-140.png"
>  width="868" height="420" />
> The image isn't copied to the cordova/platforms/windows/images folder when 
> building. This is the reason why it's also not included and referenced in the 
> resulting package.windows.appxmanifest.
> Why is that?? Or am I doing something wrong?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12143) Splash Screen on Ipad has wrong orientation and image

2016-11-30 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15708748#comment-15708748
 ] 

Sergey Shakhnazarov commented on CB-12143:
--

[~svante.jacob...@21st.se], thanks for the details!

Could you try to use only launch images for full-screen (i.e. without statusbar 
subtracted, f.e. 768x1024 instead of 768x1004) and check that "Status bar is 
initially hidden" is YES in the plist file?

It seems that cordova-ios currently does not support non-full-screen ones:
[1|https://github.com/apache/cordova-ios/blob/92a62997adb3c8512328d5a0ae42fe5d156291f1/bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json#L126-L131],
 
[2|https://github.com/apache/cordova-ios/blob/b8ae88d822135a149ff1ea7b6e5feb045a2220eb/bin/templates/scripts/cordova/lib/prepare.js#L385-L396].


> Splash Screen on Ipad has wrong orientation and image
> -
>
> Key: CB-12143
> URL: https://issues.apache.org/jira/browse/CB-12143
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
> Environment: iOS
>Reporter: Svante Jacobsen
>  Labels: ios, no-repro, triaged
> Attachments: ipad-pgb.png, sctest.zip
>
>
> The splash screen on Ipad is not working. When app is started and splash 
> screen is supposed to show, the screen is first rotated and then showing a 
> splash screen for landscape orientation when holding device in portrait 
> orientation. Also, the splash image shown is the Cordova default, not my 
> design.
> Using Phonegap Build cli-6.3.0 (4.2.0 / 5.2.1 / 4.4.1) and 
> cordova-plugin-splashscreen 4.0.0.
> Android and Iphone 4, 5, 6 all work. The only issue is with Ipad (eg. model 
> A1474 and A1416).
> Affected app (#693828) has setting to force portrait orientation:
> 
> 
> I have tried to include more splash screen images and resolutions and even 
> landscape ones but they all seems to be overridden by this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12159) Android: Keystore password prompt won't show up

2016-11-29 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15705745#comment-15705745
 ] 

Sergey Shakhnazarov commented on CB-12159:
--

Changing build.gradle' {{[if (task.name == 
'validateReleaseSigning')|https://github.com/apache/cordova-android/blob/5346a386f791a278f4edf903646cb0e5e9de7590/bin/templates/project/build.gradle#L267]}}
 to {{if (task.name == 'assembleRelease')}} seems to fix the issue.

> Android: Keystore password prompt won't show up
> ---
>
> Key: CB-12159
> URL: https://issues.apache.org/jira/browse/CB-12159
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Reporter: Teemu Halmela
>  Labels: android, gradle, keystore, password, prompt
>
> After updating platform to Android 6.0.0 keystore password prompt won't work 
> anymore.
> This happens when doing release build with command
> {noformat}
> cordova build --release --buildConfig build.json
> {noformat}
> Where build.json contains keystore and alias properties.
> On previous version this showed a prompt that asked for keystore passwords.
> With new version build fails with an error because it won't have the correct 
> passwords.
> {noformat}
> Execution failed for task ':packageArmv7Release'.
> > com.android.ide.common.signing.KeytoolException: Failed to read key STORE 
> > from store "KEYSTORE": Keystore was tampered with, or password was incorrect
> {noformat}
> I'm using Cordova 6.4.0 and have tested this with Android 5.1.1 and 5.2.2 and 
> both of those work. Android 6.1.0 has the same issue.
> It seems to me that validateReleaseSigning task isn't being added to gradle 
> tasks anymore for some reason, which means prompt won't be shown.
> I think this function is supposed to show the prompt 
> {code:javascript|title=platforms/android/build.gradle}
> gradle.taskGraph.whenReady { taskGraph ->
> taskGraph.getAllTasks().each() { task ->
> if (task.name == 'validateReleaseSigning') {
> promptForReleaseKeyPassword()
> }
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12192) No SplashScreen on Windows when content.src is subpage

2016-11-29 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12192:


 Summary: No SplashScreen on Windows when content.src is subpage
 Key: CB-12192
 URL: https://issues.apache.org/jira/browse/CB-12192
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Shakhnazarov
Assignee: Sergey Shakhnazarov


{{cordova plugin add cordova-plugin-test-framework}} 

Switch config.xml content.src to {{cdvtests/index.html}} -> splashscreen will 
not be shown as prebuild.js does not patch HTML adding base.js as regex fails 
for {{../cordova.js}}.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-25 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15696066#comment-15696066
 ] 

Sergey Shakhnazarov commented on CB-12154:
--

[~imadige] could you test if the PR works for your case?

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: samed ceylan
>Priority: Critical
>  Labels: ios, reproduced, triaged
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-23 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12154:
-
Labels: ios reproduced triaged  (was: ios triaged)

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: samed ceylan
>Priority: Critical
>  Labels: ios, reproduced, triaged
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12117) Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 4.2.0 (cordova default splashscreen is loaded)

2016-11-23 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15690012#comment-15690012
 ] 

Sergey Shakhnazarov commented on CB-12117:
--

Hello [~davixz], I've tried that and the issue does not reproduce for me (tried 
removing and adding cordova-ios@4.2.0 and 4.3.0).
Could you double check if the 
{{resources/ios/splash/Default-568h@2x~iphone.png}} has the correct size?
Also - do you use sym/hard links in your project setup?

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---
>
> Key: CB-12117
> URL: https://issues.apache.org/jira/browse/CB-12117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 6.0.0
> Environment: Cordova >= 6.0.0
>Reporter: David Azevedo
>  Labels: ios, no-repro, triaged, wfc
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-18 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677034#comment-15677034
 ] 

Sergey Shakhnazarov commented on CB-12154:
--

[~imadige] thanks!
Does the issue reproduce if you set {{options.chunkedMode = false;}}?

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: samed ceylan
>Priority: Critical
>  Labels: ios, triaged
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12143) Splash Screen on Ipad has wrong orientation and image

2016-11-17 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15673793#comment-15673793
 ] 

Sergey Shakhnazarov commented on CB-12143:
--

[~svante.jacob...@21st.se], are you using Cordova or Phonegap CLI?
I've just tried with phonegap@6.3.0 - created a blank project, which uses 
ios@4.1.1 and cordova-plugin-splashscreen@3.2.2 by default and the splashscreen 
worked properly - it shows Phonegap Build splash image in portrait orientation 
(even when the simulator is rotated).
Changing to ios@4.2.0 and cordova-plugin-splashscreen@4.0.0 did not break this 
case (although other issues occured in the XCode logs and device ready did not 
fire).

Could you upload a failing project somewhere?

> Splash Screen on Ipad has wrong orientation and image
> -
>
> Key: CB-12143
> URL: https://issues.apache.org/jira/browse/CB-12143
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
> Environment: iOS
>Reporter: Svante Jacobsen
>  Labels: ios, no-repro, triaged
> Attachments: ipad-pgb.png
>
>
> The splash screen on Ipad is not working. When app is started and splash 
> screen is supposed to show, the screen is first rotated and then showing a 
> splash screen for landscape orientation when holding device in portrait 
> orientation. Also, the splash image shown is the Cordova default, not my 
> design.
> Using Phonegap Build cli-6.3.0 (4.2.0 / 5.2.1 / 4.4.1) and 
> cordova-plugin-splashscreen 4.0.0.
> Android and Iphone 4, 5, 6 all work. The only issue is with Ipad (eg. model 
> A1474 and A1416).
> Affected app (#693828) has setting to force portrait orientation:
> 
> 
> I have tried to include more splash screen images and resolutions and even 
> landscape ones but they all seems to be overridden by this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12117) Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 4.2.0 (cordova default splashscreen is loaded)

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15671344#comment-15671344
 ] 

Sergey Shakhnazarov commented on CB-12117:
--

Hi [~davixz], it works for 9.0 and 9.3 simulators for me as well.
Could you test if this reproduces on a clean app (with just res/screen/... 
resources added and with config.xml updates corresponding to the splashscreen)?
In case it will fail too - could you upload a generated project somewhere so 
that I could try to compare it with working one?

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---
>
> Key: CB-12117
> URL: https://issues.apache.org/jira/browse/CB-12117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 6.0.0
> Environment: Cordova >= 6.0.0
>Reporter: David Azevedo
>  Labels: ios, no-repro, triaged, wfc
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12154:
-
Labels: ios triaged  (was: )

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: samed ceylan
>Priority: Critical
>  Labels: ios, triaged
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12154:
-
Component/s: Plugin File Transfer

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: samed ceylan
>Priority: Critical
>  Labels: ios, triaged
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12154) file-transfer progressEvent.total = -1 on iOS

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12154:
-
Summary: file-transfer progressEvent.total = -1 on iOS  (was: 
cordova-plugin-file-transfer)

> file-transfer progressEvent.total = -1 on iOS
> -
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: samed ceylan
>Priority: Critical
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-12154) cordova-plugin-file-transfer

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669928#comment-15669928
 ] 

Sergey Shakhnazarov edited comment on CB-12154 at 11/16/16 9:20 AM:


[~imadige] could you add some details and test code (especially call options) + 
an endpoint for testing?
Also, which platform is failing?
Please add details of your environment (host OS & version, target OS, model & 
version).


was (Author: daserge):
[~imadige] could you add some details and test code (especially call options) + 
an endpoint for testing?

> cordova-plugin-file-transfer
> 
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: samed ceylan
>Priority: Critical
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12154) cordova-plugin-file-transfer

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12154:
-
Environment: (was: cordova-plugin-file-transfer bug progressEvent.total 
= -1)

> cordova-plugin-file-transfer
> 
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: samed ceylan
>Priority: Critical
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12154) cordova-plugin-file-transfer

2016-11-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669928#comment-15669928
 ] 

Sergey Shakhnazarov commented on CB-12154:
--

[~imadige] could you add some details and test code (especially call options) + 
an endpoint for testing?

> cordova-plugin-file-transfer
> 
>
> Key: CB-12154
> URL: https://issues.apache.org/jira/browse/CB-12154
> Project: Apache Cordova
>  Issue Type: Bug
> Environment: cordova-plugin-file-transfer bug progressEvent.total = -1
>Reporter: samed ceylan
>Priority: Critical
>
> cordova-plugin-file-transfer bug progressEvent.total = -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12143) Splash Screen on Ipad has wrong orientation and image

2016-11-15 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12143:
-
Labels: ios no-repro triaged  (was: )

> Splash Screen on Ipad has wrong orientation and image
> -
>
> Key: CB-12143
> URL: https://issues.apache.org/jira/browse/CB-12143
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Svante Jacobsen
>  Labels: ios, no-repro, triaged
>
> The splash screen on Ipad is not working. When app is started and splash 
> screen is supposed to show, the screen is first rotated and then showing a 
> splash screen for landscape orientation when holding device in portrait 
> orientation. Also, the splash image shown is the Cordova default, not my 
> design.
> Using Phonegap Build cli-6.3.0 (4.2.0 / 5.2.1 / 4.4.1) and 
> cordova-plugin-splashscreen 4.0.0.
> Android and Iphone 4, 5, 6 all work. The only issue is with Ipad (eg. model 
> A1474 and A1416).
> Affected app (#693828) has setting to force portrait orientation:
> 
> 
> I have tried to include more splash screen images and resolutions and even 
> landscape ones but they all seems to be overridden by this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11751) 'extendedSplashScreen' is undefined

2016-11-15 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15667406#comment-15667406
 ] 

Sergey Shakhnazarov commented on CB-11751:
--

[~andreujuanc] I would be grateful if you could test how the fix works for your 
case:
{{git clone -b CB-11751 --depth 1 https://github.com/daserge/cordova-windows}}
{{cd project-name}}
{{cordova platform add ..\cordova-windows}}

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-11751) 'extendedSplashScreen' is undefined

2016-11-14 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664462#comment-15664462
 ] 

Sergey Shakhnazarov edited comment on CB-11751 at 11/14/16 5:25 PM:


[~andreujuanc] you should not be replacing whole body tag as you will loose 
WinJS/base.js script which is required for application life cycle-related logic 
such as an activation event (which is particularly needed for push 
notifications, protocol activation, etc.).

You should use/update a container div instead and *optionally disable the 
splashscreen if you don't need it*:
{{}}

Could you add some details about your use case - which framework are you using 
if any?

I'll send a PR soon updating extendedSplashScreen->splashElement, thanks again!


was (Author: daserge):
[~andreujuanc] you should not be replacing whole body tag as you will loose 
WinJS/base.js script which is required for application life cycle-related logic 
such as an activation event (which is particularly needed for push 
notifications, protocol activation, etc.).

You should use/update a container div instead and **optionally disable the 
splashscreen if you don't need it**:
{{}}

Could you add some details about your use case - which framework are you using 
if any?

I'll send a PR soon updating extendedSplashScreen->splashElement, thanks again!

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11751) 'extendedSplashScreen' is undefined

2016-11-14 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664462#comment-15664462
 ] 

Sergey Shakhnazarov commented on CB-11751:
--

[~andreujuanc] you should not be replacing whole body tag as you will loose 
WinJS/base.js script which is required for application life cycle-related logic 
such as an activation event (which is particularly needed for push 
notifications, protocol activation, etc.).

You should use/update a container div instead and **optionally disable the 
splashscreen if you don't need it**:
{{}}

Could you add some details about your use case - which framework are you using 
if any?

I'll send a PR soon updating extendedSplashScreen->splashElement, thanks again!

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-12117) Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 4.2.0 (cordova default splashscreen is loaded)

2016-11-11 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-12117:
-
Labels: ios no-repro triaged wfc  (was: )

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---
>
> Key: CB-12117
> URL: https://issues.apache.org/jira/browse/CB-12117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 6.0.0
> Environment: Cordova >= 6.0.0
>Reporter: David Azevedo
>  Labels: ios, no-repro, triaged, wfc
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12117) Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 4.2.0 (cordova default splashscreen is loaded)

2016-11-11 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15656803#comment-15656803
 ] 

Sergey Shakhnazarov commented on CB-12117:
--

[~davixz] I could not reproduce the issue:

{{cordova create test && cd test}}
{{cordova platform add ios@4.1.0}}
{{cordova plugin add https://github.com/apache/cordova-plugin-splashscreen/}}
{{cordova build}}
{{Open project in XCode and deploy to iPhone5 iOS 9.1 simulator}}
{{Splashscreen works - using Default-568h@2x~iphone.png}}
{{cordova platform rm ios && cordova platform add ios@4.2.0}} - splashscreen 
works
{{cordova platform rm ios && cordova platform add ios@4.2.1}} - splashscreen 
works
{{cordova platform rm ios && cordova platform add ios@4.3.0}} - splashscreen 
works

Could you add any additional details or upload a failing project somewhere?

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---
>
> Key: CB-12117
> URL: https://issues.apache.org/jira/browse/CB-12117
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 6.0.0
> Environment: Cordova >= 6.0.0
>Reporter: David Azevedo
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12117) Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 4.2.0 (cordova default splashscreen is loaded)

2016-11-09 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651516#comment-15651516
 ] 

Sergey Shakhnazarov commented on CB-12117:
--

[~davixz], can you please post your config.xml entries related to the 
splashscreen?

> Cordova-ios iphone 5 splashscreen stoped working between cordova-ios 4.1.1 - 
> 4.2.0 (cordova default splashscreen is loaded)
> ---
>
> Key: CB-12117
> URL: https://issues.apache.org/jira/browse/CB-12117
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.0.0
> Environment: Cordova >= 6.0.0
>Reporter: David Azevedo
>
> Sorry if i created the issue on the wrong tracker, could not find a cordova 
> ios tracker
> I was using cordova ios 4.2.0 and had this problem, when i downgrade to 4.1.0 
> the problem was gone. I didnt had time to test if 4.1.1 also solves the 
> problem. Please fix as soon as possible so we can catch up the latests 
> cordova ios versions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10506) ShowSplashScreenSpinner = true not working in Android

2016-11-09 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15651351#comment-15651351
 ] 

Sergey Shakhnazarov commented on CB-10506:
--

[~LucaBlackDragon], tested and it does not reproduce for me on Android 6 
emulator, cordova-android@5.2.2, cordova-plugin-splashscreen@3.2.2 and latest 
(spinner is shown).
Could you add some details or upload a failing sample somewhere?

> ShowSplashScreenSpinner = true not working in Android
> -
>
> Key: CB-10506
> URL: https://issues.apache.org/jira/browse/CB-10506
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: Ionic / ngCordova
>Reporter: Core Elements
>Priority: Minor
>  Labels: android, no-repro, triaged
>
> When I use
> ShowSplashScreenSpinner = true
> I see a spinner on iOS but none on Android.
> version used :
> cordova-plugin-splashscreen 3.1.1-dev "Splashscreen"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12124) DeviceCapability not added to windows10 manifest on plugin add

2016-11-08 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12124.
--
Resolution: Fixed

> DeviceCapability not added to windows10 manifest on plugin add
> --
>
> Key: CB-12124
> URL: https://issues.apache.org/jira/browse/CB-12124
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>
> {{cordova create test && cd test}}
> {{cordova platform add windows@4.4.3}}
> {{cordova plugin add phonegap-plugin-barcodescanner}}
> {{type platforms\windows\package.windows10.appxmanifest}}
> {code}
> 
> 
> 
> {code}
> {{type platforms\windows\package.windows.appxmanifest}}
> {code}
> 
> 
> 
> 
> {code}
> plugin.xml:
> {code}
> 
>   
> 
> {code}
> The issue does not reproduce in cordova-windows@4.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11751) 'extendedSplashScreen' is undefined

2016-11-08 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15649949#comment-15649949
 ] 

Sergey Shakhnazarov commented on CB-11751:
--

[~andreujuanc], thanks for pointing - it looks like an oversight.
Could you give a sample code where it was failing for you (because accessing an 
element by id should normally work on Windows)?

> 'extendedSplashScreen' is undefined
> ---
>
> Key: CB-11751
> URL: https://issues.apache.org/jira/browse/CB-11751
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen, Windows
>Affects Versions: 4.4.2
> Environment: $ cordova -v
> 6.3.1
> $ cordova platform
> Installed platforms:
>   android 5.2.2
>   windows 4.4.2
> Available platforms:
>   amazon-fireos ~3.6.3 (deprecated)
>   blackberry10 ~3.8.0
>   browser ~4.1.0
>   firefoxos ~3.6.3
>   webos ~3.7.0
>   wp8 ~3.8.2 (deprecated)
> $ cordova plugins list
> com.phonegap.plugins.nativesettingsopener 1.3 "Native settings"
> cordova-custom-config 1.2.6 "cordova-custom-config"
> cordova-fabric-plugin 1.0.8 "cordova-fabric-plugin"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-camera 2.1.1 "Camera"
> cordova-plugin-compat 1.0.0 "Compat"
> cordova-plugin-crosswalk-webview 1.7.2 "Crosswalk WebView Engine"
> cordova-plugin-device 1.1.2 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 4.2.0 "File"
> cordova-plugin-file-transfer 1.5.1 "File Transfer"
> cordova-plugin-fullscreen 1.1.0 "cordova-plugin-fullscreen"
> cordova-plugin-globalization 1.0.3 "Globalization"
> cordova-plugin-network-information 1.2.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-whitelist 1.2.2 "Whitelist"
> ionic-plugin-keyboard 2.0.1 "Keyboard"
> phonegap-plugin-push 1.8.1 "PushPlugin"
> Model: HP Elite x3
> Software: Windows 10 Mobile
> Version 1511
> OS Build: 10.0.10586.494
> Firmware revision number: 0001..0006.0243
> Screen resolution: 1440x2560
>Reporter: C-A de Salaberry
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: no-repro, triaged, windows
>
> First error that led me here:
> {code:title=Console|borderStyle=solid}
> Warning: A more recent version of cordova-plugin-splashscreen has been hooked 
> into for compatibility reasons. Update the plugin to version >= 4.
> cordova.js (925,13)
> Exception calling native with command :: SplashScreen :: hide 
> ::exception=ReferenceError: 'extendedSplashScreen' is undefined
> cordova.js (993,13)
> {code}
> I looked around the codebase to check for that variable, found it here:
> {code}
> .\platforms\windows\platform_www\css\splashscreen.css
> .\platforms\windows\platform_www\cordova.js
> .\platforms\windows\platform_www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\cordova-js-src\splashscreen.js
> .\platforms\windows\www\css\splashscreen.css
> .\platforms\windows\www\cordova.js
> {code}
> The most interesting one being any of the two splashscreen.js
> The variable extendedSplashScreen is never defined.
> I find out that by adding the bollowing in my body, the error goes away:
> {code:html}
> 
> {code}
> However, the extended splashscreen still seems not to work.
> I suspected the `cordova-plugin-splashscreen` to be the culprit, but removing 
> it from cordova led to the same error.
> I will keep investigating and report my findings here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-12124) DeviceCapability not added to windows10 manifest on plugin add

2016-11-08 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-12124:


 Summary: DeviceCapability not added to windows10 manifest on 
plugin add
 Key: CB-12124
 URL: https://issues.apache.org/jira/browse/CB-12124
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 4.4.3
Reporter: Sergey Shakhnazarov


{{cordova create test && cd test}}
{{cordova platform add windows@4.4.3}}
{{cordova plugin add phonegap-plugin-barcodescanner}}
{{type platforms\windows\package.windows10.appxmanifest}}
{code}



{code}
{{type platforms\windows\package.windows.appxmanifest}}
{code}




{code}

plugin.xml:
{code}

  

{code}

The issue does not reproduce in cordova-windows@4.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-11422) ios SplashScreen plugin may make webview disabled by not calling destroyView method

2016-11-07 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-11422.
--
Resolution: Cannot Reproduce

Please reopen if this is still actual.

> ios SplashScreen plugin may make webview disabled by not calling destroyView 
> method
> ---
>
> Key: CB-11422
> URL: https://issues.apache.org/jira/browse/CB-11422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.5.0
> Environment: ios
>Reporter: Jonathan Li
>
> When using ios splash screen, it is noticed sometimes, after the splash 
> screen is dimissed, the ios main uiwebview is disabled. So even if the 
> content in the webview shows properly, but user cannot click on any items on 
> the screen.
> The project adds the splash screen plugin, and use all default settings. 
> The debug shows, when the page loaded is finished, it calls pageDidLoad 
> method, which calls setVisible to NO. Inside the setVisible method, in the 
> dispatch_after block, the completion block will only call destroyViews method 
> if the screen transition is finished at below code block
> dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (uint64_t) 
> effectiveSplashDuration * NSEC_PER_SEC), dispatch_get_main_queue(), 
> CFBridgingRelease(CFBridgingRetain(^(void) {
> NSLog(@"splash screen: block %@", NSStringFromSelector(_cmd));
>   [UIView transitionWithView:self.viewController.view
>duration:(fadeDuration / 1000)
>options:UIViewAnimationOptionTransitionNone
>animations:^(void) {
>[weakSelf hideViews];
>}
>completion:^(BOOL finished) {
>   NSLog(@"splash screen: %@ finished %d", 
> NSStringFromSelector(_cmd), finished);
>if (finished) {
>[weakSelf destroyViews];
>// TODO: It might also be nice to 
> have a js event happen here -jm
>}
>  }
> ];
> })));
> }
> }
> The problem is if the webview is busy to handle other events (in the testing 
> project, there are several update on frame and bounds, so it calls 
> updateImage few times), then the transition will not be finished when 
> completion block is called. As a result, the destroyView will not be called 
> and the userInteractionEnabled is not set to true after the splash screen is 
> dismissed.
> One possible solution is removing the observer and also enable user 
> interaction within setVisible method, as there is no point to continue 
> observer the frame and bound change when splash screen starts to fade out. 
> And it can also be sure the user interaction is always enabled again after 
> dismissing the splash screen.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-12071) Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows

2016-11-02 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov resolved CB-12071.
--
Resolution: Fixed

> Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows
> ---
>
> Key: CB-12071
> URL: https://issues.apache.org/jira/browse/CB-12071
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins, Windows
>Affects Versions: 4.4.3
> Environment: Windows Phone 8.1, Windows 8.1, Windows 10 UWP
>Reporter: Luc Humair
>Priority: Critical
>
> I have a plugin which needs an InProcessServerExtension in the project's 
> package.windows.appxmanifest like:
> {code:xml}
> 
> 
> 
> Foo.dll
>  ThreadingModel="both" />
> 
> 
> 
> {code}
> The corresponding DLL is configured in the plugin.xml file using:
> {code:xml}
>  src="src/windows/win81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  src="src/windows/wpa81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  versions="=10"/>
> {code}
> This configuration worked until release 4.4.2. Foo.dll was included in the 
> projects with property "Package Action"="Content" which includes the DLL in 
> the package manifest.
> Release 4.4.3 introduced a patch related to issue CB-11825 that changes  the 
> DLL's "Package Action" to "None". Now the file is no longer included in the 
> package manifest and the build fails for all the platforms with the following 
> error message:
> package.windows.appxmanifest : error APPX0703: Manifest references file 
> 'Foo.dll' which is not part of the payload.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12071) Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows

2016-10-31 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15622216#comment-15622216
 ] 

Sergey Shakhnazarov commented on CB-12071:
--

[~lhm], I've reverted that commit, thanks again for pointing out this issue!
I'm also going to add an automated test for InProcessServer case as it is 
missing now.

> Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows
> ---
>
> Key: CB-12071
> URL: https://issues.apache.org/jira/browse/CB-12071
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins, Windows
>Affects Versions: 4.4.3
> Environment: Windows Phone 8.1, Windows 8.1, Windows 10 UWP
>Reporter: Luc Humair
>Priority: Critical
>
> I have a plugin which needs an InProcessServerExtension in the project's 
> package.windows.appxmanifest like:
> {code:xml}
> 
> 
> 
> Foo.dll
>  ThreadingModel="both" />
> 
> 
> 
> {code}
> The corresponding DLL is configured in the plugin.xml file using:
> {code:xml}
>  src="src/windows/win81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  src="src/windows/wpa81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  versions="=10"/>
> {code}
> This configuration worked until release 4.4.2. Foo.dll was included in the 
> projects with property "Package Action"="Content" which includes the DLL in 
> the package manifest.
> Release 4.4.3 introduced a patch related to issue CB-11825 that changes  the 
> DLL's "Package Action" to "None". Now the file is no longer included in the 
> package manifest and the build fails for all the platforms with the following 
> error message:
> package.windows.appxmanifest : error APPX0703: Manifest references file 
> 'Foo.dll' which is not part of the payload.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-12071) Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows

2016-10-28 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615519#comment-15615519
 ] 

Sergey Shakhnazarov commented on CB-12071:
--

Thank you [~lhm]!
You are right, the fix for CB-11825 was invalid - the real issue reason were 
the incorrect slashes:
{code}

->

{code}

> Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows
> ---
>
> Key: CB-12071
> URL: https://issues.apache.org/jira/browse/CB-12071
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins, Windows
>Affects Versions: 4.4.3
> Environment: Windows Phone 8.1, Windows 8.1, Windows 10 UWP
>Reporter: Luc Humair
>Priority: Critical
>
> I have a plugin which needs an InProcessServerExtension in the project's 
> package.windows.appxmanifest like:
> {code:xml}
> 
> 
> 
> Foo.dll
>  ThreadingModel="both" />
> 
> 
> 
> {code}
> The corresponding DLL is configured in the plugin.xml file using:
> {code:xml}
>  src="src/windows/win81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  src="src/windows/wpa81/$(Platform)/Foo.dll" target="Foo.dll" versions="8.1"/>
>  versions="=10"/>
> {code}
> This configuration worked until release 4.4.2. Foo.dll was included in the 
> projects with property "Package Action"="Content" which includes the DLL in 
> the package manifest.
> Release 4.4.3 introduced a patch related to issue CB-11825 that changes  the 
> DLL's "Package Action" to "None". Now the file is no longer included in the 
> package manifest and the build fails for all the platforms with the following 
> error message:
> package.windows.appxmanifest : error APPX0703: Manifest references file 
> 'Foo.dll' which is not part of the payload.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12031) Cordova-Windows Platform Release October 19, 2016

2016-10-27 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov closed CB-12031.

Resolution: Done

> Cordova-Windows Platform Release October 19, 2016
> -
>
> Key: CB-12031
> URL: https://issues.apache.org/jira/browse/CB-12031
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Windows
>Affects Versions: 4.4.3
>Reporter: Sergey Shakhnazarov
>Assignee: Sergey Shakhnazarov
>  Labels: release, windows
> Fix For: 4.4.3
>
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



  1   2   3   4   5   6   7   8   9   >