Plugin is too slow on Android

Welcome! Forums Unity Plugins In-App Web Browser Plugin is too slow on Android

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331
    EhabSherif
    Participant

    Hello how do yo do,

    I was just trying out this amazing asset however there’s something messing all the fun. It’s extremely laggy on android I’m afraid.. I have read the instructions and enabled hardware acceleration by adding (android:hardwareAccelerated=”true”) in the application tag in AndroidManifest.xml and I’ve added the manifest to Plugins/Android as explained.

    It there something else I should do in the build settings perhaps? or am I doing something wrong in the process?

    Thank You,

    #332
    PiotrPiotr
    Keymaster

    I think your app is simply too heavy. WebView will be always slower than regular browser so you might consider stripping out your animations and complex HTML tree. Just read up on improving performance of websites, it’s not really related to plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.