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 2022/02/11 18:57:32 UTC

[GitHub] [cordova-plugin-network-information] PieterVanPoyer commented on issue #107: Android no internet triggering `online` function

PieterVanPoyer commented on issue #107:
URL: https://github.com/apache/cordova-plugin-network-information/issues/107#issuecomment-1036520019


   @rolinger  the implementation of cordova for Android and ios have nothing to do with [the experimental browser implementation in the browsers](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation).
   
   Cordova does not use its own webview for ios.
   Cordova uses the [WkWebview](https://developer.apple.com/documentation/webkit/wkwebview) on ios (nowadays).
   
   The implementation of ios and Android is handled on the native part of the app.
   The javascript part reacts on native events of the mobile app.
   
   In my setup it used to be working good. We checked the `navigator.connection.type` before every api call.
   
   FWIW, the most recent version of this plugin is 3.0.0.
   
   Kind regards 
   Pieter
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

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