Kevin Sum
Kevin Sum
refer to pr #594 already add this feature, hope this help
If you want some details, here is my demo code: ``` # ViewController - (IBAction)didButtonClick:(id)sender { NSArray *JSON = [NSJSONSerialization JSONObjectWithContentsOfFile:@"json.json"]; FORMViewController *ctrl = [[FORMViewController alloc] initWithJSON:JSON andInitialValues:nil disabled:false]; [self...
> I've got this issue too, library is no longer usable with it… 😥 you can refer to my commit in a fork repo. Which can solve the problem simply....
> @chy89310 Thanks, I'll give it a try ! 👍 > From what I've see, you've simply removed all keyboard related stuff. Did you add another keyboard management or library...
> 原生会发送 jpush.backgroundNotification 事件,至于页面能不能接收到,要检查是不是 web 页面被销毁了,监听事件不起作用了 意思是 DOM 被註銷了麼?cordova 有辦法在 web 頁面以外的上下文監聽事件嗎?
我运行下面命令安装该插件并同步到iOS npm i cordova-plugin-jpush-capacitor@latest ionic cap sync ios 在XCode编译的时候就会报 Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_JCORELog", referenced from: objc-class-ref in libjpush-ios-3.7.4.a(JPUSHService.o) objc-class-ref in libjpush-ios-3.7.4.a(JPUSHHelper.o) "_OBJC_CLASS_$_JCOREIntegrate", referenced from: objc-class-ref in libjpush-ios-3.7.4.a(JPUSHService.o) "_kJPFNetworkDidReceiveMessageNotification",...
Seems you are using a dummy host locally? I think the path should be a accessable path for the server either a absolute document path or http url.