Why Isn’t My URL Button Working on Mobile?

On June 24, 2025, Posted by , In Apex,Lightning web components,Salesforce, By ,,, , With Comments Off on 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…