Great news! :lol:
Thanks Danny.
Great news! :lol:
Thanks Danny.
Hi. First of all I’d like to thank you guys for sync the widget library of DailyBuilds with github.
Then I’d like to tell you something about the tableView behavior (That was in fact the question I’d asked in the past weeks)
I’ve changed that line of code in the .lua file:
-- If a finger was held down if timeHeld \>= 110 then
to
If a finger was held down if timeHeld \>= 5 then
I’ve setted the delay to 5 insted of 110 and, In my opinion, the results are much better. Because with 110, if you make a quick click, the event just doesn’t work. Could that change break something? I’ve been testing and all seems ok.
Thanks so much again.
Cristian
Any news on github sync for widgets?
Thanks!
The Github sync hasn’t been done yet, however the Daily Builds have had many Widget fixes, including the topic of this thread.
A tap now stops the scrolling of a tableview without sending a tap event.
You can see quite a lot of Widget 2.0 fixes in the notes of build 1103 and 1106.
Hi. First of all I’d like to thank you guys for sync the widget library of DailyBuilds with github.
Then I’d like to tell you something about the tableView behavior (That was in fact the question I’d asked in the past weeks)
I’ve changed that line of code in the .lua file:
-- If a finger was held down if timeHeld \>= 110 then
to
If a finger was held down if timeHeld \>= 5 then
I’ve setted the delay to 5 insted of 110 and, In my opinion, the results are much better. Because with 110, if you make a quick click, the event just doesn’t work. Could that change break something? I’ve been testing and all seems ok.
Thanks so much again.
Cristian