MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

Payload limited to around 28000 characters

Open BenBtg opened this issue 5 months ago • 1 comments

There seems to be an undocumented data limit for requests with payloads over 28000.

A workaround has been found of batching requests when call InvokeJsMethodAsync to ensure they are below this limit.

BenBtg avatar Sep 02 '24 10:09 BenBtg