08-02-2012 06:14 AM
I am new here and to BB Dev. Now I am using jQuery Mobile, 1.1.1 to develop a BB app.
At this stage, I am making UIs and just got to consider the
Touch pad.
As we can see, on the native apps, if we move around our fingers on the touch pad, the focus will go around all the clickable and editable items on the page, like text input, dates or buttons.
But on my app, it doesn't. It can just simply scroll up and down. Is it because my app is based on HTML + Javascript?
Any idea?
Thank you.
D
08-02-2012 12:54 PM
No.
1. use CSS to change color
2. instead of pointer use charset
3. explore browserfile api than you will get idea how BB rendring the app into browser field.
08-02-2012 09:42 PM
Thank you again.
Would like to clarify it a little bit.
NO = yes, I can have the same effect as the native app that I mentioned, by doing the following?
1. use CSS to change color
= change color of a item when it gets focus?
2. instead of pointer use charset :
point is the little white hand we can see on the screen? Sorry.. chartset is?
3. explore browserfile api than you will get idea how BB rendring the app into browser field.
browserfile api. Got it. I will go over it.
D
08-03-2012 02:14 AM
i feel you are using list view kind of UI. than chekc with the jquery doc or you css file when we have hover we can change the color. once you explore the api you will get to know charser and pointer.
08-03-2012 04:06 AM
08-05-2012 09:08 PM
thank you, Bilhasry.
Yes, I am using the "mini" files, though i am still not clear what is the dfference between the codes inside "mini" and non-"mini".