hi @vknow360
The issue with the app closing stems from two extensions in the custom webview: DownloadHelper and BrowserPromptHelper. The app includes ML Kit.
Specifically, adding certain blocks in DownloadHelper causes the app to close immediately upon opening.
Moreover, including BrowserPromptHelper and DownloadHelper (without configuring any blocks) leads to an app package error, preventing installation.
This occurs on Android 14 devices. I previously encountered this on my Android 13 version.
Would you be able to check these two extensions?