Link to home
Start Free TrialLog in
Avatar of oo7ml
oo7ml

asked on

Is It Possible To Remove This?

Hi,

I am building a small app, and one part of it allows users to take a 12 second video.

When the user records a video, and the 12 seconds ends, they see the error messages below.

Is it possible to remove the lower error message (Video Too Long Too Send), as it posts just fine... and it will confuse users?

[img]http://s12.postimg.org/4oj55m1pl/IMG_7509.jpg[/img]
Avatar of Kimputer
Kimputer

I'm assuming this is not a pure technical question? (As you didn't mention which programming language you used or what API)

So to answer the UX side, yes, it is confusing right now. The lower message seems to be built in for

- video recording which you stopped yourself (though after 12 seconds), expected also video bar to drag start and stop point to select only a small portion of that video
- video you selected earlier from the phone's memory or other service, again, expecting same as above.

If you remove the message (not sure if it's possible though, I have a feeling you're relying on 3rd party API or code), the main message could be indeed more clear, adding "This video can be sent without problems though" or something (again, if you use a 3rd part API or code, maybe it will be difficult to change it).
Avatar of oo7ml

ASKER

Hi, it's iOS... hence i put assigned it to iOS.

Also, it's the native imagepicker from iOS.
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial