Do sencha supports Windows Phone? - html

I am new to HTML5 Application Development.I am used to Windows Phone App Development.Is WindowsPhone supporting Sencha Touch Framework .And I have seen that Phonegap plugin in Visual Studio 2010 for Developing HTML5 Applications.But I cant find any plugin for Sencha in Visual Studio.And I am confusion which framework to choose for development.Your suggestions are welcome.Thanks in advance

Sencha Touch 2.2 will now support IE10 on Windows 8 Phone and Desktop ...
http://www.sencha.com/blog/sencha-touch-with-windows-phone-8/

No, Sencha does not currently support Windows Phone development. From http://www.sencha.com/products/touch:
"Sencha Touch is a cross-platform framework aimed at next generation, touch enabled, devices.
It's currently compatible with Apple iOS 3+, Android 2.1+, and BlackBerry 6+ devices."
See also http://www.sencha.com/forum/showthread.php?177329-Windows-phone-amp-Sencha:
"Windows Phone looks exciting, we aim to support it in a future release. Not sure on timing yet..."

Related

How do I show a page modally in a universal Windows Runtime 8.1 app?

I'm making a universal Windows Runtime 8.1 version of our app, originally an iOS app. I'm trying to find out how to display a page modally in the app.
In iOS, I'd use presentViewController:animated:completion: and dismissViewControllerAnimated:completion:, but I can't find an equivalent in WinRT. I've seen the task mapping which only mentions navigation frames (they're the equivalent of using pushViewController:, which isn't what I want) and I've seen this question which talks about a ContentDialog class, but that's only available for phone apps, not universal ones.
How do I show a page modally in a universal app?

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

Are Sencha Touch 2.3.1 apps supported on Black Berry default browser?

I've built a Sencha Touch (2.3.1) app and run sencha app build production, deployed it to OpenShift (JBoss, not that it matters but I like the service :P) and I can access it from Android's default browser,chrome, but I just saw that it never loads on BB :(, but I was told that BB had a pretty good support for HTML5 so ...
Does BB default browser renders ST apps ?
Do I have to do something special to enable rendering on that browser ?
Here is the demo app
any ideas?
Are you using a Blackberry 10 device? BB10 is supported by Sencha Touch, so if you're having problems with that platform I would recommend asking on the Sencha Forums.

Enable WebGL Browser HTML5 Applciation WP8?

I am developing HTML5 games for mobile devices and am having problems with drawing without WebGL enabled. When I enable WebGL my problems are fixed but on Windows Phone 8 is it possible to enable this as a developer using the HTML5 WP8 template?
WebGL is not supported by IE10 mobile (or desktop for that matter).
If you already installed the latest Windows Phone 8.1 update, the built-in IE11 now supports WebGL.
http://www.wpcentral.com/windows-phone-81-features

Can a HTML5 web application access the camera on a Windows 7 tablet

I have a HTML/Javascript web application which integrates with a device's camera using PhoneGap.
Is there any way we can run the application on a Windows 7 tablet (e.g. as a normal website) and be able to integrate with the camera on the device.
You will be, eventually, when the getUserMedia API is implemented in more browsers (currently only available in Opera and special builds of other browsers), but at the moment, no.
I don't believe there is a way to do this.
We enabled photos to be dragged into the application to support this feature. It means the user takes a photo as dictated by the tablet and then has to drag/select the appropriate photo file to add to the application.