Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn’t work on mobile #55

Closed
jancborchardt opened this issue Jul 24, 2014 · 4 comments
Closed

Doesn’t work on mobile #55

jancborchardt opened this issue Jul 24, 2014 · 4 comments
Labels

Comments

@jancborchardt
Copy link
Member

On mobile, insertion of the app-navigation-toggle doesn’t seem to work. It does do that via js.js (see https://github.com/owncloud/core/blob/e2327f83ed60ca29fd1513a40bcefd26e52c54bf/core/js/js.js#L1158) but apparently this gets removed again later.

@Raydiation can you check that out? It works with all other apps using app-navigation and app-content, including the News app.

@BernhardPosselt
Copy link
Contributor

Well you cant simply add it to #app-content since this area might and actually is generated automatically which is perfectly fine. Content inside the app must not be modified since you'll always generate undefined behaviour with it. Move HTML to a different place (maybe outside of #content) or give the app dev the power to add this feature on his own. The current implementation in core is too broken and IMO its not a notes app problem, therefore closing.

@BernhardPosselt
Copy link
Contributor

Btw, it shoud also fail in the music app and the stable7 branch of the news app

@jancborchardt
Copy link
Member Author

Music doesn’t have a sidebar, and it works perfectly for News.

The current implementation in core is too broken

I agree with you because that’s not how it should be done. Thing is it works for all apps – and if you have a better idea (which makes it work for all apps, including the Notes) then please suggest it. Currently Notes is the only app where this is a problem.

@jancborchardt
Copy link
Member Author

See owncloud/core#9838, let’s continue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants