XAM-Consulting/TEditor

Android.OS.TransactionTooLargeException

Opened this issue · 0 comments

I have some cases where I have a large HTML string (base 64 in line images). When I have that case, I experience the TransactionTooLargeException.

I believe this has to do with the Activity / PutExtra on a large string (near/over 1 MB).

Has anyone else experienced this? Any tips / workarounds? I have the least amount of control over what is in the HTML (vendor user content). But anything I can do to how I'm using the control? Or would this be a change to the Android implementation / use of PutExtra?

Thoughts / suggestions appreciated.