-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored MobileBarcodeScanner, ScanPage and ZXingScannerControl
MobileBarcodeScanner no longer sets static properties, but instead passes instances of config/settings via the page navigation. This greatly reduces clutter in the ScanPage ScanPage is also no longer responsible for trying to handle back navigation, and MobileBarcodeScanner will take care of this. This means ScanPage could in theory be used independently of MobileBarcodeScanner now (it also now implements IMobileBarcodeScanner to follow the same pattern that iOS/Android do with pages/views).
- Loading branch information
Showing
3 changed files
with
180 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.