I am using Android 2.3.4 OS Samsung S5570 POP device ...
I am working on an application using PhoneGap and jQueryMobile 1.0.1 ...
I have 2 selection blocks in my application, and the options for each selection window are from 7 to 10 ...
When the "Select" field is clicked, the parameters open normally, but the selection window flickers if I try to close the selection window or if I select a parameter from the selection window ...
When you close or select an option from the selection window, the popup window closes ... the popup window opens again and then ends ...
Then I thought about trying my own selection block by specifying data-native-menu = "true" or data-role = "none" in the selection field ...
None of them worked .... So I could not implement my own block of choice ... I searched the network ... I could not get a solution ...
So guys, please help either in the implementation of your own selection box, or when using the jquery mobile select box without flickering ... I'm already below css ...
.ui-page {
-webkit-transform-style: flat;
-webkit-backface-visibility: hidden;
-webkit-perspective: 800;
-webkit-transform:translate3d(0,0,0);
}
I also tried the css below for the inline select box ... But no luck ...
.ui-page {
-webkit-backface-visibility: visible;
}
Please help me guys ... Thanks in Advance ... !!!
source
share