8000 [BUG] HTML output doesn't work well in mobile · Issue #2347 · Kotlin/dokka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[BUG] HTML output doesn't work well in mobile #2347
Closed
@jimlyas

Description

@jimlyas

Describe the bug
When opened from mobile devices, the page have features like when opened through desktop.

The other thing is it doesn't have toggle to switch between light and dark theme like desktop when opened with mobile.

Expected behaviour
The page doesn't have dark/light theme switches, and the menu just plain white

Screenshots
image
image

To Reproduce
Just build your applicatioin using dokkaHtmlMultiModule and display it with mobile devices

Dokka configuration
Configuration of dokka used to reproduce the bug

tasks.withType(DokkaMultiModuleTask::class.java).configureEach {
        moduleName.set("DevBase")
        outputDirectory.set(file("$rootDir/docs/src/reference"))
        pluginConfiguration<DokkaBase, DokkaBaseConfiguration> {
            footerMessage = "© 2021 Telkom DEV"
            customAssets = listOf(file("logo-icon.svg"))
        }
}

Installation

  • Operating system: Windows
  • Build tool: Gradle v7.0.2
  • Dokka version: 1.6.10

Additional context
Please support GFM format too, I see many improvement in HTML format but not in GFM. Thanks

Are you willing to provide a PR?
No.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugformat: htmlAn issue/PR related to Dokka's default HTML output format

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0