You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/25 08:24:36 UTC

[GitHub] [cordova] Hicklethumb opened a new issue #282: Allowing Resource Sharing as an IAB launch option

Hicklethumb opened a new issue #282:
URL: https://github.com/apache/cordova/issues/282


   # Feature Request
   
   ## Motivation Behind Feature
   With the release of 5.0.0 one of the changes includes resource sharing between the main webview and the IAB again. There are some utilizations of the IAB where the lack of resource sharing is currently used as a security feature. 
   
   
   
   ## Feature Description
   When an InAppBrowser gets launched, with versions preceding 5.0.0, resource sharing was not possible. 
   
   With the new 5.0.0 released, one of the features includes the ability to share resources between the main webview and the IAB.
   
   This is problematic for applications where the application design relies on resources being segregated.
   
   Having resource sharing as an option on IAB launch would solve this issue that is preventing applications from upgrading to 5.0.0 and would also cater for all use cases in the current and past versions. 
   
   
   
   ## Alternatives or Workarounds
   The only current alternative is to not upgrade to 5.0.0
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova] rbennett10 commented on issue #282: Allowing Resource Sharing as an IAB launch option

Posted by GitBox <gi...@apache.org>.
rbennett10 commented on issue #282:
URL: https://github.com/apache/cordova/issues/282#issuecomment-806465683


   The isolation between the main WebView and IAB is its main use case for our implementation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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