Git Product home page Git Product logo

barcodescanner's People

Contributors

agrieve avatar basvanbeek avatar cfjedimaster avatar claaslange avatar dually8 avatar eccenux avatar eddyverbruggen avatar emarashliev avatar filmaj avatar goya avatar huserben avatar jaysonraymond avatar jgillich avatar jrontend avatar khayong avatar mlaponder avatar nadyaa avatar orenagiv avatar ryanwfiorini avatar sarangan12 avatar scheideman avatar sgrebnov avatar stevengill avatar sunbox avatar thomaschaaf avatar timwindsor avatar trongrg avatar umcsdon avatar vladimir-kotikov avatar wodka avatar

Watchers

 avatar  avatar  avatar  avatar

barcodescanner's Issues

iOS 10 crash on new app install

When installing an app with this plugin on a new device the app will crash because of missing NSCameraUsageDescription. I fixed this by adding this to the plugin.xml.

<platform name="ios">
    <config-file target="*-Info.plist" parent="NSCameraUsageDescription">
        <string>Used for barcode scanning</string>
    </config-file>

iOS 10 Crash

Expected behavior

  • Opening and closing the barcode scanner will not crash the app

Actual behavior

  • Opening and closing the barcode scanner crashes the app.

Steps to reproduce the behavior

  • Clone this repo https://github.com/dually8/BarcodeScannerExample.git
  • Open and close the barcode scanner til crash occurs (usually around 3-5 open and closes)

Additional Info

  • I've spent a collective of 12 hours fighting this barcode scanner thing with no luck. Using XCode tools showed no memory leaks, no process spikes, no error messages, no nothing. The app just exits without warning or error messages. No idea what's happening. If anyone wants to take a stab at it with me, just let me know, but I've tried everything I can think of.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.