You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: