Results 231 issues of finscn

我是中国人 直接说中文吧. Crosswalk 官方宣布, 不再更新了. 所以特别希望你能继续这个项目. 或者写一篇文章来教大家 如何自定义自己的chrome webview. 谢谢了

我这边的版本 (可能和github上的有差异) , 该文件第 161 行 有时候会报错. 错误的原因是, data 为空 ``` API.prototype.getAccessToken = function (callback) { var that = this; var url = this.prefix + 'token?grant_type=client_credential&appid=' + this.appid + '&secret='...

the java version is too easy to decompile . could you supply a c/c++ version for Android ? Thanks

2.3已经正式出来了. 在2.3里直接打开转换后 无法运行. cocos新手, 不知道怎么改 谢谢

https://github.com/photonstorm/phaser/blob/c5d53f9e94928746770176ea1db3d29b495b9b05/src/geom/intersects/GetLineToLine.js#L66 if `(x3 + dx2 * t - x1)===0` and `dx1 === 0`, `u & s` will be NaN. then the `out.x & out.y` will be NaN

### Cocos Creator version 3.8.3 ### System information all ### Issue description the first argument's type of `onStart / onUpdate / onComplete` should be `any` , ont `object` ### Relevant...

Bug
Needs Triage

### Use Case 通过 cc.view.getResolutionPolicy() 获得的是个对象, 但是从这个对象里, 开发者并不能直观的得到 适配模式是FIXED_WIDTH 还是 FIXED_HEIGHT 或者其他 ResolutionPolicy对象里应该记录自己对应的 number类型的标记. 希望提供一个类似这样的API: cc.view.getResolutionPolicy().flag 返回一个number , 对应 cc.ResolutionPolicy里的那些 number静态属性. ### Problem Description 无 ### Proposed Solution _No response_...

Feature Request

### Use Case current declare is : ``` export class Tween { ... } ``` when I define a var , I have to use ```let foo : cc.Tween``` but...

Feature Request
Needs Triage

### Use Case sometimes, develovpers need. get a string-array of all skin-names , then random pick one to use . ### Problem Description 目前cocos 有一个api spine.skeletonData.getSkinsEnum(); 但是返回的是一个 key-value , 而且是双向的...

Feature Request
Needs Triage

旋转时应强制执行 resizeEvent. 快速旋转180度时, frame/ view没有发生变化, 但是 刘海 挖孔位置反转, 需要刷新 safeArea 和 widget组件 Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test...