https://github.com/chicio/explore-javascriptinterfaces
:robot: An example project created for my blog post "Web to native communication on iOS using WKScriptMessageHandler" :robot:
https://github.com/chicio/explore-javascriptinterfaces
Last synced: about 2 months ago
JSON representation
:robot: An example project created for my blog post "Web to native communication on iOS using WKScriptMessageHandler" :robot:
- Host: GitHub
- URL: https://github.com/chicio/explore-javascriptinterfaces
- Owner: chicio
- License: mit
- Created: 2019-08-03T15:54:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T08:36:59.000Z (over 4 years ago)
- Last Synced: 2025-01-17T22:43:46.098Z (over 1 year ago)
- Language: Java
- Homepage: https://fabrizioduroni.it/blog/
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Explore Javascript Interfaces
[](https://travis-ci.org/chicio/Explore-JavascriptInterfaces)
[](https://raw.githubusercontent.com/chicio/ExploreJavascriptInterfaces/master/LICENSE.md)
[](https://img.shields.io/badge/platforms-Android-orange.svg)
An example project in which I explore how it is possible to use Javascript interfaces to make some `WebView` web page to native communication.
This is a project for my blog posts [Web to native code communication on Android using JavaScript Interfaces](https://www.fabrizioduroni.it/2019/09/06/html-javascript-to-native-communication-android/ "Web to native code communication on Android using JavaScript Interfaces")
### Description
This is a quote from the post:
> XXXX
Click on the link above to read the posts.