0
我正在開發Sencha Touch 2的移動應用程序。我需要使用Canvas,但在Android 4.2中不能正常工作。 Canvas是否兼容Android 4.2?Canvas與Sencha Touch 2在Android 4.2兼容嗎?
我正在開發Sencha Touch 2的移動應用程序。我需要使用Canvas,但在Android 4.2中不能正常工作。 Canvas是否兼容Android 4.2?Canvas與Sencha Touch 2在Android 4.2兼容嗎?
是Canvas是在Android 4.2兼容直接
有可能是在你的代碼中的錯誤。
安置自己的錯誤日誌/代碼
閱讀本你「會得到你的答案
http://developer.android.com/about/versions/jelly-bean.html
你在touchstart 2個canvas.addEventListeners和touchend都稱之爲等你拿2個畫布繪製
我使用PhoneGap Debug調試應用程序,並且不會向我顯示任何錯誤或警告。問題是Android設備中的應用程序繪製了兩次Canvas元素。 – jmgg
顯示代碼,其中畫布變爲dra wn – Metalhead1247
http://stackoverflow.com/questions/16691048/dont-draw-correctly-canvas-in-device-android-4-2-2-with-sencha – jmgg