You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On clicking on Like or Add to watch it should open in Safari
Actual Behavior
On clicking on the Like icon or Add to Watch later icon in the side dock nothing happens
Steps to Reproduce
You can use the following ViewController swift class in a sample project and run it on a real device/phone in iOS 16.6.
You will be able to see the issue where clicking on the Like or Add to watch later icon does nothing. It only shows it in the selected mode. The icon button click is not working.
The text was updated successfully, but these errors were encountered:
Sunilkumarr
changed the title
In iOS Side dock icons Like and Add to watch later are not working in webview iOS 16.6
In iOS Sidedock icons Like and Add to watch later are not working in webview iOS 16.6
Aug 11, 2023
I'm not that familiar with WebView code these days, but I would guess it is the WKNavigationDelegate that is keeping it from working. Do you see that being called when you tap the button? It will be calling window.open() with a login url.
Expected Behavior
On clicking on Like or Add to watch it should open in Safari
Actual Behavior
On clicking on the Like icon or Add to Watch later icon in the side dock nothing happens
Steps to Reproduce
You can use the following ViewController swift class in a sample project and run it on a real device/phone in iOS 16.6.
You will be able to see the issue where clicking on the Like or Add to watch later icon does nothing. It only shows it in the selected mode. The icon button click is not working.
Swift Code Sample
Please let me know how to fix that issue?
The text was updated successfully, but these errors were encountered: