Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome

Unlimited File Storage In Chrome App

I want to save an unlimited number of files to the users hard drive, without making the user click … Read more Unlimited File Storage In Chrome App

Remove Background Arrow From Date Input In Google Chrome V20

Since Google Chrome v20 a new calendar has been added to date inputs. The issue with this is that I… Read more Remove Background Arrow From Date Input In Google Chrome V20

Chrome Copies Text Despite Using "-webkit-user-select: None"

I want to create an element within a table which is not copyable (because of better readability). I… Read more Chrome Copies Text Despite Using "-webkit-user-select: None"

Writing To A File In Javascript Using Filesystem Api

I am trying to write to local file system using FileSystem API in Chrome. I am getting the followin… Read more Writing To A File In Javascript Using Filesystem Api

"tainted Canvases May Not Be Loaded" Cross Domain Issue With Webgl Textures

I've learnt a lot in the last 48 hours about cross domain policies, but apparently not enough. … Read more "tainted Canvases May Not Be Loaded" Cross Domain Issue With Webgl Textures

Firefox Not Raising Event For Transitionend

document.getElementById('mylogo').addEventListener( 'webkitTransitionEnd', function… Read more Firefox Not Raising Event For Transitionend

Strange Behavior Of "overflow: Auto" On Chrome

I'm developing a site with a blog section. I need this section to have a fixed height. In order… Read more Strange Behavior Of "overflow: Auto" On Chrome

Code To Disable Magnifier, Set Wallpaper, And Save Image In Google Chrome?

I'm building a web app with custom buttons (images). Google Chrome displays three icons when ho… Read more Code To Disable Magnifier, Set Wallpaper, And Save Image In Google Chrome?