question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A frame inside another frame confuses the android app

See original GitHub issue

Actual behaviour

When you have an sitemap with an frame inside an frame the items in that inner frame are not showed. The sitemap works perfectly fine with the ios client and basicui

Expected behaviour

When there is a frame inside the frame it should be displayed as group like this is done in the ios client and basicui

Steps to reproduce

create a new sitemap

sitemap default label="Demo"
{
    Frame label="Switches"
    {
        Frame label="Lights"
        {
            // Items go here.
        }
    }
}
    

Can you reproduce the issue in demo mode?

No as i have not found such configuration of two frames in the demo mode.

Environment data

Client

  • Android version: Android 9
  • Device model: TA-1021
  • Stock or customized ROM: Stock
  • App version: 2.10.0
  • Build flavor: Full
  • Device language: DE

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kaikreuzercommented, Oct 27, 2019

a list of who’s responsible for what area in -core

You can always ping @openhab/core-maintainers for this.

a place for discussion about standardization between sitemap based UIs

If it is on “how to interprete sitemaps”, I would say that this could also be discussed as issues on openhab-core. Best invite @openhab/ios-maintainers, @openhab/webui-maintainers, @openhab/windows-maintainers and @openhab/android-maintainers to such issues then.

0reactions
maniac103commented, Oct 27, 2019

Thanks … guess TIL about those user lists on Github 😃 Will open an issue on -core about the UoM handling at some point then; I see that one pop up every now and then in the forums.

Read more comments on GitHub >

github_iconTop Results From Across the Web

insert frame layout inside another frame layout - Stack Overflow
Can i insert two frameLayout inside one frameLayout?
Read more >
Multi-window support - Android Developers
Multi-window mode enables multiple apps to share the same screen simultaneously. Apps can be side by side or one above the other (split-screen...
Read more >
How do I add a frame to a photo, or remove a ... - Facebook
You can add a frame to your profile picture to show your support for causes, events you're marked as attending that have frames,...
Read more >
<iframe>: The Inline Frame element - HTML - MDN Web Docs
The HTML element represents a nested browsing context, embedding another HTML page into the current one.
Read more >
Introducing Frame.io v3.7 — Speed, Precision, Security.
Transfer is a cross-platform desktop application that was built to handle large-file upload and download to and from Frame.io.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found