All Projects → neoblackxt → AnyWebView

neoblackxt / AnyWebView

Licence: MIT license
Any WebView is OK!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AnyWebView

MIUIAnesthetist
Cut out those cancer apps on MIUI painlessly with the help of this Xposed module.
Stars: ✭ 91 (+42.19%)
Mutual labels:  xposed, xposed-module
XAutoDaily
一个基于QQ的全自动签到模块
Stars: ✭ 115 (+79.69%)
Mutual labels:  xposed, xposed-module
Edxposed
Elder driver Xposed Framework.
Stars: ✭ 4,458 (+6865.63%)
Mutual labels:  xposed, xposed-module
QQCleaner
瘦身模块
Stars: ✭ 512 (+700%)
Mutual labels:  xposed, xposed-module
QAssistant
兼具实用与美观于一身的 QQ 小帮手
Stars: ✭ 99 (+54.69%)
Mutual labels:  xposed, xposed-module
glitchify
Tweaks for the official twitch.tv android app
Stars: ✭ 33 (-48.44%)
Mutual labels:  xposed
topframe
Local webpage screen overlay for customizing your computing experience
Stars: ✭ 321 (+401.56%)
Mutual labels:  webview
droid controller
Control the parameters of an Android system with the power of Xposed framework. 通过Xposed框架控制Android参数。
Stars: ✭ 15 (-76.56%)
Mutual labels:  xposed
ux-lab
No description or website provided.
Stars: ✭ 49 (-23.44%)
Mutual labels:  webview
SoundCloudAdAway
Removes ads in the SoundCloud Android app.
Stars: ✭ 25 (-60.94%)
Mutual labels:  xposed
OneTapVideoDownload
Download Videos on Android with One Tap.
Stars: ✭ 51 (-20.31%)
Mutual labels:  xposed
autojs-webView
autojs的webView实现,支持初始化脚本注入、jsBridge两端互调
Stars: ✭ 38 (-40.62%)
Mutual labels:  webview
RobustWebView
Android WebView H5 秒开方案总结
Stars: ✭ 38 (-40.62%)
Mutual labels:  webview
react-native-fblogin
📦 A React Native 'Facebook Login' component without wrapping any Facebook Native/Web SDK
Stars: ✭ 19 (-70.31%)
Mutual labels:  webview
SandVXposed
Xposed environment without root (OS 5.0 - 10.0)
Stars: ✭ 832 (+1200%)
Mutual labels:  xposed
FastWebView
自定义本地缓存策略和资源加载策略,突破原生WebView缓存限制,实现多种缓存模式,支持离线加载和预加载,可大幅提升加载速度。
Stars: ✭ 211 (+229.69%)
Mutual labels:  webview
cordova-plugin-x5-tbs
Use Tencent Browser Service(TBS) instead of System WebView for Cordova App
Stars: ✭ 65 (+1.56%)
Mutual labels:  webview
MkBrowser
🌐 一个简易的 Android 网页浏览器 A simple Android web browser
Stars: ✭ 55 (-14.06%)
Mutual labels:  webview
FingerprintPay
让微信、QQ、支付宝、淘宝、云闪付支持使用指纹支付
Stars: ✭ 1,527 (+2285.94%)
Mutual labels:  xposed-module
VHLWebView
微信/支付宝样式的网络浏览器控件。WKwebview 封装,js bridge和拦截url方式两种方法实现 oc和js交互
Stars: ✭ 14 (-78.12%)
Mutual labels:  webview

AnyWebView

Any WebView is OK!

Android Framework should be selected in LSPosed.

A webview app must be installed for all users (or in all spaces) to be selectable. Maybe deleting redundant users is alternative. adb command:

Get USER_ID list:

adb shell pm list users

Each user entry is as follow: UserInfo{USER_ID:USERNAME:INT} , USER_ID 0 is the main user.

Install apk for specific USER_ID:

adb install --user USER_ID PATH_TO_APK

or

adb shell pm install-existing --user USER_ID PACKAGE.NAME.OF.APK (for apks already installed for one user)

or

adb push PATH_TO_APK PATH_TO_APK_IN_PHONE (copy an apk file to phone from pc)

adb shell pm install --user USER_ID PATH_TO_APK_IN_PHONE

Delete a user (be careful, you may lose important data):

adb shell pm remove-user USER_ID

All the adb shell pm ... commands above can be run in an Android terminal simulator(root access granted) as pm ...

Reboot to take effect.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].