Describe the bug
The PWA configuration currently does not take the DEFAULT_HOMEPAGE setting into account; instead, it is hardcoded to “/balances”.
To Reproduce
Steps to reproduce the behavior:
- Launch Split-Pro and set
DEFAULT_HOMEPAGE to “/groups”; open the page in a browser
- Verify that a redirect to the path “/groups” occurs (expected behavior)
- Open the website on a smartphone (the redirect still works) and install it on the device
- Open the application and land on “/balances”, even though
DEFAULT_HOMEPAGE was set to “/groups”
Expected behavior
Given the existence of the DEFAULT_HOMEPAGE variable, one would expect that when installing on a device with PWA functionality, a redirect to “/groups” would also occur.
App version
v2.1.3
Smartphone:
- Device: Samsung Galaxy S8
- OS: Android
- Browser: Chrome
Describe the bug
The PWA configuration currently does not take the
DEFAULT_HOMEPAGEsetting into account; instead, it is hardcoded to “/balances”.To Reproduce
Steps to reproduce the behavior:
DEFAULT_HOMEPAGEto “/groups”; open the page in a browserDEFAULT_HOMEPAGEwas set to “/groups”Expected behavior
Given the existence of the
DEFAULT_HOMEPAGEvariable, one would expect that when installing on a device with PWA functionality, a redirect to “/groups” would also occur.App version
v2.1.3
Smartphone: