Youtube player for xamarin forms - youtube-api

Hi I am trying to create a youtubeview inherited from webview with the support of youtube-api (https://github.com/nishanil/YouTubePlayeriOS/blob/master/Classes/YouTubePlayer.cs.) But the IOS UIWebview in this class returns a string after executing javascript, where as xamarin forms webview don't. Could someone help me achive this so that a single control work in all patforms.
There's no good youtube player outside for xamarin forms, there are different examples individually. Please help me.

Related

Create a powerpoint video player?

Is it possible to create some sort of widget/control which is similar to a youtube video player which I will be able to control in powerpoint. I have worked with the javascript youtube player and I really need to be able to do the same in powerpoint.
I'm not quite sure if I understand your question, but if you want a controllable YouTube player in PowerPoint, this might work:
Create a website with a player and the controls you like and embed the whole website into your presentation using the method described in this tutorial.
However, I don't know if the solution will be interactive or if it's just a freeze-frame since I haven't tried myself.

Embedd HTML5 inside native iOS Application

i am searching for a way to extend my native iOS App (written in Objective-C) with HTML5/CSS/JS
So i could write parts of my App´s Code in HTML like a basic shop or similar where code in HTML already exists.
But i don´t want to destroy the great native like look and feel or make users think they left the app and entered a scaled-down version of Safari or similar. So they won´t even feel they are on external HTML on the net.
I want a HTML page inside my App but with full advantages of device like animations, transitions, preloading, no borders. Maybe even make use of device functions like accessing camera, sound and so on.
How could this be done if possible?
thanks in advance
You could use JavaScriptCore as a bridge between your native app and Javascript logic. You can also use a UIWebView to bridge between your native and web apps using something like this.
You could explore UIWebView https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/
Though offhand I am not sure if it supports everything you are hoping for in terms of animation/etc.
Your choices are:
PhoneGap
Titanium
UIWebView
More on that here:
Comparison between Corona, Phonegap, Titanium

load external website after embed youtube ends

I am trying to prepare responsive landing page for mobiles where only embed video will be visible.
Problem is – I am trying to redirect to another website when the movie will end.
I am reading about yt API, but it is hard for me to grasp at the moment.
Any help will be appreciated.
Need to target the players events. When it is finished playing, the event can target a script to load a new page.

Creating a tab view much like Youtube's App

I'm trying to create an app that dynamically refreshes the information for tabs on the player page from a server in the exact same manner that the Youtube app does it for IOS. I'm unsure of where to begin since I'm really new to IOS programming. I've read some documentation but there seems to be alot of different ways to approach this. Any suggestions?

comparison jquery mobile kendo sencha jqtouch

i am new in all mobile app thinks i want to find a library for graphs witch it will play in all types of mobiles(ios, android,windows phone etc).I am searching but there are so many and i confused.jquery mobile,kendo,sencha,jqtouch,web 2.0, dhtmlx and so many other. I want my app play in all mobiles, do anyone known the best library. I already have used the libraries i mention before but if there is something else to test and see please tell me.
this is some of the links i saw until now:
http://docs.dhtmlx.com
http://web20boom.com/web/touch.php
I will use phonegap. Please anything it would be very useful.
Maybe my question wasn't very clear and i am sorry for that. I want a JavaScript library for building HTML5-based mobile web apps.I want to make all the beauties in my app (buttons, panel and etc.) I don't want to make graphs i want a library which i can used to make carousels,accordions and other simple and little more difficult thinks.But until now all the libs i saw it doesn't work well in all the phones.Thats why i am asking if there is a library who plays well everywhere.But thanks a lot for your answer.
For example i want a lib like jquery mobile but i want to play well in ios and android phones at least.If anyone know any lib please help.
Not sure if any of these fit your needs:
http://www.sencha.com/products/touch/charts
http://www.zingchart.com/
http://code.google.com/apis/chart/
http://code.google.com/p/flot/
http://www.highcharts.com/
http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
http://mbostock.github.com/protovis/
http://www.jqplot.com/
Related:
Framework with charts for mobile web application

Resources