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
Search - "justified"
-
Fuck all of those stupid fucking shitty spam and scam bots there is everywhere. I swear epsically on every single comment on youtube you would at least encounter one bot comment (thats if you are lucky) or on discord the amount of spam/scams you receive is ridiculous.
I swear everything i accidentially read any of that shit i lose the remining of my brain cells.
That should be a living proof of some human lives are completely worthless and why exeuction could be justified.
So if you are one of those kinds of people, who develop those kinds of bots, i have one thing to say. Fuck you and your inbreed incest familiy, i wouldnt call 911 on you, not even if you paid me a million dollars you human trashbag scum.8 -
An app I'm making for a client currently has 23 "pages" that are simply web views.
Most of those pages have A HREFS which open other pages (some external pages that I have no access to as a developer).
Of course, some of the links aren't HREFS and are javascript calls to change the content on the screen without going to another page. So the user thinks they have gone to another web page when then system doesn't recognise it as another page...
Additional to this, there are multiple versions of the pages depending on which language the user has selected in the app.
And nobody seems to have considered how the default back button handles all these possible eventualities (whether it can go back to previous web page, IF it was an HREF and not just JS mimicking a new page (and how would my webview even catch that), and of course IF the language hasn't changed during the user journey etc etc)
Am I wrong for being annoyed about this? Am I the dick for not developing a clean solution to it? Or am I justified because webviews have no place inside an app!
I'm sort of hoping apple deny this app due to too many web views :S3