Unbale to tap on button of salesforce login page in appium

Hi All,

I’m testing an application through appium. In my application first page is Salesforce login page(webview). I’m able to click and send keys in username and password textfields,but when I tap on “Login to Salesforce” button nothing happens. However appium inspector is dectecting this button everytime successfully.
Can anybody help me to resolve this?

Thanks,
Meenal

try using .click() on the element instead of tap?