Is it possible to trigger an offline function from angular?! #2456
Unanswered
Febinjohnson96
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application, when there is no internet connection, we are caching the Angular form page. The Angular side is designed to handle offline scenarios by passing the form values back when the internet is unavailable. However, on the InAppWebView, if there is no internet connection, i'm currently receiving the onReceivedError event. Is there a way to trigger the offline functionality within the InAppWebView in such a scenario, so that it behaves similarly to the Angular app, by capturing and processing the form values of angular when the device is offline?
Beta Was this translation helpful? Give feedback.
All reactions