Perform all steps below and tick them with [x]
Describe the bugI have uploaded: I can see mqtt updates on touch. But i can only get to the main screen, the buttons left and right do nothing. I only see the main screen. To ReproduceProvide a small, independent code sample that can be used to reproduce the issue. Expected behaviorI expect to see page 2 or 3 Screenshots or video |
Replies: 3 comments
|
Use the |
|
I this config: If I add this extra: It overwrites the original buttons. I would expect the config to be "complete" |
|
Can I combine these? and how? {"page":0,"comment":"---------- All pages ----------"} {"page":0,"id":1,"obj":"btn","action":"prev","x":0,"y":290,"w":79,"h":32,"bg_color":"#2C3E50","text":"\uE141","text_color":"#FFFFFF","radius":0,"border_side":0,"text_font":28} Think I got it: Might be best to add that to the example?!!? |
Use the
actionproperty and set it to eitherprev,backornextas described in this pagination example.