Id like to create a small cross-mobile javascript application, which consists of a form and a grid as result. I also want to display some images, with something similar to lightbox. I coded an home maded prototype but id like to add 'touch' effects and support multiple screens easyly.
I looked at JqTouch but its very slow on my HTC magic/android. Also found XuiJs but cant find any working example !
Anyone found something light, nice, and iPhone+Android compatible ?
Also, is it possible to access some of the phone API using javascript ?
EDIT : just found a nice Android/iPhone web frameworks comparison here
EDIT2 : Sencha Touch and Wink are the newcomers for pure web apps.
EDIT3 : advanced mobiles frameworks comparison : http://www.markus-falk.com/mobile-frameworks-comparison-chart/
If you want your webpage to be resized for mobiles, just add this meta :<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
Tracking Valuable Threads from Worldwide Discussion Boards for Android Enthusiasts and Programmers
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Android - Detect rotation of phone in browser with javascript
I know that in Safari on an iPhone you can detect the screen's orientation and change of orientation by listening for the
Is this possible in the browser on Android phones?onorientationchange
event and querying window.orientation
for the angle.To be clear, I am asking whether the rotation of an android device can be detected by JavaScript running on a standard web page. It is possible on an iPhone and I wondered whether it could be done for Android
VIEW COMPLETE THREAD WITH REPLIES
Labels:
Android,
javascript,
webkit

Subscribe to:
Posts (Atom)
Popular Posts
-
Trying to found out how to enable "diagnostic" mode on an HTC Android device, specifically a T-Mobile G2 / HTC Desire Z. In my sea...
-
Does anyone know information about how to connect the Samsung Fascinate as Diag Mode driver? ie: this type of connection needed for QPST/QX...
-
Even a basic program that can encrypt and decrypt SD card, at least the external SD card would be acceptable. This way we can be assured tha...
-
Joikuspot is a program for Symbian that bridges the WiFi and 3G connection so the phone acts as a hotspot for wireless connection. I figure ...
-
On Android phones SMS messages registered to applications also get sent to the device's inbox. However to prevent clutter, it'd be n...
-
I decided to wipe all data by turning the phone off and then pressing the home key and the power key. From there it went to the recovery men...
-
I am brand new to cell phones so please excuse the very basic questions and problems I am having. I am trying to get QPST to work with my Sp...
-
Go to: 1. Settings 2. Applications 3. Manage Applications 4. Select Filter 5. Select All 6. Select "Maps" application. It w...
-
What is the best GPS application usable without an Internet connection? (Android) I don't use it by car, just for walking in cities. I...
-
I'm getting this error from time to time and don't know what causing this: When trying to run/debug an Android app on a real devic...