
Via: Tweakblog
Joshua
Dec 222011
In Android 4.0 also known as Ice Cream Sandwich (ICS) Google has decided to show a search bar on your homescreens. The steps below describe how to remove/disable the persistent search bar:
- Open the application launcher
- Open the menu
- Open preferences
- Press Homescreen
You can now remove/disable the persistent search bar from your homescreen.
A small example:
1 2 3 4 5 6 7 | $('a.gallery').fancybox({ onComplete: function() { $("#fancybox-img").bind("contextmenu",function(e){ e.preventDefault(); }); } }); |
Posted by Joshua Tagged with: contextmenu, fancybox, jquery, rightclick