cwa-website
cwa-website copied to clipboard
FAQ Link #vac_cert_booster does not display requested FAQ section on mobile device
Where to find the issue
https://www.coronawarn.app/en/faq/#vac_cert_booster
Describe the issue
If the FAQ link "For further information, please see our FAQ page." (https://www.coronawarn.app/en/faq/#vac_cert_booster) is followed in the CWA app under "Note on Booster Vaccination" and the mobile device is in portrait mode, then no useful information is shown in the web browser. Instead only top-level FAQ topics are shown.
Steps to reproduce
In app
Mobile device is connected via WLAN
- Tap Scan and scan in a 2/2 vaccination certificate
- Tap back-arrow
- Tap Certificates
- Tap right-arrow
- Tap "Note on Booster Vaccination"
- Tap on link at bottom of text to Rule DE-BNR-0110 "For further information, please see our FAQ page."
- Note that browser first goes to https://www.coronawarn.app/en/faq/#vac_cert_booster then to https://www.coronawarn.app/en/faq/results/#vac_cert. The display however shows only topic sections.
Edit: The above steps work in CWA 2.25. Starting with CWA 2.26 the target link has changed and the steps no longer show the issue.
In browser
- Open Google Chrome on a desktop
- Press F12 for developer mode
- Toggle device toolbar and select Samsung Galaxy A51/71 in portrait mode with throttling set to Mid-tier mobile
- Paste https://www.coronawarn.app/en/faq/#vac_cert_booster into address field and press
Enter
- Note that only section headers are shown and these do not lead to information about vaccination certificate boosters.
Expectation
When using the link on a mobile device to open https://www.coronawarn.app/en/faq/#vac_cert_booster, the section FAQ > App Features > Vaccination Certificates should be shown.
Workarounds
- The following is not a useful work around in practice, however it shows that the issue is with the website in portrait mode.
In the app "Steps to reproduce" above, before tapping on the link "For further information, please see our FAQ page.", turn the mobile device into landscape mode. - Scroll up to search field. Enter word "booster", select section "App Features", tap "Search". Scroll down to search results.
Background information
Before the FAQs were reorganized, the link https://www.coronawarn.app/en/faq/#vac_cert_booster displayed a list of links:
This list was removed and the nearest equivalent was the section heading above this list which is https://www.coronawarn.app/en/faq/#vac_cert.
Internal Tracking ID: EXPOSUREAPP-14102
- This issue may be mitigated by CCL PR https://github.com/corona-warn-app/cwa-app-ccl/pull/90 which changes the FAQ anchor in use from #vac_cert_booster to #vac_booster_basics. Although the PR is merged, it is not yet in production (see https://github.com/corona-warn-app/cwa-app-ccl/issues/88#issuecomment-1223713618).
This issue is mitigated by CCL 3.2.1, however the underlying website issue is still present and the steps to reproduce using a desktop browser simulating a mobile device are still able to demonstrate the issue:
In browser
- Open Google Chrome on a desktop
- Press F12 for developer mode
- Toggle device toolbar and select Samsung Galaxy A51/71 in portrait mode with throttling set to Mid-tier mobile
- Paste https://www.coronawarn.app/en/faq/#vac_cert_booster into address field and press
Enter
- Note that only section headers are shown and these do not lead to information about vaccination certificate boosters.
@MikeMcC399 Thanks for reporting. FYI PR https://github.com/corona-warn-app/cwa-website/pull/3138