Valere Fedronic
Valere Fedronic
Hi kousik, If you have issues with the title position it is due to the [self.navigationController.navigationBar setTitleVerticalPositionAdjustment:delta forBarMetrics:UIBarMetricsDefault]; -> you have to reset it to 0 when landing on your...
Yes it doesn't have to match what was in EA. The screenshot I sent is not complete, but you can find it on web also. You can see if a...
Well not sure. We were using it during tests, and the UI looks a bit like a devtool thing. Do I have API now to verify the signature manually from...
yes would be perfect
Just to clarify, that means that it still happens in v2+ (3...9) versions right?
android & web affected too https://github.com/vector-im/element-android/issues/6723, https://github.com/vector-im/element-web/issues/22982 Spec says: > When using in-room messages and the room has encryption enabled, clients should ensure that encryption does not hinder the verification....
Notice that email invites are still using V1 api in order to sign the invitation. Also we cannot just change the email template to use the v2 API, because v2...
2. Avoid Cross-Origin Fetches in Content Scripts When cross-origin fetches are needed, perform them from the extension background page rather than in the content script. Relay the response to the...
I need to detect the app version from the store page. It is sometimes available but only in the full details page of the app (e.g. for netflix the current...
It could be possible to get some version information using this query in the app detail page: `div.hAyfc:nth-child(4) > span:nth-child(2) > div:nth-child(1) > span:nth-child(1)` This could be : - The...