Dmitri
Dmitri
@jbkeg Can you show me an example snippet of your code? I'd like to try and find out why it may occur. The escape function might be an interesting way...
Thanks for the sample, @sabatale ! I'm gonna reopen this since this is now a replicable issue. For now, I suggest you try curly apostrophes: `’` instead of `'`.
Hey @maansisrivastava, you should be able to paste an embed code for a tweet directly as a string value to `says` keys: ```javascript chatWindow.talk( { ice: { says: ["This is...
> Didn't work. What's the error? I need to be able to replicate.
I looked into this on the weekend. Seems that the embed code Twitter is using isn't playing well with `chat-bubble`. I haven't got a definitive answer as to why, Partially...
https://github.com/dmitrizzle/Analog.Cafe/issues/998
Related: #11
Note that this only happens when images have additional controls enabled as in Analog.Cafe app
Maybe this will be useful https://github.com/ianstormtaylor/slate-plugins/blob/master/packages/slate-drop-or-paste-images/src/load-image-file.js
OK so the reason this has been happening is because on **iOS `File` blobs can no longer be stored.** To solve this when this comes to storing images, specifically (as...