2
我必須將phoneGap相機api與sencha touch相結合。sencha touch容器背景中設置的phoneGap相機圖像
我想設置sencha觸摸容器的背景與手機相機api捕獲的圖像。 任何人都可以給我一些例子或一些想法嗎? 感謝
我的容器
....
{
xtype: 'container',
cls: 'SRCameraButton',
flex:2,
itemId : 'photoBtn',
action : 'capture'
}