Phonegap:After build transform and perspective CSS properties are not working?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am making an app using JQuery mobile. For swipe events i included one library.By using that i am able to use swipeleft,swiperight,swipeup and swipedown events. I have tested my app in android 4.0,4.1,4.2 and chrome browser of android 4.4.It works . CSS #joy_div { perspective: 500px; } button { margin: 10px 0 0 0; } .left, .right, .down, .up, .reset { transition: transform 0.5s ease; transform-origin: 50% 50%; } .left { transform: rotateY(-40deg); } .right { transform: rotateY(40deg); } .up { transform: rotateX(-40deg); } .down { transform: