Gnomeuel
Explore posts from serversPWA Detection Logic Not Working on Apple TestFlight
Hi everyone,
I'm currently facing an issue with my Progressive Web App (PWA) when it's distributed via Apple TestFlight. The logic I've implemented to detect if the app is installed or being used in a browser works perfectly in normal scenarios but fails when the app is running through TestFlight.
Here is a simplified version of the detection logic I'm using:
This works as expected in browsers and when the PWA is installed on both iOS and Android. However, when running the PWA via TestFlight, it doesn't detect the app as being installed.
1 replies
KPCKevin Powell - Community
•Created by Gnomeuel on 5/17/2024 in #front-end
Height Adjustment for StPageFlip
Hello everyone,
I'm working on a Vue 3 project where I'm using the StPageFlip https://nodlik.github.io/StPageFlip/ library to create a flipbook interface. The content of each page will vary in height, and I'm struggling to dynamically adjust the height of the PageFlip container to fit the content. The goal is to make sure the height of the flipbook adjusts to fit its content without any overflow or fixed height.
I've tried a few approaches, but the container height doesn't seem to adjust correctly. The height either remains fixed or doesn't fully fit the content.
Component
7 replies