Same issue here. I believe it is Apple internal problem.
Let's see.
Post
Replies
Boosts
Views
Activity
Hi!
I fixed the issue by adding
DispatchQueue.async {
...
proxy.scrollTo("id")
}
now scrollTo works perfect.