When using the following code in the navigation and the user is on iPhone, tapping on the link does not do anything:
(PU version 5.6.7)
```powershell
New-UDListItem -Label ‘Feedback’ -Icon @(New-UDIcon -Icon ‘comments’) -OnClick {
Invoke-UDRedirect -OpenInNewWindow -Url ‘https://google.com’
}
```