Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created August 22, 2018 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/9da1efacee990437f6036a81e827c3e9 to your computer and use it in GitHub Desktop.
Save jfversluis/9da1efacee990437f6036a81e827c3e9 to your computer and use it in GitHub Desktop.
Fullscreen barcode scanner with ZXing
<?xml version="1.0" encoding="utf-8"?>
<zxing:ZXingScannerPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ZXingSample.FullScreenScanning"
xmlns:zxing="clr-namespace:ZXing.Net.Mobile.Forms;assembly=ZXing.Net.Mobile.Forms"
Title="Full screen" OnScanResult="Handle_OnScanResult" IsScanning="true">
</zxing:ZXingScannerPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment