crossmob / CrossMobile

Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
GNU Lesser General Public License v3.0
51 stars 14 forks source link

Developing web app #6

Open ccpplinux opened 2 years ago

ccpplinux commented 2 years ago

Can I use this tool to develop web app in addition to mobile/desktop app so that I can run the same application in a web browser also? If yes then how?

teras commented 2 years ago

Unfortunately right now CrossMobile is able to create only Mobile (iOS & Android) and Desktop applications. There are plans and solutions on how to migrate it also for the web, but not something immediate. Sorry :disappointed:

ccpplinux commented 2 years ago

Thanks for reply. It is good to know that the generation of web app from the same code base is in your plan. I think it can be done with the help of concept of web assembly. When it will be implemented then please let me know. I really want use this tool for developing user interface for my projects.