Why Isn’t My URL Button Working on Mobile?
Question I have a Lightning Web Component (LWC) that is URL Addressable and defined as follows: The component retrieves the record ID from the URL parameters using CurrentPageReference: The init() method makes an Apex call using the oppId. I created a custom URL button on the Opportunity record page with…