You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Native Bridge Android
2
-
This Kotlin library is the native part of a RPC communication bridge between your app and the webview javascript. [To function, it relies on a javascript counterpart to be setup](https://github.com/nrkno/nativebridge/).
2
+
This Kotlin library is the native part of a RPC communication bridge between your app and the webview javascript. [To function, it relies on a javascript counterpart to be setup](https://github.com/nrkno/nativebridge/).
3
+
4
+
The library has been tested on Android 4.4.4 and later, but will probably also work on older Android versions.
3
5
4
6
**Note:** For simplicity, we're using the term *"webview javascript"* to mean *"the javascript hosted in a site shown in the webview"*.
0 commit comments