My app uses css transforms to show navigation to a detail page from the home screen. The screenshot plugin does not capture on-screen pixels when the detail screen is displayed. It always captures the home screen.
So:
From home screen, tap menu item. App transitions to detail screen via css transform.
Take screenshot using plugin
Expected: Screenshot should be an image of the detail screen
Actual: Screenshot is an image of the home screen
Does the plugin actually take a screenshot, or is it doing something different?
My app uses css transforms to show navigation to a detail page from the home screen. The screenshot plugin does not capture on-screen pixels when the detail screen is displayed. It always captures the home screen.
So:
Does the plugin actually take a screenshot, or is it doing something different?
Thanks