Custom Service portal widget shows "This browser is not supported yet..." when user clicks in the fieldIssue It was reported that when a user clicks on a field in a custom service portal widget (Paste image from clipboard to Service Portal record producer/catalog item). The user is shown "This browser is not supported yet...". This widget is a free custom widget shared by users. Widget: https://developer.servicenow.com/connect.do#!/share/contents/4080240_paste_image_in_service_portal_record_producer_catalog_item?v=1.0&t=DISCUSSIONS&id=DSP000002422ReleaseAnyCauseThis is a custom widget and is beyond the scope of ServiceNow support. For issues with custom widgets, we ask customers to work with the person that created the widget. Only they can fix custom widget issues.ResolutionFor this issue in the link provided, there is a comment section (Discussion) where other users had the same issue and they provided how to fix it. Solution:I added to widgetvar isChrome106 = window.navigator.userAgent.toLowerCase().indexOf('chrome') > -1;var isEdge106 = window.navigator.userAgent.toLowerCase().indexOf('edge) > -1;And replaced:isEdge || isSafari || isChrome || isFirefoxFORisEdge || isSafari || isChrome || isFirefox || isChrome106 || isEdge106