WKWebKit crash - blank screen

We are using a WKWebKit based Cordova application and we are getting WKWebKit crash resulting in blank page.

The same web app is working in browser and other platforms. Upon investigation we found the memory used in iOS app using safari debugger / profiler.

The total memory used is 870.13 MB. Break up of that is Page: 549MB JavaScript: 321.13MB

However, the max comparison for memory shown in safari is 1.37GB while the current usage is 870.13MB. Is there any internal memory calculation for crash cutoff?

In this case the current memory is around 62% of the max comparison. Hence, we need to know whether this is the expected behaviour from iOS platform.

WKWebKit crash - blank screen
 
 
Q