4

I am developing a web application for mobile devices including tabs.
I am using JqPlot for displaying graphs every thing works fine on my desktops and emulators
But it not displaying graphs on devices sometimes.
Even chart values are displayed but graph is not get drawn
Any suggestions and answers are welcome ..
please help us....

Also Want To know do there is any way to debug on device browsers

4

1 に答える 1

2

関数にDIVIDが割り当てられていることを確認し、チャートプラグインを呼び出す前にDOM div要素を作成する必要があります。

これがエミュレーターで機能し、実際のデバイスでは機能しない

場合は、メモリリークが発生する可能性があります。チャートは、前のオブジェクトが破棄されていることを確認します。私は何かを提案しているだけで、それだけです。

于 2012-08-16T17:07:44.063 に答える