### Describe the bug Use tonuiconnect in the pwa, when open wallet like bitget wallet or okxwallet, it will open a white window then navigate to wallet app. ### Expected behavior Shouldn't open white window in pwa. ### Current behavior It will open a white window then navigate to wallet app. ### Steps to Reproduce 1. click wallet icon in modal in ios pwa ### Environment IOS ### Additional context  Use window.open in pwa will caused this issue. please use window.location.href = 'deep' when detect is in pwa env.