'building an web app, that should be converted to mobile app?

I am building an webapp, like a normal webpage with html, css, javascript - and php/mariadb for the backend.

When it is done, I also want an mobile app, containing the same features. Is it possible to convert my webapp to mobile app both for android and ios, without rewriting all my code? Or is their some framework or language, that is better to use then others?

Any pointers much appriciated. Thanks



Solution 1:[1]

Yes there are frameworks that allow you to create cross platform apps, like Flutter (Dart language) or React Native (JavaScript language). You can run it on various operating systems.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 abdessalam_dai