fluwx
fluwx copied to clipboard
3.9.0+2 IOS 启动 getExtMsg获取为null
#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 加入后无效 安卓正常
通过粘贴板复制 也不行。。微信浏览器会在打开的时候清空剪切板 你们那都是怎么做到的通过复制粘贴解决这个问题的
通过粘贴板复制 也不行。。微信浏览器会在打开的时候清空剪切板 你们那都是怎么做到的通过复制粘贴解决这个问题的
h5通过监听粘贴不会被清掉