1
Component repeating for no reason
closed
P
Paul Wright
I can't seem to find a reason for this, but I have a component repeating itself on my Appgyver iPhone app view at the bottom. See attached pics of the phone screen shot and page layout tree.


Log In
Activity
Newest
Oldest
Kristian Gerkman
closed
Kristian Gerkman
complete
H
Harri Sarsa
Can you share the app ID so we could examine this?
P
Paul Wright
@Harri Sarsa: Sorry for the delay. I believe it is 177154. I temporarily fixed the issue by setting the viewport height of the Background container to a formula of viewport height plus 150. By the way this is specifically the "MobileAppContainerBig" on the "Landing Page"
Kristian Gerkman
@Paul Wright: Hey, I think I found the issue - You have 2 containers with both having the field
visible
set to systemVars.formFactor === "phone"
, so they are both visible and it looks like it's repeating since you have the same layout on both of them. I hope this helps with fixing the issue. :)
P
Paul Wright
@Kristian Gerkman: Thank you very much for that.