gree / gree/unity-webview

Fill webview input field with data sent from app

Open
#581 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Objective-C++
Stars
2.7k
Forks
734
Avg merge
11h 39m
Merged PRs (30d)
1

Description

Hello!

Thanks for your great work!

Is it possible to organize the transfer of data between the app and the webview so that it is possible to insert data received through the voice recognition mechanism into the input field?

I mean that the user says something, it is recognized by the app (with Unity means) and then it can be inserted into the input field in the web-view (automatically, without copy+paste ). Is it possible?

For example, I know that the user should now fill in the field with the name - he should say his name and it will be sent by the app to the specific webview field.

Thank you, hope my explanation is clear.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue gives no file or test entry point. Start by locating the Unity voice-recognition callback and the webview input or bridge API, then determine how recognized text should target a specific field without copy-paste. Done means the app can send recognized text to the requested webview field and the behavior is documented or tested.

Written by the indexing model from the issue text.

Assessment

Tech stack
unity
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.