-
Notifications
You must be signed in to change notification settings - Fork 109
set placeholder text #136
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request