OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
0 stars 11 forks source link

Client device capability detection #70

Closed ar9708 closed 1 week ago

ar9708 commented 4 weeks ago

Investigate the options we have available to detect device capabilities to mitigate the many if's and but's associated with crossplatform development (e.g. is the client device desktop? is it running the native mobile version? etc.)

ar9708 commented 4 weeks ago

Somewhere in the web client app, I would like to have a view where we can show some debug information. Maybe a "ℹ" button somewhere that shows an overlay with useful info, or on the settings view.

Things of interest to inform about:

mykhailodanilenko commented 4 weeks ago

@ar9708 I'll think about what can be added to the list but one thing I can think of now is a button to copy the info so that the user can send it if anything goes wrong

mykhailodanilenko commented 1 week ago

Resolved with #80