kverweij / stagewebviewbridge

Automatically exported from code.google.com/p/stagewebviewbridge
0 stars 0 forks source link

Snapshot corrupt on Galaxy Tab 10.1 #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an app with stagewebviewbridge
2. Create button to test setting snapshot mode 

view.addEventListener( StageWebViewBridgeEvent.ON_GET_SNAPSHOT, onGetSnapShot );
view.getSnapShot();

function onGetSnapShot( e:StageWebViewBridgeEvent ):void
{
  // remove listener
  view.removeEventListener( StageWebViewBridgeEvent.ON_GET_SNAPSHOT, onGetSnapShot );
  // set the bitmapdata visible, hides the stagewebview
  view.snapShotVisible = true;
}           

3. Test on real galaxy tab 10.1 with USB Debug

What is the expected output? What do you see instead?

The snapshot of the web page. A image with many vertical lines of different 
colors.

What version of the product are you using? On what operating system?

109 build 0.0.723
MS Windows
Android 3.2

It works on the emulators, but not on the real device using USB debug.

Original issue reported on code.google.com by GobanYo...@gmail.com on 23 May 2012 at 10:08