You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/21 16:25:20 UTC

[GitHub] [cordova-cli] sylvestrevgen opened a new issue #556: window.ResizeObserver is undefined in iOS

sylvestrevgen opened a new issue #556:
URL: https://github.com/apache/cordova-cli/issues/556


   # Bug Report
   
   ## Problem
   window.ResizeObserver is undefined in iOS.
   
   ### What is expected to happen?
   window.ResizeObserver is defined in both platforms - Android and iOS.
   
   
   ### What does actually happen?
   window.ResizeObserver is undefined in iOS. In Android everything is fine.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   cordova 10, cordova-ios 6.2.0, cordova-android 9.1.0
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-cli] dpogue commented on issue #556: window.ResizeObserver is undefined in iOS

Posted by GitBox <gi...@apache.org>.
dpogue commented on issue #556:
URL: https://github.com/apache/cordova-cli/issues/556#issuecomment-824197189


   `ResizeObserver` is [only supported on iOS 13.7 and newer](https://caniuse.com/resizeobserver).
   
   Cordova relies on the system webview capabilities and is not responsible for implementing web APIs itself.


-- 
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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-cli] dpogue closed issue #556: window.ResizeObserver is undefined in iOS

Posted by GitBox <gi...@apache.org>.
dpogue closed issue #556:
URL: https://github.com/apache/cordova-cli/issues/556


   


-- 
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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org