snoopy icon indicating copy to clipboard operation
snoopy copied to clipboard

A view-source and page info bookmarklet for mobile browsers.

Results 8 snoopy issues
Sort by recently updated
recently updated
newest added

HTML properties with a hyphen, e.g. ``` html ``` here on Github, appear as ``` html ``` in the source view.

If you add this: `-webkit-overflow-scrolling: touch;` to the scrolling ``, It should give you single finger scroll on iOS5 with inertia scrolling. Could be nice to have.

to-implement

Need to try and see if there is some way to work around this. Impossible? Probably :-(

Would be nice to look into seeing if there is a way to implement a very basic 'HTML tidy' to make the source code more readable when loading over 3G.

Not sure if there is a workaround for this (don't want to double POST) but some warning if this is the case is required.

Position fixed doesn't work on mobile safari, need detection of scroll position when first opening and some way to keep it in view when scrolling.