Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
- What do we need?
- Some cookies, batteries, a balalaika and a time machine. Gather these and meet me in LA next week. -
I had a client want to run their large Win32 app in the browser. Apparently one of their competitors did it and were killing them.
Of course, competitor had ported theirs to JS. -
Root825086yI love it when designers say "it's not optional" like the design is actually what makes the product work.
Things are ugly without a design, but their particular design is absolutely not important. Fancypants animations? No. Fireworks? No. Goddamn dynamic shadows? ABSOLUTELY NO. I'm not dropping the pages fps to a crawl so you can get your stiffy off!
SELF-IMPORTANT DESIGNERS MAKE ME INORDINATELY MURDEROUS. -
Root825086yYeah, users really need freaking fireworks every time they click a goddamned fucking button.
GET OVER YOURSELF -
@theKarlisK im a huge problem but people dont throw money at me. What am i doing wrong? :(
-
@arjaycodes Maybe he got so mad with the designer while writing this rant, that he just called the designer and is yelling madly on her/him. ^^
-
@theKarlisK Ducttape solves only half of the issues - you need to complement with WD-40. :-)
-
stisch48146y@andros705 It's kind of difficult to explain.. but basically he wanted the mobile site to launch and then control a native app (that we don't own and has no such API).
It's a shame too, because his concept was a good idea, but... argh -
granola7396y@platypus maybe you can satisfy them with remote desktop web portal from Microsoft or Citrix.
At list the icon is on the web :) -
stisch48146y@andros705 I'm pretty sure messing with another proprietary app, even if possible physically, is against Android/iOS policy.
I learned a long time ago that companies have to shake hands long before the code does. I ultimately explained they would need to discuss the feature with the other company's product management, which killed the feature request. "Our users need it" turned out to be "...as long as all I have to do is complain to my developers to get it done. If I have to talk to other people in other companies, draft license agreements, sign contracts, or (gasp) pay API access fees? If that's the case our users don't actually need it." -
devios157706y“and can you throw some AI in while you’re at it?”
I’ve legit had a product manager ask me to just throw in some AI before. -
devios157706yAs for the technical side, your best (probably only) chance on iOS is if the app you’re trying to launch already registers itself as a particular url scheme handler (check the target app’s Info.plist for a “url types” entry). Then you can launch it (and pass it arbitrary data) by opening a url with that protocol.
I *think* that can work even from a web page, but of course iOS will ask if the user wants to switch to the app, *and* it must already be installed.
And as you say the app obviously needs to support it too.
Related Rants
Me: That's not how browsers work.
Designer: Well, our users need it.
Me: Uh, I'm not arguing with your idea, but no browser supporters that kind of thing
Designer: Well, figure it out because it's not optional.
Me: ... I'm not disagreeing with you, I'm saying that's not something we can do.
Designer: So, what will it take? What do we need to do to get this in?
Me (not actually): motherfucker this isn't a negotiation! I'm not arguing I'm fucking explaining the limitations of web apps!
rant
wk113