I want to make a ionic app offline but i don't know how to implement
Asked
Active
Viewed 222 times
0
-
Watch your `index.tsx`, you have to register your [service worker](https://cra.link/PWA). – csaar Sep 02 '22 at 13:36
-
What does your app connect to the Internet for? Ionic doesn't need an Internet connection out of the box; that's something you add yourself as you develop the app. – Patrick Kenny Sep 04 '22 at 14:30
1 Answers
0
Adding offline support to an existing app can be straightforward when you start with the basics. By utilizing the Ionic Native SQLite module
You can check this article for more details here.

Louay Sleman
- 1,794
- 2
- 15
- 39