Comment 5 for bug 1130446

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: [browser] Bottom edge swipe is detected 8gu away from edge

I had a look at how we can fix that properly, and it appears it’s far from trivial.
The current custom implementation of the toolbar in the browser differs a lot from the one in the SDK. The GenericToolbar in the SDK is not publicly exposed, so we can’t use it. I tested copying the necessary components from the SDK and adapting the browser’s code to them, but it results in a huge diff, and broken interactions in many subtle ways.
This requires more work, and there’s no way we can fix it safely in time for the demo. Sorry.