【问题标题】:sencha touch map not showing fullscreen煎茶触摸地图不显示全屏
【发布时间】:2011-08-24 05:38:33
【问题描述】:

我已经声明了我的地图

ChalkMobile.mapContent = new Ext.Map({
    fullscreen: 'true',
    useCurrentLocation: 'true',
    mapOptions : {
        zoom: 18,
    },
});

但它没有全屏显示。灰色区域很大,地图只占屏幕不到1/8。知道如何解决这个问题吗?

谢谢。 =D

【问题讨论】:

    标签: google-maps sencha-touch


    【解决方案1】:

    您是否尝试过以下方法?

    layout: {
       type: 'fit'
    },
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-10-04
      • 1970-01-01
      • 2012-11-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多