Skip to content

Support library for text selection on Android WebView. (forked from BTAndroidWebViewSelection)

License

Notifications You must be signed in to change notification settings

naoak/WebViewMarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebViewMarker

This library provides text selection support for Android WebView. The core logic is the same as BTAndroidWebViewSelection.

Features

  • More modular (not inherit webview)
  • Not depend quick action lib (for actionbar support)
  • Mimic ICS native text selection handlers
  • Smart tap selection for CJK characters

Supported Android Versions

Tested on API 8-21 (Android 2.2-5.0.1).

How to use

See samples/demos directory.

##How to add to Gradle Add the following to your build file:

dependencies {
    //other dependencies also go here
    compile 'com.github.naoak:WebViewMarker:v0.1.3'
}
repositories {
    //other repositories
    maven { url "https://jitpack.io" }
}

Then just sync Gradle with the project

Included Libraries

This project uses the following libraries.

License

MIT License.

About

Support library for text selection on Android WebView. (forked from BTAndroidWebViewSelection)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages