Hello
After payment via Stripe, my desktop app works correctly and displays the results in dynamic text. However, the results are not displayed on the mobile responsive app. The results are present in the data.
Hello
After payment via Stripe, my desktop app works correctly and displays the results in dynamic text. However, the results are not displayed on the mobile responsive app. The results are present in the data.
This sounds like a mobile page data-source issue rather than a payment or database problem.
Since Stripe completes and the data exists, the desktop page is correctly referencing the thing that stores the results, but the mobile responsive layout is not. On Bubble, mobile views often lose context because the page, group, or reusable element isn’t receiving the same “Type of content” and “Data source” as the desktop version.