Closed tycebrown closed 8 months ago
The verse picker now works on mobile.
Open the website on a mobile device. Here is one way of doing this (for Chrome based browsers on Android devices):
Run nx serve web and nx serve api on your local device (such as a computer
nx serve web
nx serve api
Connect a USB cord from your local device to your mobile device.
Enable USB debugging
Go to "chrome://inspect/#devices". Then, check the box which says "Discover USB devices":
Press "Port Forwarding", add the ports 4200 and 4300, and check the box which says "Enable Port Forwarding":
Finally, on your mobile device, navigate to "localhost:4200"
Type in a verse reference and hit enter. Confirm that the page navigates to the reference that you entered.
@Pertempto would you mind reviewing this whenever convenient? Just a little head's up: It's a little tedious to test, since we need to test on a mobile device.
What has changed
The verse picker now works on mobile.
QA Steps
Open the website on a mobile device. Here is one way of doing this (for Chrome based browsers on Android devices):
Run
nx serve web
andnx serve api
on your local device (such as a computerConnect a USB cord from your local device to your mobile device.
Enable USB debugging
Go to "chrome://inspect/#devices". Then, check the box which says "Discover USB devices":
Press "Port Forwarding", add the ports 4200 and 4300, and check the box which says "Enable Port Forwarding":
Finally, on your mobile device, navigate to "localhost:4200"
Type in a verse reference and hit enter. Confirm that the page navigates to the reference that you entered.
Post-Deployment