Open Deepika-PFJ opened 5 months ago
There is not enough information to pinpoint the source of the problem. With the given information, it is unclear whether it is an app or SDK issue. There are some good ideas in this stack overflow post. Please have a look and let us know if you can narrow it down a bit.
@wmathurin After multiple attempts, I was able to reproduce the issue. Here are the steps:
onSaveInstanceState
method whenwebviewHelper.saveState(bundle);
is called.OAuthWebviewHelper
constructor when the saved instance state is being read and the WebView state is being restored.Could you try with the latest version of Mobile SDK to make sure the issue exists there also?
can be fixed using a library Bundle Saver https://github.com/kernel0x/bundlesaver
Please fill out the following details:
Fatal Exception: java.lang.RuntimeException android.os.TransactionTooLargeException: data parcel size 1340264 bytes Bundle stats: android:viewHierarchyState [size=1296] android:views [size=1248] androidx.lifecycle.BundlableSavedStateRegistry.key [size=1228] WEBVIEW_CHROMIUM_STATE [size=1336560] PersistableBundle stats: [null] Caused by android.os.TransactionTooLargeException data parcel size 1340264 bytes