Jiayu Yi
Jiayu Yi
Cool, that works. Did a simple comparison between the three methods: Modified `Client`: ```console $ time timeout 5 bundle exec ruby example.rb real 0m5.020s user 0m0.496s sys 0m0.211s ``` While...
That's unfortunate 😕it's possible that the iOS client just handles zero-width joiners differently so the entire approach won't work. Unless... it just has a higher limit before splitting a message,...
I've added a new page where you can specify the number of ZWJs (zero-width joiners) to pad the message with: https://yi-jiayu.github.io/whatsapp-spoilers/ios-experiment You could give it a try with some larger...
Hm, what if you just send a very long message of normal text without any zero-width joiners? I wonder if that will be hidden on iOS.
I just pushed an update to allow you to customise the padding character, perhaps it'll work with a different padding character. My idea is to try some other Unicode whitespace...
Oh ): I'm out of ideas! I guess iOS will have to remain unsupported (for now). Thanks for all the help though!
From my experience, Telegram clients break long messages up instead of hiding them, so this technique doesn't work. However, Telegram does support bots which can edit message contents, and there...
> yi-jiayu, you should consider adding to the web a subtitle that says it only works on Android... Good idea, I will do that. > Or maybe a cross-platform compatible...
I have added an iOS compatibility mode checkbox which will use 2575 spaces for padding. Could anyone check it if works?
Ah, I missed the fact that you only got it to work with lorem ipsum, not spaces. I guess we have yet to find a padding character that looks decent...