A button click navigating back on iOS Device Safari Browser

Hi There,
I am automating a website on mobile view for both Android and iOS. I have the following button which clicks fine on Android but Navigates back/ click does not direct to page ahead. I have tried clicking with js script but I cant figure out the solution. Here’s the snapshot of the dom

This got resolved by adding this capabiltity:
cap.setCapability(“nativeWebTap”, true);