0
votes
0answers
95 views

iOS6 Safari Developer Tools — Can it be done without USB cable?

The communication that happens over the USB cable between MobileSafari and Safari is a websocket. This means it should be possible to get this kind of debugging working over Wifi. I strongly ...
2
votes
1answer
785 views

Is there a way to change the typeface used in Safari's “Reader” mode?

The typeface used in Safari's "Reader" mode (on both iOS and OS X) seems to be some form of Palatino, which, while certainly not the worst screen face, isn't the best either. This used to be a ...
4
votes
2answers
4k views

Can I see detailed browser history on the iPhone?

I have an iPhone 4 on iOS 5.1. When I go into Safari's History page, I can see my browsing history by day, but I need to know what page I visited two days ago, at a specific time. Is there any way ...
4
votes
2answers
52k views

How can I remove a site from the reading list in Safari on my iPhone?

How do I edit the items in my "reading list" in Safari? Unlike bookmarks, there doesn't seem to be an "edit" option.
3
votes
1answer
2k views

Does Mobile Safari have an image file size limit?

I'm developing a website which contains, by its nature, very large images. When testing on an iPad, I'm noticing that any image on the page larger than 2MB is not showing up, just showing the dreaded ...
1
vote
2answers
989 views

iPhone Safari: Clearing the cache does not seem to be enough

I'm developing a mobile website and am using an iPhone for testing it. One of the .jpgs used was faulty and displayed as a black rectangle in the iPhone's Safari browser. The code was then changed and ...