feat: mob.install#8
Draft
ken-kost wants to merge 5 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GenericJam/mob#16
I made an attempt to add a
mix mob.installand it's composite tasks. Only thing the existing project needs is the igniter and to install the mob archive. I still need to further test this, but initial experimentation yielded in me having an.apkfor my game. 🤠 It's just a view into the app deployed on https://scrawly.fly.dev/, nothing fancy. I had some caveats I needed to do, for example initially the modals didn't show on the mobile app but it was fixed. At the end I added some options to strip it down for my use case, since my app is actually on hologram, not phoenix; it uses channels not live views.Here's a link to download apk from my google drive if somebody wants to try.Turns out google doesn't allow it to share publicly apk's, go figure. :(PR where I tried the installer: ken-kost/scrawly#21
I still need to try it with new options again.
In any case, this is me trying out mob and it's cool! If I further improve UI/UX for mobile view on my game, it would be just like a mobile app! ⭐ I even added like an extra feature to auto register user who opens the game on phone, by taking the device id.
In any case, the experiment was successful IMO. Not sure if this should be part of
mob_newor a separate repo,mob_install? 🤔