Hello,
As for the "click or vclick" issue, I use :
- $('#idOfMyObject').live('click vclick', function(e){
- // some code
- }
And it works on both PC and mobile devices browsers (the event "vclick" allows to hide the URL bar in both iOS and Android on Mobile Devices).
As for the original issue, have you tried to use the latest package?
It solved a few issues which the B1 had provoked.
Hope this helps. Otherwise, you may want to post your code there as for us to test.