Skip to content

How to customise downloading UI for on demand instant modules #133

@ajayjohn2021

Description

@ajayjohn2021

Currently when requesting another instant module using url deep linking, like so:

    val intent = Intent(Intent.ACTION_VIEW, uri)
    intent.setPackage(applicationContext.packageName)
    intent.addCategory(Intent.CATEGORY_BROWSABLE)
    startActivity(intent)

a progress bar is shown at the top of the screen in a separate activity before the target activity is opened

screenshot:-

Is there a way to customise the downloading UI, to add a downloading text, or branding image, etc.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions