Reply To: Android Soft Keys & PDF

Welcome! Forums Unity Plugins In-App Web Browser Android Soft Keys & PDF Reply To: Android Soft Keys & PDF

#740
ArthurHucksake
Participant

Hi Piotr,

I have it working on IOS, this was a simple tweak to the “InAppBrowser.cs” file to prevent it from prefixing the “Application.streamingAssetsPath” to the supplied path in the appropriate function.

However, it would seem that this operation is carried out within the “InAppBrowser.jar” plugin when this function is called on Android. A modified “InAppBrowser.jar” which does not prefix the supplied file location with anything would most likely do the trick. So the source for the “In-AppBrowser.jar” should allow me to make the changes I require if you do not have the time to do this.

Kind regards,

Arthur