Screen Capture Full Page Android

0 views
Skip to first unread message

Rode Neagle

unread,
Aug 5, 2024, 9:47:27 AM8/5/24
to webbackherdi
Scrollingscreenshots, as the name suggests, lets you capture those long pages in one single shot while maintaining continuity. It eliminates the need to capture multiple screenshots, so it's good for those who hate cluttering their phone's gallery with a ton of images. If you're new to the world of Android phones and are wondering how to grab a scrolling screenshot on your phone, then here's a simple step-by-step guide detailing the steps you need to follow to capture one of those. Let's dive in!

All modern Android phones running Android 12 or above will let you take scrolling screenshots without any third-party app. It's also a part of the custom UIs made by different OEMs, so you should see the option on all Android phones, be it an entry-level or an affordable phone or the best flagships. The process is similar to taking a regular screenshot, but you'll have to follow a few more steps to ensure you're grabbing a single snapshot of a long page.


The ability to take scrolling screenshots is enabled by default on devices running Android 12 or later. You'll find the option alongside the Share and Edit options in the preview toolbar after you've captured a screenshot. It's called the Capture More button, and it shows up next to the screenshot preview as seen in the image above. Now that you know where to find the option, let's take a look at how you can use it to capture scrolling screenshots.


OnePlus, OPPO, and Realme phones, in case you're wondering, all run a slightly customized version of the ColorOS skin on top of Android. This means they all come with a very similar tool to take scrolling screenshots. Here's how to use it:


Both Vivo and iQOO devices come with Funtouch OS, so you'll once again see a similar tool to capture scrolling screenshots on these phones. Here's how you can use it in case you have a Vivo or an iQOO smartphone:


In case you're using an old Android phone that doesn't give you the option to take scrolling screenshots, then you can use a third-party app instead. The Google Play Store has a ton of apps that lets you capture a scrolling screenshot, so you'll easily find the one that'll do the trick for you. We recommend checking out the LongShot app which comes with a host of features, including the ability to let you take scrolling screenshots. It works as advertised and is simple to use. Here's how to use it.


Google Chrome on Android now comes with a built-in scrolling screenshot feature called "Long Screenshot." You can use this feature to capture screenshots of a long webpage without having to fiddle with the scrolling screenshots option on Android. The original version of this article mentioned this as an experimental feature, but it has since been added to the final build that's now live on the Google Play Store. Here's how you can use it:


The process, as you can see, is fairly simple, and it's also mostly the same regardless of which Android skin you're using. If you're only using this feature to grab screenshots of long web pages, then you can also just use the built-in Long Screenshot feature within Google Chrome too. Also, the scrolling screenshot feature isn't exclusive to Android phones. You can check out our guide explaining how to take scrolling screenshots on iPhones if you're on iOS 14 or later.


When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.


ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.


To capture a long or scrolling screen on an Android device, you need to be running Android 12 or higher. The scrolling screenshot option is fairly versatile, as you're able to capture just about any screen, such as your home screen, a webpage, an app, or a document.


On a standard Android phone, such as a Google Pixel, open the webpage or other scrolling screen that you want to capture. Press the Power button and the Volume down button at the same time. Tap the "Capture more" button on the bottom toolbar. An image of the entire screen should open, with a box around the default area that normally would be captured. To include more of the screen, drag the bottom handle lower until you've captured all or as much of the screen as you want. Tap Save.


Android should save the screenshot as an image in your Screenshots folder. To find it, open the Google Photos app, tap the Library icon at the bottom, and then tap the thumbnail for Screenshots. Tap the screenshot you just took.


Set up the scrolling screen you want to capture. Press the Power button and the Volume down button at the same time. At the bottom toolbar, press down on the icon with the double down arrow. As you press on this icon, the screen will automatically scroll. Continue pressing down on the icon until you've captured the entire screen, or as much of it as you want. When you're done, tap the image thumbnail on the left.


You should then be taken to either the Photos app or the Gallery app. In the Photos app, tap the Edit icon to modify or enhance the image. Tap the Share icon to share the image with another person or app.


To take a scrolling screenshot on an iPhone or iPad, you need iOS 14, iPadOS 14, or higher. The feature is capable of capturing a long webpage, an email message, or a document. Instead of capturing the screenshot as an image, however, iOS and iPadOS capture it as a PDF.


On an iPhone or iPad with Touch ID, press the side button and the Home button. On an iPhone or iPad with Face ID, press the side button and the Volume Up button. Tap the thumbnail of the generated screenshot. In the editor window, tap the heading for Full Page. Tap or swipe through the smaller thumbnails on the right to view the entire screenshot.


Using the bottom toolbar, tap the different pen and pencils tools if you wish to mark up the PDF. Tap the + (plus) icon to display a menu where you can add text or a signature, magnify any area of the screenshot, change its opacity, or add a square or other symbol. You can also undo or redo any action by tapping the appropriate icon at the top.


To delete the screenshot, tap the trash can icon at the top. To share the PDF, tap the iOS or iPadOS Share icon and then choose the app, service, or person that you want to share it with. When finished, tap Done. You can then delete the screenshot, copy and delete it, or save it as a PDF to your device or an online service via the Files app.


I think the title pretty much covers it, but I have a webview in my activity. I've loaded a url into the webview and I'd like to take a screenshot of the full page (whatever is in the viewport and the stuff "below the fold" as well).


But I'm still only capturing just the viewport. Disregarding things like running out of memory because the page is too large, does anyone know what I'm doing wrong or how I can include the portion outside the viewport?


The problem is that the final bitmap is always showing the top of my web page content! I actually need it to take the screenshot from where I have scrolled the content but this is not simply happening! I have been searching the net for two hours now but no one else seems to have a similar problem. any idea what could have gone wrong?


First call WebView.enableSlowWholeDocumentDraw() before setContentView(). Then take the screenshot over the whole content of the webview and then crop the bitmap to the actual view size with the desired scroll offset:


The "Long Screenshot" feature is available with the Chrome 94 update for Android. As of September 2021, you'll need to enable a hidden flag to use it. Eventually, the feature could become a non-hidden part of a future Chrome release. Any full-page screenshots you capture are saved in PNG format.


Chrome will open a white-bordered box with up and down arrows on the top and bottom and gray out the rest of the area. Tap and drag the up or down arrows in the respective directions to capture more areas of the web page.


Firefox Mobile or another browser would need to support this directly for such an extension to work. Do you need a screenshot, or do you just need to view pages offline? In the latter case, the answers to this question might help: Viewing web pages offline


You can use browsers that support Add-ons. For example, I use Dolphin Browser and use the add-on called "Screen Cut" / "Dolphin Screen Cut" which allows freestyle screenshot so you can rearrange and measure a certain area of the screen if you so choose it over than a whole screen capture.


A scrolling screenshot extends the borders of a traditional one to however much you need. You no longer have to manually scroll and take multiple screenshots to grab a complete snapshot of, say, a webpage. Your phone can automatically capture and stitch together several screenshots to create one image or document. Stick around to find out how to do it.


3. At first, your phone will generate a normal-sized screenshot and show a thumbnail at the bottom-left corner of your display accompanied with a handful of options. Tap the Capture More option and then touch the thumb nail.


People with Android 10 or older smartphones don't have to feel left out either. There are plenty of third-party apps you can download to grab scrolling screenshots, and the one we recommend is called ScreenMaster.

3a8082e126
Reply all
Reply to author
Forward
0 new messages