We are trying to use the Pollfish plugin to show polls in our app.
For loading, we call:
pollfish.load({ customMode=true })
To make sure the red button does not appear on the screen. Instead, we have a place in our app where the user can click to complete a poll.
However, whenever the “applicationResume” event is fired, I see the pollfish listener receives an event with phase = “loaded”, and immediately after a poll is shown (as if we called pollfish.show())
Can this be fixed? We don’t want the poll to show unless the user specifically select to complete one.
Thanks