Not able to create a thing when my app is inside an iframe on ios

I’m just trying to create a new thing in the bubble database using a workflow (page load or element is clicked).
my app works fine on my mac as a stand alone web page or inside of an iframe.
when I try on my iPad (chrome or safari), it works as a stand alone web page, but when it is inside of an iframe, the thing is created for a second (I see it because i’m displaying the database inside a repeating group), but it does not show up in the database. i’m also not able to refer to the current user’s information (they are not required to log in).

thanks to adam. adam35

Feb 2024

I figured it out! “Do not set cookies on new visitors by default” needs to be selected in settings-> general. If you are having iframe issues this is your solution!