Display errors when using Form Submission in offline mode

Hello

I'm new to Ignition. I have a question regarding form submission in offline mode.

When using Form Submission in offline mode, some items do not display properly. When the following situation is observed, what is likely causing these display errors?

■Confirmed issues

〇 Items not displayed include:
・Radio buttons
・Checkboxes
〇 Items display correctly when connected to the internet.
〇 Even if some items are not displayed, responses are submitted during online recovery (in this case, responses for hidden items will be marked as “undef”).

■Display Screen (Normal)

■Display Screen (Display Error)

Do you have binding on those? Is it possible that those inputs are tied to tags that are only valid online?

Thank you for your reply.
No, I have not bound to the item causing the display error.
I have bound to item0's ‘info’ as shown in the attached image, but even when I try removing this binding and retrying, the same display error occurs...

I haven't tried those forms yet, but you can check how visibleWhen property works. I see it has nothing there, maybe it's normal.

‘visibleWhen’ appears to be used when you want to toggle visibility based on specific conditions.

In fact, for this test form, we configured it to display when the toggle (named Switch here) is set to True.

Although there is a display error in offline mode, the label is visible, so the ‘visibleWhen’ behavior is considered normal :thinking:

Would you mind checking the logs on the device to determine if there was a problem with downloading material.svg icons? After that, determine if a forced offline re-sync (via the offline mode settings in the app) fixes the situation.

Thank you for your reply.

Based on your response, I have confirmed the following points. Please forgive me if there are any inaccuracies in my understanding.

Additionally, clicking the Update button under Available Offline generated an error log as shown in the attached image. I'm unable to determine the cause, but is this still an error occurring during loading?

■Checked the logs of the Ignition Perspective Workstation App. During this, searched for the term “material.svg”

→ No errors related to “material.svg” were found, but there was a record of another error occurring. (A copy is attached in the attached document.)

■Performed uninstallation and reinstallation of the App

→ No improvement in the display error was observed.

20251015 003631919 Metrics Finaliz.txt (888 Bytes)

Thanks! That error about a png not being located is nothing to worry about. I meant the logs on the mobile device, Settings → Advanced Settings → View Logs. As a reminder, please be careful not to post any sensitive information that might be in the logs.

To re-sync offline resources, use the offline mode’s UI for the specific project application (ignore the “Offline mode not allowed“ in the screenshot). Press the circular arrows button, or toggle on and off to re-download the offline resources:

1 Like

Do you have binding on those?

Thank you for your detailed explanation!
I reloaded based on the steps you provided, but the display error persists.
・Press the Update button
・Select “Remove Application” and reload
・With the reloaded state, press the Update button

Additionally, after performing the above, I checked the logs on the smartphone app but could not find any errors related to “material.svg” (I searched for “material.svg” in the logs).

Incidentally, I also checked the following points, but the error persisted. I'll try other things as well...
・Verified operation on a smartphone purchased in an English-speaking region with the language setting set to English
・Changed the project description from a non-English language to English

Thank you for your reply.

No, I am not bound to the item causing the display error…