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
Is your feature request related to a problem? Please describe.
For some reason (e.g. prevent memory usage), app developers may want to terminate WebView(s) intentionally if it becomes unresponsive for a while. So, the main application may want to run WebViewRenderProcess#terminate() towards such webViews (including webView created by Prebid SDK).
Describe the solution you'd like
I think this requires all WebViews (created by main app and all other SDKs) to implement WebViewClient.onRenderProcessGone method. So, Prebid SDK also should implement the onRenderProcessGone public method maybe at the AdWebViewClient class.
Additional context
I'm assuming the GAM original API integration, but it may be the same thing for all other integration type as well.
The text was updated successfully, but these errors were encountered:
This is Android specific and would not concern Original API, because in that case the Primary Ad SDK owns the WebViews (usually GMA SDK).
In the case of Rendering API - Prebid SDK manages its WebViews (this is also the case of the mediation adapters use s.a. AppLovin, AdMob etc.) Is the request for the SDK to implement this event handler for the WebViews it owns and expose a callback interface for the app developer - so they can take action?
Is your feature request related to a problem? Please describe.
For some reason (e.g. prevent memory usage), app developers may want to terminate WebView(s) intentionally if it becomes unresponsive for a while. So, the main application may want to run
WebViewRenderProcess#terminate()
towards such webViews (including webView created by Prebid SDK).Describe the solution you'd like
I think this requires all WebViews (created by main app and all other SDKs) to implement
WebViewClient.onRenderProcessGone
method. So, Prebid SDK also should implement theonRenderProcessGone
public method maybe at theAdWebViewClient
class.Additional context
I'm assuming the
GAM original API
integration, but it may be the same thing for all other integration type as well.The text was updated successfully, but these errors were encountered: