You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Matthew (JIRA)" <ji...@apache.org> on 2017/06/21 12:21:00 UTC

[jira] [Updated] (CB-12942) The cordova-plugin-file-transfer crashing on Windows 10

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

Matthew updated CB-12942:
-------------------------
    Description: the plugin keeps crashing the app when a file is being uploaded.  This is on Windows 10  (was: the plugin keeps crashing the app when a file is being uploaded.  )

> The cordova-plugin-file-transfer crashing on Windows 10
> -------------------------------------------------------
>
>                 Key: CB-12942
>                 URL: https://issues.apache.org/jira/browse/CB-12942
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-file-transfer
>    Affects Versions: cordova@7.0.0
>         Environment: Node version: v6.9.5
> Cordova version: 7.0.1
> Config.xml file:
> <?xml version='1.0' encoding='utf-8'?>
> <widget id="com.ghd.vdsi" version="1.2.30" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
>     <name>GHD VisiPass 1.2.30 UAT</name>
>     <description>GHD VisiPass</description>
>     <author email="noreply@ghd.com" href="http://ghd.com/">noreply@ghd.com</author>
>     <content src="index.html" />
>     <access origin="*" />
>     <allow-navigation href="http://ionic.local/*" />
>     <allow-intent href="http://*/*" />
>     <allow-intent href="https://*/*" />
>     <allow-intent href="tel:*" />
>     <allow-intent href="sms:*" />
>     <allow-intent href="mailto:*" />
>     <allow-intent href="geo:*" />
>     <platform name="android">
>         <allow-intent href="market:*" />
>     </platform>
>     <platform name="ios">
>         <allow-intent href="itms:*" />
>         <allow-intent href="itms-apps:*" />
>     </platform>
>     <platform name="windows">
>         <icon src="resources/win/storelogo.png" target="StoreLogo" />
>         <icon src="resources/win/smalllogo.png" target="Square30x30Logo" />
>         <icon src="resources/win/Square44x44Logo.png" target="Square44x44Logo" />
>         <icon src="resources/win/Square70x70Logo.png" target="Square70x70Logo" />
>         <icon src="resources/win/Square71x71Logo.png" target="Square71x71Logo" />
>         <icon src="resources/win/Square150x150Logo.png" target="Square150x150Logo" />
>         <icon src="resources/win/Square310x310Logo.png" target="Square310x310Logo" />
>         <splash height="300" src="resources/win/splash/Splashscreen-620x300.png" width="620" />
>         <splash height="1920" src="resources/win/splash/GHD_Logo_Splash_phone.png" width="1152" />
>         <config-file parent="/Package/Capabilities" target="package.windows10.appxmanifest">
>             <DeviceCapability Name="privateNetworkClientServer" />
>             <DeviceCapability Name="picturesLibrary" />
>             <DeviceCapability Name="internetClientServer" />
>             <DeviceCapability Name="internetClient" />
>             <DeviceCapability Name="webcam" />
>         </config-file>
>     </platform>
>     <preference name="webviewbounce" value="false" />
>     <preference name="UIWebViewBounce" value="false" />
>     <preference name="DisallowOverscroll" value="true" />
>     <preference name="android-minSdkVersion" value="16" />
>     <preference name="BackupWebStorage" value="none" />
>     <preference name="SplashMaintainAspectRatio" value="true" />
>     <preference name="FadeSplashScreenDuration" value="300" />
>     <preference name="SplashShowOnlyFirstTime" value="false" />
>     <preference name="windows-target-version" value="10.0" />
>     <preference name="adal-use-corporate-network" value="true" />
>     <preference name="SplashScreenDelay" value="3000" />
>     <preference name="SplashScreenBackgroundColor" value="#0065A4" />
>     <feature name="StatusBar">
>         <param name="ios-package" onload="true" value="CDVStatusBar" />
>     </feature>
>     <engine name="windows" spec="^5.0.0" />
>     <plugin name="cordova-fs-plugin-fullscreen" spec="~1.0.2" />
>     <plugin name="cordova-plugin-camera" spec="~2.4.1" />
>     <plugin name="cordova-plugin-console" spec="1.0.5" />
>     <plugin name="cordova-plugin-device" spec="1.1.4" />
>     <plugin name="cordova-plugin-file" spec="~4.3.3" />
>     <plugin name="cordova-plugin-file-transfer" spec="~1.6.3" />
>     <plugin name="cordova-plugin-media" spec="~3.0.1" />
>     <plugin name="cordova-plugin-media-capture" spec="~1.4.3" />
>     <plugin name="cordova-plugin-ms-adal" spec="https://github.com/AzureAD/azure-activedirectory-library-for-cordova#a5fc862e870be9a34e07c2c75a0f2845895a7139" />
>     <plugin name="cordova-plugin-network-information" spec="~1.3.3" />
>     <plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
>     <plugin name="cordova-plugin-statusbar" spec="2.2.1" />
>     <plugin name="cordova-plugin-whitelist" spec="1.3.1" />
>     <plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
>     <plugin name="phonegap-plugin-barcodescanner" spec="~6.0.6" />
> </widget>
> Plugins:
> cordova-fs-plugin-fullscreen,cordova-plugin-camera,cordova-plugin-compat,cordova-plugin-console,cordova-plugin-device,cordova-plugin-file,cordova-plugin-file-transfer,cordova-plugin-media,cordova-plugin-media-capture,cordova-plugin-ms-adal,cordova-plugin-ms-adal-sso,cordova-plugin-network-information,cordova-plugin-splashscreen,cordova-plugin-statusbar,cordova-plugin-whitelist,ionic-plugin-keyboard,phonegap-plugin-barcodescanner
>            Reporter: Matthew
>
> the plugin keeps crashing the app when a file is being uploaded.  This is on Windows 10



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

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