Questions
Scroll Position Lost on Category Pages in APK Version of Website
In the APK version of my WordPress website (built using Median), category listing pages do not retain their scroll position when navigating back from a product detail page. For example, if a user opens the "Furniture" category, scrolls down the listings, clicks on a product, and then presses the back button, the category page reloads from the very top instead of returning to the previous scroll position.
This issue only occurs inside the APK version — in Chrome mobile browser, the scroll position is preserved as expected. The homepage in the APK works fine; the problem is specific to category listing pages. This behavior causes poor user experience because visitors must scroll again to find their previous spot. It appears to be related to how the WebView in Median handles page reloads and back navigation.