Raphael

Results 20 comments of Raphael

This issue is may related to this ticket: https://github.com/godesign/nativeDroid2/issues/31

Even google's MDL has implemented this feature. I don't see any specs in MD Guidelines. Therefore this request I will set "on-hold".

This is up to your implementation. You could leave the tab contents empty, trigger the click event on the tabs load and render the content then inside the content area.

All you need to do is change the `data-position` attribute to right (which is `left` by default). ``` ...Your Right panel Content. ``` As a trigger you can reference to...

@JorisDebonnet Thanks for the information. I'll change the link in the next update.

Hi qsrs, I guess the problem relates to wrong paths to the assets (css & javascript). Please check if you have the installation in the root-directory or not. otherwise adjust...

Thanks for the request. I will have a look how I can implement RTL.

feel free to make the adjustments and send a pull-request.

You are right, the styling selector may goes directly into the "pages"-context. You could try to use the "nd2-include" inside all pages and load a separate .html-File. So you only...

I will refactor the whole themeing-process anyway so I'll implement the dark theme at this point.