Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

i found out how to do html versions on mobile lol

how?

theres this thing that shows the javascript of the page then i have to find the words “index.html”, and then what looks like a link beside those words, i get the link.

thats cool! but how did you got the javascript menu?

uhh i followed a tutorial and apparently safari bookmarks can run javascript. this is the code i used.

javascript:(function()%7Bvar%20a=window.open('about:blank').document;a.write('%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3Ctitle%3ESource%20of%20'+location.href+'%3C/title%3E%3Cmeta%20name=%22viewport%22%20content=%22width=device-width%22%20/%3E%3C/head%3E%3Cbody%3E%3C/body%3E%3C/html%3E');a.close();var%20b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.appendChild(a.createTextNode(document.documentElement.innerHTML))%7D)();

and does it work both on ios and android? (i have an android)

(1 edit)

safari isn’t on android so it only works on ios im pretty sure so sorry unless if you can run javascript on a website then i guess

oh, ok

Yo, can u port apks?

i dont know how to compile apks but i can optimize it throught the assets folder

i could port the website, but you probably don’t want that.