Closed azaddhirajkumar closed 5 months ago
Team, we are hitting this issue. Is there any workaround?
This is fixed in 0.1.9 - @azaddhirajkumar can you please re-run your tests to validate. I updated the Example app Get Document and Editor pages to inject in multiple blobs on a single document and then the Get Document page will get the content if it's a text blob. Get should now properly return hello world for the text content on any document from the Editor page if you select a generated document that has a blob type. As long as you get blob content from the Javascript document's getBlob method, I've validated this works in both Android and iOS.
Fixed in 0.1.9
The getBlob() method of the Document class does not return the blob's data even if the content_type is set.