Skip to content

set placeholder text #136

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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