How to enable the sqliteConnection for PWA? #121
Unanswered
nidhikachhawa24
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@nidhikachhawa24 As of now we are supporting only app and we haven't tested the browser support as capacitor SQLITE has browser support you can check this plugin and let us know if you are facing any difficulties. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scenario:
We are using eJaaduiPitara as a PWA. We want the local storage feature also, like create pitara, create playlist and list of recently Viewed contents, on the web app.
I checked that this connection of initialising the DB connection is not working:
How can we enable this DB connection for web application?
How can we generalise so that this can work for android as well as web application also?
cc: @swayangjit @kameshbhr
Beta Was this translation helpful? Give feedback.
All reactions