Jacob (jsh4)
Jacob (jsh4)
I initially thought the same thing, but after reading a bit more, it sounds like Fabric's "Web" documentation is actually just documentation for their web console, and not the web...
Errors won't report in the browser. It has to have the native code to work. Have you tried running it on a real device or simulator/emulator?
Please see the documentation page: https://github.com/sarriaroman/FabricPlugin With this note: "Note: If you have never registered an app with your organization, the organization page may redirect you to a wizard preventing...
I too am seeing an issue with .sendNonFatalCrash , but I'm not seeing that error message. Can you give any steps to reproduce it? Also, what platform are you seeing...
I am eagerly waiting as well.
@oliver-eastpoint , the pull request you pointed out looks like it's for the old repo, so I'm not sure how easy it would be to pull it into the new...
I found the same thing on an Nexus 5x with Android 6.0.1, and it seems to be because it needs a 64 bit version of zbar. I've followed the steps...
@dcousens We found the problem was a permissions issue, after we had added the 64 bit versions of the libraries, as mentioned. The problem is that for Android 6.0 devices...
OK, i've got the fix committed to my fork: https://github.com/uniphonic/csZBar - Please note that the Upside down camera image is a separate issue, and we haven't fixed that as yet....
@dcousens I didn't try compiling the .so files my self, I just got the one that I added from this repo: https://github.com/SkillCollege/ZBarAndroidSDK/tree/master/ZBarScanProjAll/libs , which was referenced in this stackoverflow article:...