change browser for sencha touch 2 - browser

We are developing an app with Sencha Touch 2 and PhoneGap 2.0. We also want to use WebGL.
But neither the android browser nor safari mobile supports it.
However Opera Mobile 12 supports WebGL. Is it possible to start the sencha app with Opera Mobile?

Firstly, PhoneGap overrides the capability of Native Android browser. We cannot use the Opera Mobile browser features for developing the PhoneGap Applications.
Secondly, Sencha Touch is not supported by Opera Mobile. It runs only on WebKit browsers. I am not sure about Mobile chrome. But any other browser except android default browser will not able to run all features of sencha.
Hope you got your answer.

You can try RhoElements v1 browser. It also only supports WebKit as far as I know.
https://docs.symbol.com/ReleaseNotes/RE_0100001000_ReleaseNotes.html
http://www.spritle.com/blogs/2012/01/04/rhodes-3-3-x-supports-motorola-rhoelements-and-android-et1/

Related

Audio chat using webrtc in safari browser?

I was searching for some solution for audio chat between two users in safari browser Using WEBRTC(Peer js). I have found some solutions using temasys plugins , but they only work for local streaming.
Is there someway in safari browser.
Yes, you can use Temasys plugin for Mac OSX safari and IE. I have used temasys successfully for these browsers on a live site though there are random issues sometimes. And now, I think peerjs supports Temasys integration also.
Things are about to change.
Apple announced support for WebRTC in Safari 11.
You can download the latest beta version of Safari 11 at the following link:
(You need to sign in with your Apple ID) https://developer.apple.com/safari/download/

Cross Browser Support for Coded UI

I have Recorded Coded UI Test With Silverlight 5 Application With IE Browser. but when i am trying to Run it for Chrome it's not working.
For non silverlight application it is working fine.
I have installed Cross Browser plugin for chrome.
As per my comment, Cross browser testing is only for web applications. Silverlight testing is not supported in Chrome or Firefox.
Since Silverlight is a browser plug in, if something works in Silverlight/IE then you can rely on it working in FF and Chrome. If it fails then it's a problem with Silverlight, not your application.

Mobile version Google Chrome on PC (for developers)

Could you suggest how best to test the site for Google Chrome mobile version...? I know that Opera Mobile and Mozilla Firefox are emulators for the desktop, but I have not seen this for Chrome. Maybe I'm just looking bad?
for example:
Mozilla Firefox - http://www.mozilla.org/en-US/mobile/ (fennec)
Opera - http://www.opera.com/developer/tools/mobile/
Pretty old question but in case someone else hit it in future;
Best solution i found is this;
https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=tr
And the best part is, its working!
PS: If "adv devices" command doesn't work make sure that you have the USB driver for your phone is installed on your PC.
Google Chrome Canary can be a better replacement for this purpose. I use Chrome Canary for testing purpose.
https://developers.google.com/chrome-developer-tools/docs/mobile-emulation
It's easy to browse mobile version of nay site using browsing agent switcher, there are browser agent switcher for all browsers, more read here about browsing mobile version of site on desktop PC.

What kinds of browser redirects are supported in Android?

I recently developed a web app which used the JavaScript window.location property to redirect the browser. This worked fine on PC browsers, but did not function at all on both of the Android browsers I tried it on.
The unsupported browsers were: Browser (built-in) and Dolphin Browser.
I discovered that location.replace() does work on these browsers, as well as on the PC.
Is this Android limitation documented anywhere, and what other redirect methods are available on the Android platform?
PHP redirects seem to work fine in the Dolphin browser HD.
For raw JavaScript redirect, location.replace() works.
The more robust way of redirecting would be to use JQuery, as this should handle platform-specific cases under the covers.

How to design a website for mobile phone users?

How can i start the development of a site that can be browse from mobile phones? For example, if i browse my website http://xavytech.com site from a browser it looks fine which is known by everyone... I am extending my website to browse through nokia mobile phones..
Where should i start?
How to write css or should i
recreate a new website for mobile
phones?
The Sencha Project here was just announced that offers an HTML5 framework for mobile devices. It works well with Safari on iOS and the Android web browser.
Try out the examples here with a Nokia phone to see if it's something you want.

Resources