Rocky

Results 14 issues of Rocky

### Information 1. **Apktool Version (`apktool -version`)** - 2.5.0 2. **Operating System (Mac, Linux, Windows)** - mac 3. **APK From? (Playstore, ROM, Other)** - ### Stacktrace/Logcat ``` I: Using Apktool...

部分iOS,Android资源统一

### Your questions. - 页面打开bmmask后,点击返回键,会把popup和当前页面一块返回 - 我记得weex是有个 @clickbackitem事件的. ### Environment. - Android ### What do you think may be caused by the analysis of the problem. - 将onBackPressed在当前页面暴露一个事件,可以在前端处理. - $router.open({backCallback:xxx}).这个也只能在上个页面处理返回的事件...

### Your questions. - android 部分机型 加载本地相册照片后,内存暴增 ### What do you think may be caused by the analysis of the problem. - Glide加载时.可能是ViewTarget导致内存溢出 - 没有具体跟进 > DefaultWXImageAdapter.java 中以下代码,将`viewTarget`换成`view`该问题解决. ```java BMHookGlide.load(BMWXApplication.getWXApplication(),...

optimize

有使用子组件的组价你(image-slider 内部使用了bui-image),由于没有显示的引入,在别的框架中(eros)中会找不到bui-image. 可能是因为bui 0.2.2之后修改了引入方式的原因

androidX的fragment已经不需要用setUserHint方法了 > On the new version of androidx.fragment (from 1.1.0+), Fragment.setUserVisibleHint will still get called if your FragmentStatePagerAdapter is using the old behavior, specified by BEHAVIOR_SET_USER_VISIBLE_HINT. > If you have...

凡是不考虑activity销毁的app都是耍流氓. 😄😄😄,开玩笑 在开发者设置中 把不保留活动打开. 拍照功能就无法使用了

在用weex init命令初始化的project中.在src/下写了几个vue文件,想通过weex your_best.vue 命令,看看页面效果,多次运行无果,调查后发现,实际安装的weex-preiviewer的 `\vue-template\template\assets\weex-init.js`文件,github上的代码,与实际安装的的weex-previewer([email protected])不同,但是这个版本已经是我能更新的最新版了. 1.3.13-beta.9代码: ``` (function () { function getUrlParam (key, url) { var reg = new RegExp('[?|&]' + key + '=([^&]+)') var match = location.search.match(reg) return match...