While browsing the site on my Android mobile, I found that there is no option to delete comments through the mobile website.

In order to take screenshots, I recreated the issue using the mobile link found in the website footer section and rendered the mobile layout in Google Chrome browser on my desktop machine.

Here are the steps that I performed:

  1. On the site footer section, clicked on the link mobile. Refer screenshot #1.

  2. I navigated to one of my questions and typed in a test comment. Clicked the Add comment button to submit the comment. Refer screenshot #2. I didn't get any error message when the comment was less than the required minimum number of characters. This minimum error not appearing issue has already been reported through this post: Minimum comment length is hidden on the mobile site

  3. I see the comment on the mobile application but there is no delete option. Refer screenshot #3.

  4. On the mobile application's footer section, clicked on the full site link to switch to the standard website layout.

  5. On the standard layout, I deleted the comment that I posted using the mobile layout using the delete button.

Is this by design that the comments cannot be deleted / flagged on the mobile website or is it a bug?

Screenshot #6 was added in response to comments from @M. Tibbits that flagging is not allowed on mobile. It seems flagging is allowed on questions but I didn't see any option for flagging comments.

Screenshots:

#1: mobile link at the site footer section

Mobile link

#2: Add comment

Add comment

#3: Comment added but no delete option

Comment added but no delete option

#4: Switch to full site

Switch to full site

#5: Delete option on the full site

Delete option on the full site

#6: Flagging on mobile

Flagging on mobile

share|improve this question
1  
I've also found the mobile website is a bit too pared down in some cases. For instance, I don't think you can flag anything from the mobile website. That said, I think it was optimized for question/answer viewing not for moderation, etc. – M. Tibbits Aug 3 '11 at 2:46
1  
@M. Tibbits: I think that one reason could be due to the size of the icon that might cause problem but I feel a link can be provided instead. The icon is already very small on the normal desktop. However, it looks like you can upvote a comment. :-) May be good things are allowed on the mobile but not the bad ones (like flagging, deleting.) :-) – user162697 Aug 3 '11 at 2:49
+1 Siva. It might also increase the noise in upvoting though. – M. Tibbits Aug 3 '11 at 2:52
@m.t you can flag from mobile as of a week ago; try it – Jeff Atwood Aug 3 '11 at 3:04
1  
@Jeff, Yep I see it now. Awesome! Though I guess Siva's right, you can't flag or delete comments through the mobile interface. – M. Tibbits Aug 3 '11 at 11:14
1  
I'm placing a bounty on this; you can't delete comments through the mobile interface still. I'm curious as to why this isn't a feature implemented already (it implies the mobile site and the main site are two separate sites, when they should be as similar as technologically possible). – Makoto May 19 '12 at 17:12
1  
I found this a problem today as well. I wanted to delete a comment and could not, until I pulled out my tablet. – ErikE Jan 1 at 20:28

2 Answers

You can now delete comments on the mobile theme - flagging is still unsupported.

share|improve this answer

The mobile site is meant to be minimal. Less-used stuff is stowed away--the extra code and extra JS run time affects mobile phones harder.

If a feature is used enough (eg close votes, post flagging), it deserves a place in the mobile site. But not otherwise. I think, anyway, one of the devs commented on a similar mobile feature request of mine.

Deleting comments is pretty rare, and I see no pressing need to add it. The 3-step process is fine by me; it doesn't take that long.

Not being too active on SO, I don't know how frequently used the comment flags are. I've only flagged three comments over the network. But it may be more useful on SO, I don't know.

So the missing "feature parity" is by design (probably).

share|improve this answer
4  
"Minimal" is one thing; missing an entire feature is another. There are many things from the main SO site that aren't included with the mobile version - and rightfully so - but a feature as simple as "delete comment" should be included. It's like giving someone a pencil without an eraser. – Makoto May 20 '12 at 0:09
@Makoto: Missing an entire well-used feature:Bad. Missing an entire rarely-used feature: OK. Building on your analogy, it's like you don't make many mistakes and thus carry an extra eraser in your pencil box. How many comments have you deleted in the past month? – Manishearth May 20 '12 at 1:38
Admittedly, not very many. However, the point of the eraser is to be there just in case it's needed. Because it's rarely ever used doesn't mean that it could just be left out. Especially considering the nature of the mobile site, and when it's used - being able to remove a comment when necessary would be beneficial. – Makoto May 20 '12 at 3:28
@Makoto: That's the point. You always can do it by switching to main in those rare cases. – Manishearth May 20 '12 at 15:22
My feeling is that if I have to switch between two different sites to accomplish a minor task, then the functionality is broken, and I am using two distinct products. Some smartphones aren't good enough to handle the full SO site, nor should they be required to. – Makoto May 20 '12 at 15:32
I don't see how allowing one to delete comments on the mobile site in any way interferes with the "clean, sleek" idea. On mobile I can zoom in even to the tiniest little icon. Require clicking on the comment text to make the "x" appear, then zoom in on the "x" and tap it. Easy. No barrier to normal mobile usage. There's no reason to make it inaccessible. – ErikE Jan 1 at 20:29
@ErikE: There are like a million other such features. One by one, they seem harmless to add. Add them all, and you have: Bloat! – Manishearth Jan 1 at 20:36
@Manishearth Fair enough. – ErikE Jan 1 at 20:41
The delete button is pretty unobtrusive, and I can't imagine there would be too much JS attached. – Asad Feb 24 at 19:35
@Asad: Again, one feature isn't that big an issue. I guess it could be added. The point (as I've mentioned one comment above) is that there are many such features with small JS overhead. You can make the exact same argument for them. Do it all together and you get bloat :s – Manishearth Feb 25 at 5:15
@Manishearth But we aren't asking for other features. This one has been missed, so we're asking for it to be added. It is true that there are many other features with low JS overhead that, combined, could cause bloat. No one noticed their absence though, so they don't have to be included. – Asad Feb 25 at 5:26
@Asad: Not too sure about that, I've seen quite a few requests in the past for various features on mobile. Heck, I've made a bunch myself (or started to write one and found out that it was a dupe). I would like this feature, but I doubt that they will add it (judging from the way other mobile [feature-request]s have been declined). – Manishearth Feb 25 at 5:29
If my memory and old comments are not failing me, then tapping a comment on the mobile site also did reveal the delete icon, until over a year ago. – Arjan Mar 7 at 20:45

You must log in to answer this question.