6

When Apple didn't implement copy-pasting on the iPhone since version 1, I had just assumed it was a UI issue (Eg. they were waiting until they figured out a good UI for it). Now however the idea is out there and Microsoft still released Windows Phone 7 without copy-paste functionality, promising it will be ready in a few months.

My question is: Why does this takes a few months to implement? Are there some technological challenges that are unique to programming for a touch screen that I'm not familiar with? For that matter, what are the unique challenges in doing X in a touch screen app?

maple_shaft
  • 26,401
  • 11
  • 57
  • 131
EpsilonVector
  • 10,763
  • 10
  • 56
  • 103

3 Answers3

4

There was a short item on tablet PC's on this week's BBC Click following up from the previous week's show. The presenter made the comment that tablet PCs are more about consuming content rather than producing content.

If that is the thinking behind these devices then that could explain the lack of copy/paste. After all, if you are just reading text, watching video or listening to music what do you need copy/paste for?

NOTE: I don't think that these devices should be limited to just consumption. They have potential for being used in the production of content - it just needs the right app.

ChrisF
  • 38,878
  • 11
  • 125
  • 168
1

My guess would be that it is simply a matter of priorities rather than a technical challenge. Copy-Paste is probably just not perceived as a critical feature for the product launch, and many other features simply beat it out.

RunnerRick
  • 121
  • 6
1

Selection is difficult. My Android device has C&P of course, but selection is awkward and difficult. Copy-paste is simple otherwise -- just a buffer, and a menu item. So my guess is that because most copying happens when something's selected, that delays the feature. Of course, if WP7 has selection that destroys my theory. Does it?

Matthew Read
  • 2,001
  • 17
  • 22