Is it possible to use capacitor with a Django application ? #3488
Unanswered
jassimabdullatheef
asked this question in
Q&A
Replies: 1 comment
-
Yes, it is possible to use Capacitor APIs to turn that into a PWA. However, you won't do this to deploy to iOS or Android because apps must be locally contained and not load an external web app as a resource. Thus, you'd need to enable that React SPA to be able to run entirely "locally" without being rendered by the server. Does that make sense? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Django application that loads a React app on a child page. Is it possible to use the ionic Capacitor with this setup?
Beta Was this translation helpful? Give feedback.
All reactions