5
votes
3answers
137 views

What to display in mobile app web view when the URL won't load

I'm creating an app whose UI is simply a web browser that loads a URL. Let's not argue about why I'm implementing it this way (I already tried that with the higher-ups). It can still do the background ...
2
votes
4answers
117 views

Is it necessary for error messages to have cause and fix in them

We are developing mobile applications, and our screen space is really limited. But our documentation guy is asking us to add long error messages that have cause.fix kinda format. So error messages are ...