24 questions
4
votes
2
answers
142
views
How do I populate an NSMenuToolbarItem with Continuity Camera menu items?
In Apple apps like Mail and Notes, some NSMenuToolbarItem menus (e.g. Photo Browser, Media) include Continuity Camera actions under an Import from iPhone or iPad section (typically after a separator).
...
3
votes
0
answers
555
views
How to prevent continuity camera from correcting orientation?
I am using an AVCaptureSession in a macOS application for real time scan/image feature detection. Since most iPhone cameras are better than most Mac cameras I also support Continuity Camera. This ...
2
votes
2
answers
1k
views
iPhone continuity camera not displaying in Web API on Safari
iPhone continuity camera not displaying in MediaDevices enumerateDevices()
I'm using the simple code to enumerate media devices on Safari
navigator.mediaDevices.getUserMedia({ audio: true, video: true ...
1
vote
0
answers
785
views
Using iPhone/Mac Continuity Camera on the web
How to use iOS and macOS's latest feature of Continuity Camera feature with JavaScript, or how to avoid it from popping up in the process of requesting media devices, i.e. navigator.mediaDevices....
2
votes
1
answer
140
views
SymPy dynamicsymbols, how to set the second derivative to vanish?
N is the inertial reference frame, the telescopic arm is extending along N.x at a constant rate. The disk is spinning with a constant angular velocity theta_dot. I need to find the expression for the ...
0
votes
1
answer
260
views
Checking continuity of a excel datafile
I have a excel data file with the date time delimited. I want to check whether the data is continuous or not.
i have tried to check it by counting the total number of columns and then matching with ...
0
votes
1
answer
128
views
how to get documents in Mac app using iPhone as scanner
I am trying to add support for using iPhone's to scan documents into my app. When I right click in my text view I get the iPhone in the menu and I can select camera or document. When I select camera, ...
0
votes
2
answers
115
views
Is there any way to graph a continuous line with a slope calculated from coordinate pairs?
I am brand new at coding and I am currently working on creating a program that calculates the slope-intercept form of a line and information like the x-intercept and y-intercept of that line ...
5
votes
2
answers
1k
views
Continuity Camera for macOS and iOS
In macOS Mojave the continuity camera was introduced. Letting the user take pictures on the iPhone or iPad right into an application on the mac such as Notes, Messages, Keynote, Mail and TextEdit.
Is ...
0
votes
0
answers
33
views
Importance Of Document Continuity & Chapter Interrelationships
If I have a large document, such as a book, with chapters that build on and reference each other, do I lose their interrelationships by breaking up the document? I am working in the Lite version and ...
2
votes
0
answers
204
views
How do I send values from an iOS app to a Mac app?
I would like to send a stream of values from an iPhone app using the accelerometer, to an associated Mac app.
I currently have it working with Bonjour, as per this question but there is no user ...
0
votes
1
answer
1k
views
How to determine if an iPad can place a phone call iOS 10+
I would like to start by saying the below threads do not offer a solution for me:
iOS - Detecting whether or not device support phone calls?
How to check if device can make a phone call (iOS 8)?
I ...
3
votes
2
answers
384
views
Native Mac app fails to Handoff to Native iOS app
I'm adopting Handoff in my iOS and Mac apps. iOS -> iOS and iOS -> Mac are working flawlessly! It's great.
However, Mac -> iOS never works. I've tested on both El Capitan and Sierra, in different ...
5
votes
2
answers
961
views
Can't handoff from Mac to iOS, even though handoff from iOS to Mac works fine
I'm trying to implement Handoff between a Mac OS app and an iOS app. It works fine when the iOS app is in the foreground -- the "Continue Activity" icon shows up in the dock on the Mac. However I can'...
1
vote
0
answers
95
views
Determining Ability of Device to Make Phone Call (including with Continuity)
I have been trying to determine whether a device is able to make a phone call, including with the new iOS9 Continuity features which allow iPads to make phone calls when connected to an iPhone. ...