nhn / gpm.unity

A brand of NHN providing free services required for game development.

Home Page:https://gameplatform.nhncloud.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i make GPM WebView Support CLEARTEXT sites?

jacobLsky1 opened this issue · comments

Service

  • WebView
  • AssetManagement
  • Communicator
  • LogViewer
  • Manager
  • UI
  • Profiler
  • Adapter
  • DLST

Version

Write the version that you are currently using.
2.0.2

Summary

i have a clear text index.html file on my server that i want to shoe

Screenshots

Screenshot_20240305-160831 1

Additional context

nothing more to add

Hello. @jacobLsky1

Try adding the usesCleartextTraffic attribute to the application tag in AndroidManifest.xml.

<application android:usesCleartextTraffic="true">
       ...
</application>

thank you.

yes. this fixed the issue, thank you!

We are very happy that the issue has been resolved.
We look forward to seeing great apps using the GPM service.
thank you.