2013-02-24 30 views

回答

1

PhoneGap'core'不支持Live Tiles,換句話說,如果您想使用此功能,它將不會跨平臺。爲了支持平臺的特定功能PhoenGap擁有插件的概念。你可以找到活瓷磚插件在這裏:

https://github.com/purplecabbage/phonegap-plugins/tree/master/WindowsPhone/LiveTiles

按的文檔,你可以按如下更新:

navigator.plugins.liveTiles.updateAppTile(success, fail, 
        {title: 'title', 
        image:'Images/appbar.next.rest.png', 
        count: 5, 
        backTitle: 'Back title', 
        backContent:'Back side', 
        backImage : 'Images/appbar.close.rest.png'}); 
+0

是的,我問,因爲我不如何實現插件和我正在設計一個僅適用於Windows Phone 7的應用程序,沒有Windows Phone 8,沒有Android,所以我的問題很好。對不起,如果你不同意 – 2013-02-24 14:38:21

相關問題