TVOS Equivalent to UIActivityViewController - tvos

I am cross developing an app for TVOS and iOS and Mac. We want to be able to share pictures with some text.
On iOS this is trivial with a UIActivityViewController.
On Mac this is easy with the NSSharingServicePicker.
On TVOS I have no idea how to do this.
Anyone got any ideas?
Thanks,

Related

How can I code an iOS app while on my iPhone without a pc

Is it possible for me to develop and iOS app on my phone? I wanna either code an app off my iPhone 5 or just make my website into an app. Is there somewhere I can go to do this or is it not possible?
You can only programming on Xcode. And if you want to make your website into an app, you can use WKWebView. You can build a wkwebview with a url, then your app would just like a browser. And you can what you want in the website.
It is not possible to make an app from your iPhone 5. You can only create iPhone apps with a native programming language using Xcode. But, you can convert your website to an app using an application like PhoneGap, or you could use a JavaScript library like Electron.js.

Sirikit for Apple tv

I want to know if Apple has yet released siri kit for Apple tvos for developers? I could not find any link for Sirikit for tvOS. If yes, Please share the link where I can find it.
At the moment SiriKit only available for iOS 10. the Intents framework is only available on iOS 10.0+ and macOS 10.12+

Chrome Package App - Webview for Mobile

I developed a chrome packaged app and was successful running it on a computer (Windows, Mac, Linux). Basically what the app does is it refers to another web application that I created as well with Google Maps Javascript API in it that displays the location using pushpins and I am displaying it using webview.
However, we need this app to be ported to a mobile device as well but when I tested on my Samsung Tablet with android version 4.4.2, the webview does NOT seem to work even if I enabled the "webview":"system" in the Manifest.mobile.json. Is there a way for me to achieve this in porting the chrome app to mobile using webview?
Any help is appreciated. Thanks in advance.
Nevermind, I have already read from the API and Libraries page of mobile chrome app under "APIs Coming in the Long Term" section in where webview is listed and so tag is not supported "yet".
https://github.com/MobileChromeApps/mobile-chrome-apps/blob/master/docs/APIsAndLibraries.md

Input type Color on Chrome Packaged App

I would like to know how to use input[type=color] on Chrome Packaged App. When I open the HTML file on the browser, the input[type=color] works well, it pop ups the color picker, but when I used it on an app, it doesn't do anything. Please help me how to enable this HTML5 feature.
Are you looking at the app from a mobile device? The web browser for the device might not support input[type=color]. It looks like iOS doesn't at this time. See the compatibility tables.

Can anyone access to the camera by html5 in the mobile safari (ios5)?

As we can see opera software make the api to help developer to access to the camera from the web page.
Can we do it on mobile safari in ios5 ?
Besides,some guys said that they can do it on a android device.Is it really?
If you know that,please post the link following your answers.
Thank you very much.
You can access to the hardware by using a library like phonegap. This can be done only if phonegap and your html page are embedded in an app.
http://docs.phonegap.com/en/1.1.0/phonegap_camera_camera.md.html#Camera
A website, or any javascript code loaded from a real website won't be allowed to use a phone camera for security purposes.