暂无描述

TrevorPage a01824b24c Update README.md 9 年之前
app bafad3164b Further development, including getting Spectrum colour picker to work. 9 年之前
screenshots dc842ef896 add screenshot 9 年之前
LICENSE f47a61456b Initial commit 9 年之前
README.md a01824b24c Update README.md 9 年之前

README.md

jdorn-json-editor-android

Evaluation of jdorn's json-editor being used in an Android WebView.

This is a test project to evaluate Jeremy Dorn's most excellent json-editor JSON Schema Based Editor being used within a WebView in an Android application. It also makes use of other libraries (jQuery, Spectrum colour picker) for reasons discussed below.

Screenshot

Screenshot

WebView colour picker problem work-around

The project makes use of Spectrum to pollyfill in place of the native <input type="color"> because of the fact that, at least in my experience, the WebView's native colour picker fails to work, crashing with an exception relating to com.android.org.chromium.ui.ColorPickerAdvanced.

Comments in index.html explain how I managed to get Spectrum to play nicely with the JSON editor.