🐛 Bug Report
The plugin throws an exception when scanning and press android cancel button
Expected behavior
Reproduction steps
call :
try
{
var cardInfo = await CrossPayCards.Current.ScanAsync();
await DisplayAlert("Result", $"{cardInfo.HolderName}\n{cardInfo.CardNumber}\n{cardInfo.ExpirationDate}", "Ok");
}
catch (Exception)
{
then press cancel on android
Configuration
Version: 1.x
Platform:
🐛 Bug Report
The plugin throws an exception when scanning and press android cancel button
Expected behavior
Reproduction steps
call :
try
{
var cardInfo = await CrossPayCards.Current.ScanAsync();
await DisplayAlert("Result", $"{cardInfo.HolderName}\n{cardInfo.CardNumber}\n{cardInfo.ExpirationDate}", "Ok");
}
catch (Exception)
{
then press cancel on android
Configuration
Version: 1.x
Platform: