hypery2k / cordova-barcodescanner-plugin

barcode scanner plugin for PhoneGap
51 stars 39 forks source link

Plugin resolves phone numbers #5

Closed andersborgabiro closed 8 years ago

andersborgabiro commented 8 years ago

When I scan a barcode that appears to have a phone number, there's a popup resolving that phone number on Android 4.1 (at least). As indicated in a separate issue, no data is sent back to the app on Android 4.1, so these problems might be related.

As there are still lots of Android 4.x phones on the market, a fix is relevant.

andersborgabiro commented 8 years ago

This relates to "Barcode scanning cancelled on Android 4.1": After removing SingleInstance this worked as expected. Clearly the activity didn't start, and Android returned an error status that Zxing didn't capture. In other words, this issue can be closed.