Forum Discussion

TylerFoy81's avatar
TylerFoy81
Qrew Trainee
18 hours ago

Mobile Screen Jumping

I have a form that generates approximately 500-600 submissions per day. The form currently contains 320 fields, 55 form rules, 100 lookup fields, and around 80 image fields.

I've been troubleshooting a significant issue on mobile devices where selecting any multiple-choice question causes the screen to jump erratically. To isolate the problem, I've tried:

  • Removing all image fields
  • Reducing the total field count
  • Creating a simplified version with only 5-6 questions and roughly 30 fields

Even with the stripped-down version, the screen jumping still occurs whenever a multiple-choice field is selected on mobile.

Has anyone experienced something similar or have suggestions on what might be causing this? I'm trying to determine whether this is related to form configuration, form rules, lookup fields, browser behavior, device-specific issues, or a platform limitation/bug. Any troubleshooting ideas would be greatly appreciated.

1 Reply

  • Denin's avatar
    Denin
    Qrew Captain

    Without looking at the form, it's hard to troubleshoot it.

    But based on your description alone, sounds like the DOM objects are changing height as they load in and it causes the browser scroll position to jump around.

    Some questions:

    • Your multiple choice questions and answers, how long are they?
    • What is the field type? Is it actually multiple choice? Have any multi-select fields?
    • Do you have rich text content on the form? Not necessarily formulas, but any content like rich text blocks.
    • What browser are you using on mobile?
    • Have you recreated this problem on more than one device, network, and browser?