Kyle Amadio
Kyle Amadio
./platforms/ios/ShareExt.entitlements ./platforms/ios/magicalCordovaIOS/Resources/magicalCordovaIOS.entitlements ./platforms/ios/magicalCordovaIOS/magicalCordovaIOS.entitlements
I just tested using "cordova run ios" and the sharing did not work. Run via Xcode did work. I guess the placement of the entitlement files may be affecting the...
I tried placing the files in a few locations could not get it to work via the CLI - only via XCode
would be happy to test. Production = running via Xcode, its not approved by Apple yet - That is the next hurdle....
Great - what are you firewall settings and version numbers - kylea@kylea-XPS-15-9570:~$ pulseaudio-dlna 07-30 17:45:24 pulseaudio_dlna.application INFO Using version: 0.5.2 07-30 17:45:24 pulseaudio_dlna.application INFO Binding to *:8080 07-30 17:45:24 pulseaudio_dlna.application...
Thanks - checked all them - all presented and accounted for Sent from Mailspring (https://getmailspring.com/), the best free email app for work On Jul 30 2018, at 11:30 pm, minsonj2016...
Eddy - I changed this and now touches on INPUT and TEXTAREA etc work as expected self.lpgr.minimumPressDuration = 0.05f. to **self.lpgr.minimumPressDuration = 0.95f** self.lpgr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(handleLongPressGestures:)]; self.lpgr.minimumPressDuration...