mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #1131] Make a Mobile port with vue-native #394
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DGKSK8LIFE on GitHub (Aug 31, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1131
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
I'd like the app to be ported to mobile in a PWA-esque way (perhaps via vue native or ionic)
Describe alternatives you've considered
You could write native for better performance and more reliability
@liyasthomas commented on GitHub (Aug 31, 2020):
PWA being very lightweight and effective I can't find any advantages for Native app over PWA in case of Hoppscotch. Fee free to discuss over this topic.
@DGKSK8LIFE commented on GitHub (Aug 31, 2020):
Yeah that's fair. Perhaps you wanted AR functionality or just a UI Kit that's native specific. I'd definitely prefer PWA because it would be a lot easier to build/faster. What does the PWA ecosystem look like in vue? (I'm mainly a react person and haven't messed with vue much)
@AndrewBastin commented on GitHub (Aug 31, 2020):
@DGKSK8LIFE I am kinda the person working with getting Hoppscotch to be native and we have discussed a lot about what we want from a native app.
We really don't want to maintain a separate codebase for the mobile app as of right now. We have more than enough in the plate with the current codebase 😅.
I am working on a system that allows for Hoppscotch to work on iOS and Android without the extra codebase but it is not a high priority right now as we don't seem to see much need for the mobile apps right now. But if and when there is, I will get into implementing it.
@DGKSK8LIFE commented on GitHub (Aug 31, 2020):
Nice. But why not use vue-native? @AndrewBastin