fluwx icon indicating copy to clipboard operation
fluwx copied to clipboard

3.9.0+2 IOS 启动 getExtMsg获取为null

Open ZhangZhiH opened this issue 2 years ago • 2 comments

#import "FluwxDelegate.h"

@implementation AppDelegate

  • (BOOL)application:(UIApplication )application didFinishLaunchingWithOptions:(NSDictionary )launchOptions { [GeneratedPluginRegistrant registerWithRegistry:self]; // Override point for customization after application launch. [[FluwxDelegate defaultManager] registerWxAPI:@"wxb*" universalLink:@"https*****"]; return YES; } 猜测是注册问题 AppDelegate.m 加入后无效 安卓正常

ZhangZhiH avatar Jul 03 '22 14:07 ZhangZhiH

通过粘贴板复制 也不行。。微信浏览器会在打开的时候清空剪切板 你们那都是怎么做到的通过复制粘贴解决这个问题的

ZhangZhiH avatar Jul 10 '22 13:07 ZhangZhiH

通过粘贴板复制 也不行。。微信浏览器会在打开的时候清空剪切板 你们那都是怎么做到的通过复制粘贴解决这个问题的

h5通过监听粘贴不会被清掉

MuFengYi avatar Jul 22 '22 10:07 MuFengYi