void PageScaleConstraints::fitToContentsWidth(float contentsWidth, int viewWidthNotIncludingScrollbars)
{
if (!contentsWidth || !viewWidthNotIncludingScrollbars)
return;
// Clamp the minimum scale so that the viewport can't exceed the document
// width.
minimumScale = std::max(minimumScale, viewWidthNotIncludingScrollbars / contentsWidth);
clampAll();
}
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/011d209e-f891-4d55-ac36-d83a9ccab7eb%40chromium.org.--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
Using the meta viewport value width=device-width instructs the page to match the screen's width in device independent pixels. This allows the page to reflow content to match different screen sizes.To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/9942f9a5-2a50-472b-a853-12725f9d95a3%40chromium.org.
+mnaganov
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview-dev+unsub...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/011d209e-f891-4d55-ac36-d83a9ccab7eb%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview-dev+unsub...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
Hi, Mnganov
+mnaganov
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/011d209e-f891-4d55-ac36-d83a9ccab7eb%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/9942f9a5-2a50-472b-a853-12725f9d95a3%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "android-webview-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-webview...@chromium.org.
To post to this group, send email to android-w...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/android-webview-dev/8a1c0eb0-b603-4f17-93ae-3784f5675435%40chromium.org.