Posts

Post not yet marked as solved
0 Replies
261 Views
While on the login page, i'm entering my apple-id. The loading spinner stops spinning for 5-10 seconds, and then the "Can't verify your identity" message appears. However, I can still connect to developers apple com and any other services, except this one. I've opened the Javascript console, and there are endless repeating messages like this: SecurityError: Blocked a frame with origin "appstoreconnect.apple.com" from accessing a cross-origin frame. Protocols, domains, and ports must match. Any ideas on how to fix this?
Posted
by Kazuka.
Last updated
.
Post not yet marked as solved
1 Replies
950 Views
Hello, Not sure if I'll get the answer here, but I'll try anyway. So, I'm trying to capture a screenshot of WKWebView content, and all works fine.However, I've noticed that some pages have <canvas> tag which is used to render some interactive content. Like some playable ads or so.In that case, my screenshots didn't capture that content. All other HTML elements are on the screenshot. Also, the same issue with the video content.I've tried different methods, even using OpenGL for grabbing the screen buffer pixels. No luck.Is there any way to capture the screenshot somehow? Or grab the pixels directly from GPU?Thanks in advance.
Posted
by Kazuka.
Last updated
.
Post not yet marked as solved
2 Replies
6.9k Views
Hi, I have two TextFields and a button.When i tap on this button i need to dismiss the keyboard, how?Also, how to get the size of the keyboard, i just trying to shift up all elements when the keyboard appears. Thanks in advance.
Posted
by Kazuka.
Last updated
.