You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
is it possible to add this?
The text was updated successfully, but these errors were encountered: