gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 167 forks source link

On-screen pixels not captured #25

Open nickfedoroff opened 10 years ago

nickfedoroff commented 10 years ago

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:

  1. From home screen, tap menu item. App transitions to detail screen via css transform.
  2. 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?

Thanks