Skip to content

Allow camera plus (and included image picker) to be used in a modal (enhancement) #30

@frey1esm

Description

@frey1esm

Currently you can't pass a modal page reference when opening camera plus in a modal. Thus, when you try to use the image picker it attempts to attach the image picker view to the parent page of the modal you opened for camera plus.

Here is how nativescript-imagepicker plugin solved the issue.

Currently you open the image picker with:

this.cam.chooseFromLibrary();

It would be great to be able to pass the current modal page reference like this:

this.cam.chooseFromLibrary(thisPage); where thisPage is a reference to the camera plus #modal page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions