Modal does not work in mobile web browser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 06:56 PM
Hi Developers,
We have a feedback widget that we are using from the ServiceNow store, the Feedback Widget app.
However, the modal window does not work in a mobile web browser. It works well on desktop. Does anyone know what might be the cause of this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 07:21 PM
Hi @zynsn,
Can you elaborate on what you mean by it's not working?
From the screenshot, it looks like there is a modal but is it not responsive?
Also, just wondering why you are using a mobile web instead of a mobile app?
This looks like a custom plugin created by a 3rd party. It may be faster if you get in touch with their team.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 08:15 PM
Hi @James Chun ,
The modal is not responsive, I cannot click out of it or do anything on the modal.
We wanted to get this to work on mobile web because we have some users that use the mobile web version of ServiceNow.
Yes, it is a custom plugin. I will get in touch with the 3rd party.
I figured I ask the community to see if anyone has come across mobile web issues with modal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 02:12 AM - edited 08-01-2024 02:14 AM
Hi @zynsn ,
I've encountered a similar issue with the feedback widget on mobile devices. Specifically, the modal window doesn't work on iPhone or iPad, but it functions correctly on Android phones.
Root Cause:
The issue is with the way the modal is handled in the widget code. To resolve this, you can modify the HTML where the modal starts by adding data-backdrop="false". This change has resolved the issue across all mobile devices.
data-backdrop="false".
This change has resolved the issue across all mobile devices. Please find the screenshot below as a reference