2012-07-13 24 views
0

我是appMobi的新手,想知道我是否可以將jQuery Mobile插入到我的應用中。我試圖用 從文檔站點http://jquerymobile.com/test/docs/about/getting-started.html 插入代碼,但它不起作用。我也嘗試使用appmobbi的aux_web,但它給了我錯誤。可以將jQuery Mobile插入appMobi XDK應用程序嗎?

這些都是錯誤的:

Uncaught TypeError: Cannot read property 'availableTransitions' of undefined jq.ui.min.js:133 
Uncaught TypeError: Cannot read property 'availableTransitions' of undefined all.js:58 
Uncaught TypeError: Cannot set property 'autoLaunch' of undefined index.html:61 
Resource interpreted as Font but transferred with MIME type font/truetype: 

我通過只使用jqMobi使一個應用程序,我測試的一款Android手機,但它有很多的bug。所以我從appmobi.com下載了phonegap XDK。但我也有一個問題,因爲我不能從手機使用相機,並在同一時間jquery mobile.But如果我只使用相機或只有jquery移動它工作正常。你知道我必須做什麼或在哪裏我必須看到,因爲我看到了appmobi中的所有文檔,而且我找不到任何有關phonegap XDK appmobi的信息。 THK

回答

1

您可以將您的jQuery Mobile的應用到appMobi,但是,你會發現類似的事情在Android上緩慢過渡。 AUX不再受支持。就UI而言,我們發佈了jqMobi,它做得更好。您可以從https://github.com/appMobi/jQ.Mobi

相關問題