Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.4
-
Fix Version/s: BridgeIt 1.0.5
-
Component/s: Containers
-
Labels:None
-
Environment:Ios8 ios8.1
Description
When start/stopping BridgeIt on Ios8 the BridgeIt splash screen will freeze. The reason for this is that we selectively set the callback to goback to the webbrowser. The condition for this is always false and we never enable the bounce.
I've looked into this and we are dealing with the usual single threaded UI and this can always do the bounce regardless of the a permission confirmation dialog.
I've looked into this and we are dealing with the usual single threaded UI and this can always do the bounce regardless of the a permission confirmation dialog.
I've changed the geotracker code to always to the bounce back to URL to get it working on iOS8. The fix also seems to be valid on iOS7 as well.