is there any way to run Origami demo on iPhone? - quartz-composer

Origami is a great prototype tool to make a demo app. The problem is that the demo can only run on Mac OS. Is there any way to run Origami demo on iPhone?

They have launched the iOS Origami App with the new Origami 2.0 for Mac. So now you can test in real time on your iPhone.
Origami Live for iOS

Quartz Compositions do not run on iOS.

Related

TVOS Equivalent to UIActivityViewController

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,

How to really use PhoneGap with Xcode

I have been searching whole internet but there are tons of outdated things about this issue
I simply have PhoneGap project.
some contents
And its working flawlesly when I use the PhoneGap app for my iPhone.
Really perfectly!
So I want to really try it and test it before I maybe purchase dev acc.
But I don't know how to test it and upload the contents of PhoneGap project (which is nearly basicaly HTML and CSS website) to my iPhone.
I can do it just for my device to send a project from xcode to my iPhone.
But it "god damnned!!!" does not look like from the PhoneGap "emulator" or what so ever.
This is not right:
pubnub.com/blog/2014-10-30-converting-your-javascript-app-to-an-ios-app-w-phonegap/
and this is far beyond working
adobe.com/devnet/archive/html5/articles/getting-started-with-phonegap-in-xcode-for-ios.html
I can see that there is really some "Gap" and the know how is maybe "well paid" feature.
So please how can I simply test the "contents" - app from PhoneGap.
Its kind a template and then HTML website.
I see that there is lots of third party websites doing some mojo and magicaly wrap you HTML5 website, but when I wrap it as one of the tutorials above showed..its not what it supose to be.
Xcode
And for example the Onsen.io templates are just broken..
Is there any working tutorial how to put PhoneGap project to iPhone through Xcode? for testing?
Hint: Adobe does not allows me to make an app without signing key..so.I cannot even test it. And even if...its an APK. file and that I cannot run either..useless.
if you gave installed phonegap/cordova locally then run this command in project folder.
cordova platform add ios
after running that cordova will create a ios project inside
<projectfolder>/platforms folder. You can open it in Xcode and run it like any other Xcode project. and also deploy it to attached device to test it.

Polymer on Cordova built iOS and Android apps

Is Polymer compatible with the iOS Safari and Chrome Browsers, and the web view that Cordova uses?
As I think to build an HTML5 mobile app with Cordova, I am in look for a gui framework. Polymer seems powerful. I am just in doubt that it works in iOS since there are some github issues and SO questions about that.
Does Polymer works in Cordova built mobile apps for iOS and Android without issues?
I'm currently working on an app that is built entirely on polymer. I don't use any of the common elements. All elements are custom and built by our team. At first there were some gotchas but it works great on iOS8+.
I'm not sure about iOS, but I can say it works well in Android using Cordova.
I've used Polymer components in Ionic Framework apps, that uses Cordova to generate the mobile apps. I'm not an iOS developer, so I've only generated Android apps, and they worked well in all the devices where I tested it (mostly Android 4.2+).
Yeah, you can use Cordova with Polymer, but when the device isn't an Android you need load the WebComponents-Lite.
If you want, I have a seed that should help you, it's an Cordova-Angular-Polymer Seed (but it isn't an Ionic Framework Seed):
https://github.com/mario-aleo/cordova-angular-polymer-seed

How can I check a function that uses the accelerometer in a mobile app on my pc?

I'm trying to create a mobile web application using html5. I want to check a function that is called when the user shakes his phone. How can I test this on my computer?
When developing in OSX: Download xCode. It come's with a iPhone Simulator with 'Shake' support, see also how to check shake effect in iPhone simulator?

Is there a way to test a website on a Windows as if I were using MacOS

As I have recently found out a web page can appear differently in Windows and in MacOS even if one uses the same browser on both OS. Is there a plugin or an application that can imitate MacOS on the PC?
You may use an online tool for cross browser testing.
They're numerous.
For example :
http://crossbrowsertesting.com/ (you have to pay)
http://spoon.net/browsers/ (not working now for Safari)
https://browserlab.adobe.com/ (registration required)
disclaimer : I don't use those sites any more, I'm not sure they're good enough
I use Adobe Browserlab and BrowserShots. Both of these services will take screenshots of any public facing URL that you enter.
Try https://browserlab.adobe.com/en-us/index.html#
A free cross-browser testing tool
If that isn't what you need, you can try some of the paid services
http://www.smashingmagazine.com/2011/08/07/a-dozen-cross-browser-testing-tools/