Issue with url on android

Welcome! Forums Unity Plugins In-App Web Browser Issue with url on android

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172
    kafar
    Participant

    Hi,

    I’m working with this plugin but I have a issue with this website: https://www.italyracodogno.com/partner/c/0/i/13195904/01-francy-pet
    When the In-App Browser work on Android with that URL the browser open blank. The plugin is updated to latest version available on asset store.
    Please, can you help me? If you try that URL on iOS or on Mac/Windows all run fine.
    Thanks

    #175
    PiotrPiotr
    Keymaster

    Hey,

    Thanks for posting question here.
    I spent some time on it and I think I know what’s going on.
    Your website requires location permissions which isn’t supported out of the box.

    I’ve managed to open your website with some changes to the source code.
    You have to do two things:
    – add this permission to your manifest file
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    If you do not know how to do it, it’s explained in readme file.

    – replace InAppBrowser.jar from Plugins/Android with a file I sent on your email

    Let me know if that worked for you.

    #197
    kafar
    Participant

    Hi Piotr,

    Many thanks for your help, it’s solved!
    -Kafar

    #198
    PiotrPiotr
    Keymaster

    Glad to hear that 🙂

    Would you mind posting review?

    #239
    kafar
    Participant

    Hi Piotr,

    I don’t know if this is the same problem that I solved previously but now I have a new url with the same problem

    This is the link: https://habitusana.com/frame.html

    I just passed the patch you was sent to me but the problem persist in this case.
    Please help me.
    Thanks

    #1337
    gcrealmore
    Participant

    Hi Piotr,

    I would need the modified jar file too, for accessing location within the browser on Android.

    Can you please provide them ? I will leave a very positive review.

    Thanks

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