wuba / taro-playground

The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.
https://wuba.github.io/taro-playground/
Apache License 2.0
248 stars 51 forks source link

APP 沙盒方案 #14

Open zhiqingchen opened 2 years ago

zhiqingchen commented 2 years ago

扫描加载不同 app 后,多个 app 之间未隔离,可能产生风险。

  1. APP权限隔离
  2. 文件存储隔离。
  3. storage存储隔离。
  4. RN包直接调用问题处理。
snice commented 1 year ago

是不是和expo go的扫码有点类似?扫码后单独开一个进程,就和android微信小程序一样

zhiqingchen commented 1 year ago

是的

snice commented 1 year ago

有实现计划么?

zhiqingchen commented 1 year ago

没有,似乎没有这样的需求

snice commented 1 year ago

目前有个问题,扫一个项目后,无法退回扫码界面。必须重启应用才行。

snice commented 1 year ago

目前有个问题,扫一个项目后,无法退回扫码界面。必须重启应用才行。

建议Debug菜单添加一个按钮,可以回到Taro首页