-
1. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
seyfx001 Mar 3, 2014 7:42 AM (in response to seyfx001)I am waiting for reply.
Thanks.
-
2. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
Jitender thakur Mar 5, 2014 2:44 AM (in response to seyfx001)Thanks for reporting the issue, could you please try putting in “NO_SCALE” in your code as following?
stage.scaleMode = StageScaleMode.NO_SCALE;
Regards,
Jitender
Adobe AIR Team
-
3. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
seyfx001 Mar 5, 2014 4:38 AM (in response to Jitender thakur)Yes, it is working fine, thanks.
But i should publish the mobile application for IOS/Android with the code as following:
stage.scaleMode = StageScaleMode.EXACT_FIT
So how can i do to draw the correct bitmap from webview?
Or how can i calculate to the correct viewport from webview?
-
4. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
Colin Holgate Mar 5, 2014 5:28 AM (in response to seyfx001)There are many cases where no_scale would not be appropriate, so it doesn’t really help if it solves the issue here.
Also, what is a mobile use case for exact_fit? As that would distort the stage, it could well be the cause of the problems you’re having.
How do things look if you use the default of show_all or you use no_border?
-
5. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
seyfx001 Mar 5, 2014 6:17 AM (in response to Colin Holgate)I have been testing on Galaxy S3 and encountering same issue which is 2x zoomed snapshot when i use StageScaleMode.SHOW_ALL, StageScaleMode.NO_BORDER or StageScaleMode.EXACT_FIT.
I have been getting correct result when i use StageScaleMode.NO_SCALE but this time StageWebview seems near the middle of the device.
What can i do in this case?
-
6. Re: drawViewPortToBitmapData issue on AIR 13.0.0.42
seyfx001 Mar 10, 2014 6:44 AM (in response to seyfx001)İ have been checking this issue but still an issue on AIR 13.0.0.55 which publised on labs page at 6 March.




