uWebKit for Android

Hi,
uWebKit plugin doesn’t support Android :frowning:
Anyone knows a similar plugin that supports Android?

Thanks!
Roei

I fear there isn’t one.
And coherent UI does only support desktops

Thanks for you reply!

Any suggestions how can open a web page in Android and return data from the page to the Unity context?

If all you are wanting is specific text from a webpage, you can load the entire webpage as text using the WWW object and then parse through the text to find the specific element you want.

It won’t be formatted and such as it’s just the raw text, or a raw image, so it’s not like viewing a webpage, but if all you need is data, it should be fine.

Hi!
Thanks for your reply!

It’s actually a form, which I need to extract data after it is submitted.

In that case you would write a small java plugin that shows a webview and grabs the ‘submit’ data to send it to the unity player through the SendMessage functionality (concatenated as one string)

Coherent UI Mobile for iOS is already in closed beta. The Android version will follow shortly after the iOS release so stay put. In a couple of days we’ll release more information on all the details for the mobile versions of Coherent UI.
If you are interested in checking it out and providing us feedback, please request evaluation on our site … or contact us at info@coherent-labs.com

Stoyannk I am waiting for more details about Coherent UI for android. Hope you will share some fruitful information in a couple of days.

3 years later… Is situation changed or not?