UI is done via the browser propose your solution to additionally include:
is it possible
Launching the browser within/via a widget/device resident application?
Launching the browser in full screen?
Launching the browser to a particular landing page (User shouldn’t have to enter the URL themselves)?
Having additional/one click controls...
Hi,
Im new to aptana studio. I develop one website for nokia mobile. I don know whats the next step.
How can i test it? Can i test using any stimulation? What is SDK Emulation?
...
hello
I want to work with a site how do I do it
let's say I want my app to grab some information from a site.
lets say I have a site which store all the phone numbers data and I want an application app who will have a menu where you just need to click name and address and the app find for you using the web(a web which supply this servi...
Hi All,
I want to implement a web application with separate user interface for mobile and pc. Do you know how can I detect whether it's mobile or not? And in general, Do you have any suggestion for implementing such application in gwt?
Thanks
Marjan
...
Hi Guys,
As i am going to develop mobile web app for all devices. My question is, if the browser is not support html5 kind of stuff, Whether Sencha will support HTML4?
Thanks in advance,
srini
...
When i create web app for all mobile devices, what are all things need to follow,
Is it enough to create single html app for all device?
Or, create every single app for a device based on web browser?
Is there any Framework has overcome above mentioned issues?
Thanks in advance,
sri
...
Hi,
Are there resources or JS libraries to emulate HTML5 features, if the browser doesn't fully support HTML5.
I am specifically looking to target mobile web applications.
Thanks,
Sri
...
My team and I are currently planning to do some Rich Web development for the android and iphone and I am wondering if you guys could share some resources with us. Anything will be welcomed. Thanks in advance.
...
I am trying to add a scrollable grid to a mobile web site I am currently working on. I've tried using the jQuery Scrollable Table Plugin written by farinspace, which works fine in IE8 but doesn't work at all in Opera Mobile for Windows. I've also tried using the Telerik MVC Grid extension, and that also will not give me a scrollable grid...
I'm targetting a couple of web projects at mobile users, and noticed that some of the standard tools (JS libraries, json transfers, xml etc) are quite heavy for mobile data plans.
I'd like to be able to implement gzip'd resources, and probably mod_deflate/mod_gzip to try and reduce the amount of bandwidth used by these devices.
However...
Hi,
Can you please give me any sample related to audio/video? if the browser doesn't support HTML5, is it throw any error or ??
thanks
sri
...
OK, I'm having some issues with my site's mobile stylesheet on the iphone. I reworked the stylesheet to be similar to what http://m.facebook.com give the browser, only I'm getting an issue where the Safari on iPhone browser is still zooming the page out from like 960px, instead of constraining it to the native screen resolution. What giv...
Hi
Am not mobile developer or j2ee developer ,
I want some open source , which satisfy my below needs ,
send alert message to mobile ,(2-way communication) ,
Looking free open source ,
Need to store all message(incoming and outgoing messsages) into Database ,
We are not ready to spend money , may be one initial setup cost ready to s...
I dynamically update an image on a JQTouch site using the following code:
$('#sv_map')
.one('load', function() {
$(this).fadeIn();
})
.attr('src', imgURL);
Got the basics of this from here. sv_map is an image, and imgURL points to a valid, existing JPG file.
This code works as exp...
Hello,
I am new to Mobile specific website development. I want to know does Visual Studio provides way to create a web site which can be targeted to mobile devices? Also can this website be run on phones running on OS other than Windows OS like iPhone, Android or slimier other OS?
My aim is to develop a website which can be targeted to...
I'm building a web app that I'd like to:
Use the native UI capabilities of mobile devices (e.g. iPhone, Windows Mobile, Android phones) when rendered on those devices
Render nicely on non-web toolkit browsers (i.e. desktop browsers) such as IE, Firefox, Opera
My research so far has brought me to using the following technologies:
AS...
I'm thinking about creating a mobile website that's rich in AJAX and Jquery functionality. So from the phone, a user can experience capabilities such as: drag and drop, "loading..." images, dialogs that fade in and fade out, drop shadow dialog boxes, dynamic resizing of dialogs etc...
When the mobile website first loads, it will probab...
Can someone recommend a good Mobile UI Javascript/jQuery framework that works well with both the iPhone and Blackberry? I'm developing the core app from ASP.NET.
Thank you in advance.
...
I've got a javascript-based Scrolling Widget Thingy™. One of the things it does is create a fixed height div and gives it overflow: auto.
Alas on mobile Safari (and other mobile browsers) overflow: auto; doesn't show a scrollbar. Any content below "the fold" can only be found by accident.
Is there a way to detect this in javascript, wi...
On the mobile site I'm building, I need the top header to stay fixed positioned.
I am aware of the fixed position solution for Mobile Safari as seen here:
http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/
I tried it and it works well. However, I was wondering if there's a single solution that works for all major...