Questions
Offline page reload button issue in iOS
almost 2 years ago by Rafael Cuevas
Hello,
We are trying to add a reload button on our off-line page.
We have followed your example and created a button with onclick="gonative.webview.reload()"
It works fine in Android but we can not make it work in iOS.
We have seen that the file: /Ios/LeanIOS/GoNativeJSBridgeLibrary.js doesn't contain a gonative.webview.reload() function
while this file: android/app/src/main/assets/GoNativeJSBridgeLibrary.js contains the reload function.
We have tried to add manually the reload function to iOS, but it doesn't seems to fix the issue.
Any advice?
Thank you.