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

cannot debug #19

Open
LucaColombi opened this issue Jul 29, 2019 · 0 comments
Open

cannot debug #19

LucaColombi opened this issue Jul 29, 2019 · 0 comments

Comments

@LucaColombi
Copy link

LucaColombi commented Jul 29, 2019

The startActivity fail handler actually does not give any data about failing.

It would be very useful if some data is returned when startActivity fails:

window.plugins.webintent.startActivity({
    action: window.plugins.webintent.ACTION_VIEW,
    url: 'geo:0,0?q=' + address},
    function () {},
    function (SOMETHING_TO_UNDERSTAND_SITUATION) {
    console.error('Failed to open URL via Android Intent',SOMETHING_TO_UNDERSTAND_SITUATION);
    }
);

is it possible to add this?

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

1 participant