B4J Question [ABMaterial] webapps running natively on mobile phones?

xulihang

Active Member
Licensed User
Longtime User
Hi guys,

Webapps based on websocket need a remote server and cannot access a lot of functions like native apps. Is it possible to pack them to a native android/ios app?

b4a already has WebViewExtras. I think the key is to have a jre installed to run server apps. But currently, there is no jre for andoird or ios.

As android is more open, it can run a gnu/Linux environment through chroot or termux/proot without root privileges. But it is too complicated and not suitable for common users.
 
Top