-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Introduces universal windows platform, improvements and bugfixing #1
Conversation
This is the first PR I've seen for this plugin which builds and runs without errors in the 8.1 (windows) environment on Windows Phone. Unfortunately, I'm still getting a green screen when opening the scanner. |
Tested on Windows 👍 |
Does anyone have this working on Windows Phone 8.1? @vladimir-kotikov better yet - is it intended to? |
Introduces universal windows platform, improvements and bugfixing
Hey @dougestey, just tried again to run on Lumia 1520, all works fine. |
@vladimir-kotikov thanks so much for your response - I will build on a Lumia 930 today and get back to you. I believe my issue might be that I'm building for 8.1/windows instead of 8.0/wp. |
@vladimir-kotikov thanks for the tip. this PR (and now master) does build on the 930 on 8.1/windows. Now I just need to figure out why I can't get it to focus. |
@dougestey for diagnosing focus problems - try to put several breakpoints around this line and check if your device support auto/continuous focus modes. |
@vladimir-kotikov the 930 is passing all of those checks, and I'm able to console.log() the focusSettings object, which reveals that continuous mode is properly set - it's just not working in practice (this is strange since we essentially have the same device.) Anyway, I was able to create a focus button and manually call focusAsync(), which works, so I'm happy: dougestey@b8fc83b It seems the MediaCapture API is still a bit buggy, so I am willing to chalk my problems up to that and call it a day: https://marekcodes.wordpress.com/2015/02/23/the-horror-of-the-new-windows-phone-8-1-camera-api/ |
I am using the plugin on Windows 8.1 and it seems to have bug. I am able to start the camera to scan but it opens a black screen we the cancel button at the bottom rigth corner. When i click cancel i am able to go back to the previous page but the application crash. Can someone please help on this issue ? Thank you in advance |
Adds BlackBerry 10 support for scanning
Add iOS support for new codes
Case the Activity gets killed by the OS while it's in the background
Disable openDialog barcodeScanDone animations
This thread has been automatically locked. |
This PR is a replacement for wildabeast/BarcodeScanner#230: