-
Notifications
You must be signed in to change notification settings - Fork 24
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
Mobile App - react-native-webview #171
Comments
Thanks for setting this up @jackhajb!
Until yesterday I was not aware that cookies are currently required for users to log in. Ignore the above! |
Android Open Testing is available here if you'd like to update the link in the original issue: https://play.google.com/store/apps/details?id=com.resonate.streamapp |
@peterklingelhofer I was able to get it working locally, let me test again. |
@jackhajb, I didn't realize until yesterday's chat that cookies were required for logging in. You can ignore that post earlier. Also, per this post, that will be the Android public testing link once Google approves us, so I think it's fine to leave it up there, but I wanted to note here as well that that is not live yet and if you'd like to QA test Android I have to add your email manually to the Internal Testing Group. After I've done more digging into this, I'm going to address each of your Issues to Consider that you've made below. I'd also like to encourage others to share their ideas on this.
I believe someone suggested in the Telegram chat that this code could be added to the
I want to emphasize that I'd like this effort to not distract for native app development, which has the potential to be better UX all around.
I now realize your suggestion was to test locally on this
Good question. Theoretically many of the bugs that would impact the mobile app would also impact the PWA viewed on a browser with a phone, but not all. |
React Native WebView - mobile application
@peterklingelhofer has created a repo to test a
react-native-webview
implementation of the streaming player. You can run and test locally viagit clone
ing the repo and running expo on your machine.This ticket is created to track the progress on testing of the potential mobile app implementation.
1. iOS public testflight url
2. Android test url
When testing
Other issues to consider
WebView
source prop tosource={{ uri: 'https://stream.resonate.ninja/discover' }}
. As far as I know, the only difference for the streaming player should be signup/login flow and account settingsThe text was updated successfully, but these errors were encountered: