People who cannot see tend to not use the internet. (in the normal sense, I know what you mean.)
Also, could you cite that specific part of the law?
[edit]
I would also like to say, without any storage, you cannot visit any webpages. I tried.
In my opinion, the only legitimate reason to use incognito mode is to hide history.
Maybe I'm wrong, and then the other members of the forum can correct me, but if you want to use SAX, you cannot use incognito mode.
I am not trying to be mean, harsh, arrogant, rude, etc, I am simply stating my POV. 😄
But wait! There's more! [edit x2]
Cookies are still stored to your device in incognito (or private browsing as safari calls it now), and are only deleted when you exit the app.
Therefore, entering private browsing to save space on an iPod does not help, and I suspect parts of this were made up. Only a suspicion, not accusing anyone yet.
As stated before:
I am not trying to be mean, harsh, arrogant, rude, etc, I am simply stating my POV.
SeeGreatness wrote:
_iPhoenix_ wrote:
Then, well, you cannot use SAX. Go complain to apple, not us 😛
you need to (by law) have accessibility settings and stuff on your website for issues like this AND people who lets say can't see and uses braille. I thought that you guys would have had this covered.
No. That's entirely on you. We've told you it works. You've admitted that it's likely your device.
SeeGreatness wrote:
_iPhoenix_ wrote:
Also, sax doesn't detect OS/Device so it would not work if you requested desktop (which you can do on ios devices, hold town the refresh icon). SAX detects screen size (try resizing your screen to super tiny on a computer), as it says.
OK that makes sense now that means that i-devices are not running the code properly. Whitch needs to be fixed.
This is inherently wrong. It's true that we don't use your devices user agent to determine what site to show you. We use the window width, as you can demonstrate yourself by narrowing a window of Cemetech on your computer. Because of that, requesting the desktop site doesn't do anything.
SAX would most certainly work if you could view the desktop site. Again, this is demonstrable on your computer. Make this window narrow and you'll see SAX stops working and that you must pop it out in order to continue using it. iOS devices are properly executing the code, there is no error. This is a product of the design.
Lastly. Private browsing has no impact on SAX. Private browsing just keeps cookies from persisting between sessions and maybe requests sites not to track you.
Quote:
you need to (by law) have accessibility settings and stuff on your website for issues like this AND people who lets say can't see and uses braille. I thought that you guys would have had this covered.
If SAX isn't working for you then you don't have Javascript enabled under Safaris settings.
Edit:
I just put myself through the steps you described, opening Cemetech from a YouTube comment. The link opens in YouTubes built-in browser and can confirm that SAX doesn't work. Most likely because it doesn't have a JavaScript engine. Secondly, this isn't private browsing. YouTube just happens to purge the cookies when you close the browser window, so I guess you're getting the same result anyways.
Which is why SeeGreatness can't get jsTIfied to work as well, since the YouTube browser likely doesn't support DOM storage either. Even if it did, the DOM would get cleared when he closed the built-in browser. This whole thing is because of an inadequate browser, none of this is Cemetechs' fault.
Also, private browsing on safari (tested on mac) still blocks SAX, even with js.
_iPhoenix_ wrote:
Also, private browsing on safari (tested on mac) still blocks SAX, even with js.
why is that? Have any ideas?
Anyways I have a fix to the sax. sadly it's not really a fix but it will let you know that sax is not going to work without javascript. by using css to remove all content on the screen when javascript does not remove that function and by using javascript to disable that css function and reveal the text in the css.
Here is my code (it's not my code actually I got it from stack overflow http://stackoverflow.com/a/3926750/7577269 )
<noscript>
<style type="text/css">
.pagecontainer {display:none;}
</style>
<div class="noscriptmsg">
You don't have javascript enabled.
</div>
</noscript>
this won't even let you use the sax pop out without javascript enabled, and shouldn't be a problem because you need it to even display the messages that would be received.
Kerm, that is amazing! 😁
Your mic drop was entirely justified 🙂