簡體   English   中英

在 Cordova 中使用 Windows Phone WIde Tiles

[英]Using Windows Phone WIde Tiles with Cordova

使用 Cordova 時如何在 Windows Phone 上為 WideTile 指定圖像?

不幸的是,目前不支持此選項 [Wide Live Tile]。 我將為 WP8 和 WP7.8 創建一個功能請求。 最有可能的 LiveTiles 插件更新版本將登陸到以下地方

https://github.com/apache/incubator-cordova-wp8/tree/master/plugins/www/plugins/LiveTiles

更新

更新版本可以在這里找到

https://github.com/sgrebnov/incubator-cordova-wp8/tree/master/plugins/www/plugins/LiveTiles

示例用法

        navigator.plugins.liveTiles.updateAppTile(success, fail, {
            title: document.getElementById('title').value,
            image: 'Images/appbar.next.rest.png',
            count: document.getElementById('count').value,
            backTitle: 'Back title',
            backContent: 'Back side',
            backImage: 'Images/appbar.close.rest.png',
            smallImage: 'Images/appbar.save.rest.png',
            wideContent: 'This is wide content',
            wideImage: 'Images/appbar.stop.rest.png',
            wideBackImage: 'Images/appbar.feature.video.rest.png'
        });

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM