Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nativescript-background-http multiple is not work #68

Closed
NickIliev opened this issue May 11, 2017 · 1 comment
Closed

nativescript-background-http multiple is not work #68

NickIliev opened this issue May 11, 2017 · 1 comment

Comments

@NickIliev
Copy link
Contributor

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
Copy link

giscafer commented May 11, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants