jonathan
(Jonathan Deutsch)
June 5, 2022, 9:02pm
2
Hype doesn't have built-in functionality for this, but others have done so. There's nothing too special about Hype's HTML, so anything that can make an apk from HTML should work about the same.
Please take a look at these threads:
472/5000
It’s very easy, you just have to:
Export your Hype document as a folder
Change the .html document in your folder and rename it index.html
Have this config.xml document in that folder
Open document config.xml and modify the parameters
version = “1.0.2”,
Create a .zip from this folder
Access https://build.phonegap.com/ and create an account
Go to the option upload a .zip and attach the one you created and proceed to create your app and go!
That easy
You’ve 3 options according to me:
1 (easier): Create a service worker. Look for it on the internet. You can create a basic servie worker. Once Chrome detects it, it gives users an option to add the app to the homescreen. What it does is, it places your favicon in the app drawer o the Android phone and thus, it feels like a native app. It doesn’t show the URL, etc. Might get your work done. However, it can’t really be customised much. On the other hand, you don’t just get an Android app, you get…
There might be some more out there.