Hello, I need a little guidance.
I’m new to Solar2D and creating mobile apps too.
I’m thinking about creating an application based on a website, using mainly Bootstrap on the frontend and PHP on the backend. And encapsulate the frontend using Solar2D with its webview.
The purpose of encapsulating in Solar2D is to take advantage of the simplicity of using its webview (with only two lines of code!), And the possibility of Solar2D being able to “chat” with Google Firebase for notifications, even with the application closed.
Thus, the notifications programming would be in Lua, in Solar2D, and the other programming would be the same as maintaining a responsive website - one that is already ready - and would avoid rework.
Is this kind of approach plausible?
Will I have problems when trying to register in stores (Google and Apple) with this technique?