I would like to know if it is possible to create a project in html, css and js, and run in a native. If possible, which platform to use? (Simple project obser- vation, simple costs :)).
I would like to know if it is possible to create a project in html, css and js, and run in a native. If possible, which platform to use? (Simple project obser- vation, simple costs :)).
Progressive Web Apps . Features:
Yes, there are what we call hybrid applications. They can be created using frameworks such as React Native , the Ionic or the NativeScript . Some as they have said do not do much more than create a WebView and put your code over using the advantages of Apache Cordova and PhoneGap to communicate with the phone's APIs.
Others, however, have an extensive ability to "convert" front-end code into native code. Making a kind of de-for that greatly improves the performance and usability of the application, but on the other hand they have far fewer features than their "not-so-native" competitors.