Skip to content

set placeholder text #136

@trackme518

Description

@trackme518

Hi,
I need to set placeholder text during runtime. Upon inspecting source code I realized it is done inside the plugin right?

Something like:

        public void setPlaceholderText(string text) {
            var data = new JsonObject();
            data["msg"] = SET_PTEXT;
            data["placeholder"] = text;
            Execute(data);
        }

Then there need to be appropriate backend code in plugin (Android / iOS)

But I dont know how to compile the plugin code...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions