My current browser application utilizes javascript
,node.js
,jquery
,HTML5(canvas)
.
Now, I am interested in transferring this application to iOS/Android
.
I have experience with creating iOS/Android applications using flutter, so I am aware that it is feasible to generate iOS/Android/webapps
from dart
code.
However, is there a method to do the reverse? Can iOS/Android apps be created from HTML5?
While Flutter is a great option, are there any other alternatives?
For instance, with Titanium
, can applications be developed using Javascript?
Although the language is javascript, certain libraries like jquery may not function properly.
Therefore, I am contemplating utilizing a webview
within flutter
and running the application through this view. But is this possible?