Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Prompt text for iOS #528

Open
geesen opened this issue Aug 18, 2017 · 0 comments
Open

Prompt text for iOS #528

geesen opened this issue Aug 18, 2017 · 0 comments

Comments

@geesen
Copy link

geesen commented Aug 18, 2017

Expected Behaviour

There should be a visible text as a hint/prompt for iOS

Actual Behaviour

Only for android

Reproduce Scenario (including but not limited to)

normal scanning option

Steps to Reproduce

start scanning with prompt option on iOS

Platform and Version (eg. Android 5.0 or iOS 9.2.1)

iOS

Cordova CLI version and cordova platform version

cordova version: 7.0.1
platforms    ios 4.4.0

Plugin version

phonegap-plugin-barcodescanner 6.0.8 "BarcodeScanner"

Sample Code that illustrates the problem

var config = {
 prompt: 'Please scan the first barcode'
};
cordova.plugins.barcodeScanner.scan(function (result) {
       //...
        }, function (err) {
          //...
        }, config);

Logs taken while reproducing problem

none

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants