在另一个视图上使用toImage()方法设置View的backgroundImage

时间:2016-04-08 11:38:52

标签: android ios appcelerator appcelerator-titanium

我一直试图通过在另一个视图上使用toImage()方法来设置视图的backgroundImage。

这在iPhone上运行良好,但在iPad或Android上运行不正常。


$.VIEW_1.toImage( function (blob) {
    $.VIEW_2.backgroundImage = blob; // working fine on iPhone only and not on iPad or Android.

});

请提示我如何将backgroundImage设置为blob对象,因为我们可以为ImageView设置。

由于

0 个答案:

没有答案