An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          

# Explore Javascript Interfaces

[![Build Status](https://travis-ci.org/chicio/Explore-JavascriptInterfaces.svg?branch=master)](https://travis-ci.org/chicio/Explore-JavascriptInterfaces)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/chicio/ExploreJavascriptInterfaces/master/LICENSE.md)
[![Supported platform](https://img.shields.io/badge/platforms-Android-orange.svg)](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.