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 2018/09/23 12:45:53 UTC

[GitHub] lougreenwood opened a new issue #302: When In app browser is shown, base Cordova Webview does not honour page visibility

lougreenwood opened a new issue #302: When In app browser is shown, base Cordova Webview does not honour page visibility 
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/302
 
 
   The Page Visibility API allows an app to know whether a page is currently being displayed to a user or not.
   
   It seems that the typical in app browser use case does not honour this.
   
   For example, if a Cordova app shows an in app browser to allow a user to login, the base Cordova web view should report that it is _not_ visible.
   
   The current (IMO incorrect behaviour) is for the page visibility API to return visible for the Cordova web view when the IAB is shown, rendering the page visibility API as useless in Cordova 😞 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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