NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

nativescript-background-http multiple is not work #68

Closed NickIliev closed 7 years ago

NickIliev commented 7 years ago

From @giscafer on May 11, 2017 11:31

multiple is not work

var context = imagepickerModule.create({
        mode: "multiple"
    });
{
  "nativescript": {
    "id": "org.nativescript.backHttpApp",
    "tns-ios": {
      "version": "2.5.0"
    },
    "tns-android": {
      "version": "3.0.0"
    }
  },
  "dependencies": {
    "nativescript-background-http": "2.5.1",
    "nativescript-imagepicker": "^2.4.1",
    "nativescript-permissions": "^1.2.3",
    "tns-core-modules": "^2.5.0"
  },
  "devDependencies": {
    "babel-traverse": "6.7.6",
    "babel-types": "6.7.7",
    "babylon": "6.7.0",
    "filewalker": "0.1.2",
    "lazy": "1.0.11"
  }
}

i run the example SimpleBackgroundHttp on android emulator,onSelectMultipleTap is single selection,it is not work for multiple mode

Copied from original issue: NativeScript/NativeScript#4164

giscafer commented 7 years ago

actually,it is the plugin "nativescript-imagepicker" multiple mode is not work thks,hope to solve this problem as soon as possible