Android :: How I Can Disable Any Webkit Resizing In Droid?
Feb 7, 2010
I have a question regarding the meta viewport declaration in HTML pages. Please tell me if this is not the correct group to post to. I have been doing quite a few iphone specific websites and I always use: <meta name = "viewport" content = "width = device-width; minimum- scale=1.0; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" /> Now I tried a site that is using that declaration in the android emulator with a 854 x 480 resolution. Even with the declaration above its scaling graphics and text. I would assume that I have 854 x 480 at my disposal. Can somebody explain how I can disable any resizing? Never had any of those issues in the 1.x Android OS devices and iPhone OS.
View 2 Replies
Sep 16, 2009
Is there any way to disable the WebKit JavaScript security for XMLHttpRequest? I need an HTML file in the local assets to access remote URLs for AJAX style calls.
View 5 Replies
View Related
Jun 24, 2010
This doesn't seem to work in jqTouch or iUI. But I know it's possible because it works on my Droid when I go to deviantart.com . Anyone know how to do it?
View 2 Replies
View Related
Jan 24, 2009
I'm building (for lack of a better description) a mobile web app targeting Android users. I need to know what JavaScript events are available to me. I have been able to make the following work
View 3 Replies
View Related
Jul 6, 2010
When my site renders in WebKit on Android, addresses are parsed and an OnClick intent is assigned to them, but this behavior gets in the way of javascript I want to act when the text is clicked. Is it because my site uses MicroFormats for the address? Is there a way to disable this on the browser, so no automated parsing occurs?
View 2 Replies
View Related
Dec 29, 2009
Has anybody tried to access Java class from Android Webkit plugin?
I am trying to do but there is no reliable way to access with JNI. So if anybody has tried please reply.
here is example of what I want - JS in webage access plugin and plugin accesses JAVA class/application to access Android platform.
View 3 Replies
View Related
May 14, 2010
I recently tried out the applicationCache / offline web apps on Android 2.1's WebKit and unfortunately it does not work exactly like on a webkit on the iPhone. I was wondering how I can easily see what features should be implemented and if there is something like a roadmap?
Does that information somewhere exist?
View 1 Replies
View Related
May 25, 2010
I'm trying to force Webkit to use proxy definde in APN.
My proxy configuration:
APN: wap
PROXY: 192.168.6.102
PORT: 8080
USER: wap
PASSWORD: wap`
Currently all connections made by Webkit are blocked on firewall. Is there way to use proxy from phone profile?
View 1 Replies
View Related
Jan 28, 2010
I could display the box around the URL link, but if my URL link spans over more than one line, then my code shows the one rectangle on 1 line. But, in android-browser, in the same case, whole URL (still if it spans over multiple lines) gets surrounded by single large rectangle. I am not getting how this is achieved in android ?
Can anyone please give me some pointer on this ? I could not able to find out exact code for this in android-webkit code.
View 2 Replies
View Related
Sep 2, 2010
I got some really nice black cube icons but when I try to use them they are really small. Anybody got a tip for resizing them?
View 14 Replies
View Related
Oct 10, 2010
It possible? I saw a dock like sense... applied it and the icons are bulging.
View 8 Replies
View Related
Nov 10, 2009
First time trying to send a photo via text message (MMS). On any number of my previous phones, the phone would automatically resize the image so that it wasnt too large to send. That does not appear to be happening on the Eris. I sent one photo, and it was nearly 1100kb. Then another photo I attempted to send would not attach, because it said it was too large (it was like 1250kb in size). So, is there a way to have it automatically resize a photo that is being sent via MMS? Or will I need to do that manually beforehand with an app from the Market, like Picasa or something of the sort?
View 5 Replies
View Related
Nov 11, 2009
I cropped some desktop wallpapers I had so they'd fit the supposed Droid requirements of 960 x 854, but when I select them it makes me cut them down even more with a movable box... is there something I'm missing here or did I do it wrong.
View 7 Replies
View Related
Oct 6, 2010
What program do i need to make pictures wallpapers on the droid x ? looking for some Bengals cheerleader pics and some dukes of hazard wallpapers. i can find the pics but when i set as wallpaper it is way too big and looks like crap.
View 1 Replies
View Related
Dec 21, 2009
When I go to attach a picture file on my droid eris for a message, it automatically resizes it, only problem is, that the pictures were never too big to begin with, usually aroun100-300kb and then when it does resize it, it goes down to 12kb on average, a tiny picture with a big black frame on the screen. What gives? Using stock message program. No other complaints about the message program, so not looking to switch.
View 14 Replies
View Related
Aug 11, 2010
I am trying to put a custom boot animation on my moto droid 1. I have root I have done it before and I am using froyo. My big problem now is that I tried putting a different one I downloaded on and it worked. So I need someone to tell me whats wrong with the one I made, because I am out of ideas. I have compared size, resolution, ppi, bit depth but for some reason my images are way bigger files. The sequence was created by using virtualdub to clip a section of an animated short, then exporting an image sequence as png.
But I've fed the images through gimp and an image resizer. The frames are only some of them because I went through deleting every other frame a few times to cut down on the total size. The file is too big to attach here so i put it on my web space at:
http://www.freaksed.com/stuff/bootanimation.zip
I am using the patch that lets me put the files in datalocal and be named bootanimation.zip. it works I've tried with other animations like I said.
View 14 Replies
View Related
Jul 22, 2010
My wife's Incredible will automatically rejustify the margins of a web page when she enlarges the type size, and will rejustify the margins if she then shrinks the type size. I cannot get the X to rejustify in this manner, except sporadically on BBC News. At the Verizon store, the Flextronic tech went through the systems menus and could not get the margins to justify either. Anyone know how to make the X rejustify the margins?
View 2 Replies
View Related
Apr 15, 2010
Is it possible to write "extensions" for the webkit based browser found on Android devices?
i.e. extensions akin to Google Chrome's ?
View 1 Replies
View Related
Sep 2, 2009
Android platform and actually mostly interested in the browser. I created http://www.jqtouch.com/ in hopes of developing a web-based cross-device application framework — but I'm running into a lot of issues with Android. Does anyone know of any good resources which describe the features/implementation of WebKit on Android? At first glance, it appears it doesn't support HTML5, nor certain -webkit CSS3 extensions like gradients or transitions. Does support certain other WebKit features like opacity, etc.
Most of my searches are coming up futile, because I end up seeing generic info about Android having WebKit, or technical pieces specific to embedding WebKit in native apps — but no good documentation on general WebKit features available. Again, I'm new to the platform, so I apologize if this information is in the clear...
View 3 Replies
View Related
Nov 27, 2009
Is there a way to get webkit running in the background , or even small enough for the user not to know that the webkit browser is running? Basically i want to use this to have java and javascript integration while using the android UI.
View 1 Replies
View Related
Jun 13, 2010
I'am looking for a way to have a webview content selectable in the very same way as the stock browser does.
I should note that Dolphin HD shows exactly the same text select functionality as the default browser (same icons, animation, etc), so it really should be possible. But I can't figure out how.Until now, all i found was this function, which kind of work, but doesn't allow the user to expand/shrink the selection.I just discovered that long touch copy/paste is part of HTC Sense, not Stock android. Still, it'd be useful to find out how to enable that on a webview, even just for HTC users. Anybody knows ?
View 1 Replies
View Related
Oct 21, 2009
I wonder if it's possible to use webkit/webview for UI instead of using the native UI (view,layout,activity,etc). Is there a way to catch/propagate intents to internal app when we use webkit/webview ui (probably through javascript)? The advantage of doing this is to provide a cross platform client that works in various mobile devices.
View 5 Replies
View Related
Jun 30, 2009
How can I find out what is the version number of Webkit (the one from www.webkit.org) that is android's Webkit (the one in external/webkit) is based on?
View 2 Replies
View Related
Aug 25, 2009
I am interested in displaying web pages with more than the 3 installed fonts. I tried the demo of installing fonts as assets and changing the typeface, but I am not sure if it applies to a Webview. I was able to modify the sdk and install more fonts in frameworks/base/ data/fonts. I can see those additional files when using the shell in / system/fonts. However, the fonts were not used in the internal web browser.
View 2 Replies
View Related
Jan 21, 2009
When viewing Web pages either in the built-in Web browser or in a WebView canvas, focusable items get the orange highlight ring as you navigate the page with the D-pad/trackball. A design team I am working with wishes to create some Web content, specifically for Android, where they handle their own focus highlighting via Javascript/CSS and wish to disable the built-in Android focus highlighting. In this case, the content is being viewed through a WebView, so I have some measure of control. I see some posts describing how to use ColorStateList, <selector>, and android:background to affect this sort of change, for a single View. How would one go about affecting this change for the contents of a WebView?
View 10 Replies
View Related
Dec 14, 2009
Is there a way to extend Webkit on Android? Can we write plug in for webkit in android? Can we do things like creating our own renderer for a particular type of data embaded in the webpage? Can we track user session or modify data stored in the browser cache/memory?
View 2 Replies
View Related
Jul 22, 2009
What is the schedule for HTML5 support in WebKit? Specifically - offline web applications and storage.
View 2 Replies
View Related
Oct 15, 2009
how to enable SVG support when building Webkit for Android? I saw an earlier thread from back in March about SVG being slow for the UI of apps, but I'd like to experiment with web content containing SVG, DOM manipulations, etc to see what the speed is like. Is it just a matter of turning on the compile flags for SVG support in Webkit or would there be a significant porting task?
View 2 Replies
View Related
Mar 20, 2009
All, How can we enable LOG messages in Webkit.
I wanted to enable some debug prints using log utility of Android in Webkit I added the following statements in my code.
#define LOG_TAG "webkit" include <utils/Log.h>
And the following line to test LOGV("Constructor CachedImage.cpp");
I am unable to get the logs. Should I enable with the following define. I even added liblog as one of the shared libraries during compilation.
#define LOG_NDEBUG 0 /* Is this required to get logs? */
View 3 Replies
View Related
Jul 21, 2010
Is it possible to update WebKit behind the Android 1.5/1.6/etc (prior to 2.2) browser? I know latest nightly WebKit builds has great HTML5 support. So, my intention is to provide html5 video streaming (and other features) support on all those droids. Previously I was able to update WebKit engine on different devices with older Safari to meet my requirements (on any mac os x distros it's easy as updating WebKit.framework).
View 1 Replies
View Related