-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Vue Rewrite] Basic Mobile accessible interface #2371
[Vue Rewrite] Basic Mobile accessible interface #2371
Conversation
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
@Grotax which browser are you using? It seems to appear for me on firefox and chrome, and has no space at the top: I didn't fully test the audio/video playback in mobile though... so i'll do that now |
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
a1df985
to
f576eb4
Compare
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
I've made some changes to the css, using flex more properly rather than relying on media queries to set the height. Let me know if it shows up now, and if it doesn't it would be great to include which browser it is not appearing in. I have tested on OSX chrome, safari and firefox and iOS chrome and safari so far |
Maybe the issues are related, I tried again based on this PR. In both Firefox and Chromium I have the empty space at the top and the player is not visible. I build the news app with I will try on my VM that is built like an actual standard nextcloud server |
Same on my vm. Also in that context noticed that we will need to adjust the build process for the appstore a bit but that can be done later. Not sure what else I can do, I also don't have much experience with frontend things. |
I bet that you’re correct that the space at the top and missing audio player are related.
Hmmm…. I think I’m using stable28 on my development machine… so that may be the issue. I’ll look into testing on a stable27 version of nextcloud to see if I can reproduce.
I’d be surprised that the operating system you are running the browser in is affecting it, but I haven’t tested with Linux so that may also be the issue.. if you have access to another OS to open it in that would be great to try to see if it is related.
|
Same from a Windows 10 with Edge browser. stable28 is not out yet :) So i think it has something to do with building the app or the combination with the nextcloud version, some css rule not working with the servers css? I will try with other nextcloud versions when I can |
If someone else could test this that would be great to get a steps to reproduce But until then it would also be awesome if @Grotax you could right click to and then use the search feature of the You can also use the |
After adding I can see the player again, so it was there all the time just hidden. But all in all works and based on modern tech so I like it. We can merge this in my opinion but there seems to be some conflicts it requires a manual re-base. |
@Grotax I don't see any conflicts should I just merge? |
Yeah, go for it |
Related to #748
🗒️ Summary
✅ Checklist
- [ ] Changelog entry added for all important changes.📷 Visual
On my Iphone:
Testing on narrow width browser:
Still working in normal width:
➡️ Up Next
addArticleAction
Plugin API?)?selected=<id>
url query parameter to store and parse which Feed Item is displayed inFeedItemDisplay
(this will be useful for implementing the search bar - and allow navigating directly to the specific feed item)addArticleAction
Plugin API