IOS – iPhone SE – Icons at the top-right corner seldom work in many apps

applicationsiosiphonescreen

I just got an iPhone SE. I have a strong suspicion that parts of the screen (mainly top-right corner, but it might be top-left corner as well) are not responsive enough. On the other hand they work flawlessly in many apps. That's what confusing me even more. I'm pretty much sure it must be app-related but how can an area of the screen might be broken in so many popular apps?

Here are some screenshots:

enter image description here

Mail: Edit – Works every time.

enter image description here

Screenshot Editor: – Undo/Redo Arrow icons: Works every time.

enter image description here

Safari: – Refresh button: Works every time.

enter image description here

Spotify: – Cog Icon: This one is almost impossible to tap. Worked only 3 times out of 100 attempts.

enter image description here

Endomondo: – Bell Icon: Same story with the bell icon as with Spotify. Getting to notifications screen is nearly impossible.

enter image description here

Memrise: – The left edit icon works flawlessly, the right one does not. It's slightly better than with Spotify but still no more than 5% of taps work.

What's could possibly be causing this? I find it hard to believe that these apps would be that bugged. It's my first iPhone ever and I might be doing something wrong?

I just upgraded from iOS 11 to iOS 12 and it's the same. Reseting phone does not help. The screen seems to be working fine excepting these apps. I'm using glass on the screen but I think it must be a software-related issue. I'm wondering what all these broken apps have in common, do they all use WebView?

Any ideas? Is there any software that could help me test the screen (like displaying touch pressure full screen etc.)?

Best Answer

I realize this is an old question but in case someone else has this issue; the answer about the screen protection is definitely wrong. Yes cheap ones can sometimes do that but the author should have read the original post more clearly. If that were the case it would happen in any app, the fact that some apps do it and others (which are all native apps) don’t is a dead giveaway. Moreover I KNOW that isn’t it because I have the same problem and have never had screen protection on my SE.

The most likely culprit here is the apps in question were coded incorrectly in some way. Probably in relation to the size of the region that registers the touch input for that button. I’m just guessing on specifics here as I’ve never coded for an iOS device but the SE runs a much smaller resolution screen than newer devices. If the area were set at a given size which was adequate for a new phone then just scaled down for the SE it might become so small as to have difficulty sensing input. (You see this when people use an automated method to make their program compatible with multiple devices)

My advice is simply to send a bug report to the developer of any affected apps.