mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
@@ -1320,6 +1320,9 @@
|
||||
reCaptchaWebView.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
[self.recaptchaContainer addSubview:reCaptchaWebView];
|
||||
|
||||
// Disable the webview scrollView to avoid 2 scrollviews on the same screen
|
||||
reCaptchaWebView.scrollView.scrollEnabled = NO;
|
||||
|
||||
[self.recaptchaContainer addConstraints:
|
||||
[NSLayoutConstraint constraintsWithVisualFormat:@"|-[view]-|"
|
||||
options:0
|
||||
|
||||
Reference in New Issue
Block a user