July 29 2020, 11:25

Question for Android and iOS developers. Why can’t we create a server-side mobile app web-emulator capable of functioning in mobile browsers through a javascript UI? That is, a developer of a simple tic-tac-toe game uploads the app (apk/ipa) to a service, and this service provides a public URL, which, when entered in any mobile browser, displays a fully interactive version of tic-tac-toe.

Leave a comment