You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Santtu Lintervo (JIRA)" <ji...@apache.org> on 2017/09/08 06:23:00 UTC

[jira] [Created] (CB-13253) Keeping Inappbrowser open after resuming from other activity

Santtu Lintervo created CB-13253:
------------------------------------

             Summary: Keeping Inappbrowser open after resuming from other activity
                 Key: CB-13253
                 URL: https://issues.apache.org/jira/browse/CB-13253
             Project: Apache Cordova
          Issue Type: Improvement
          Components: cordova-plugin-inappbrowser
         Environment: Android
            Reporter: Santtu Lintervo


On Android Inappbrowser closes when resuming from some other activity.

For example when I open inappbrowser from my app, then put app to background, and then return back to application, then the Inappbrowser window has closed. Desired functionality is that the inappbrowser would stay open.

I believe that this happens because Android stops/pauses the activity, and Inappbrowser does not rebuild itself (?). I think it could be fixed by saving the webView state when stopped, and then restoring it again when resumed.

I'm willing to contribute for this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org