Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.5
-
Fix Version/s: BridgeIt 1.0.7
-
Component/s: Containers
-
Labels:None
-
Environment:iOS
Description
The iOS scanner implementation listens for a scanner callback when a code has been found. Sometimes the callback gets an empty string and our code exits back to the browser.
This is problematic for a number of reasons. I've patched this for a customers custom BridgeIt implementation but need to role it back into the BridgeIt iOS trunk.
This is problematic for a number of reasons. I've patched this for a customers custom BridgeIt implementation but need to role it back into the BridgeIt iOS trunk.
Added a nil and empty string check to make sure we don't exit the scanner prematurely. Users can use the cancel button to exit if needed. Marking as fixed.