Android :: WebView Displays A Question Mark In A Blue Box
Nov 9, 2010
I have a WebView that displays a Google Checkout payment button in an html form.
When I run it on the emulator it works, there is the payment button and I can press it and go to the google checkout webpage.
However, when I run it on an actual device running Android 2.2 it just shows the little blue box with a question mark.
what does this mean?
CODE:.....................
View 1 Replies
Nov 1, 2010
I have tried to play in this page http://armorgames.com , but i haven't been able to. A blue square with a question mark appears instead of the game.... what is it?
View 1 Replies
View Related
Oct 14, 2010
I run a site that offers .pkg files to my users for download to there device. The issue is instead of downloading the .pkg file it just displays the raw code of the .pkg file in the webview. How can I get this to force download to the root of the sd card? Here is what I have
package com.ps3brew.view;
import com.ps3brew.view.R;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
public class WebViewExample extends Activity {..........................
View 2 Replies
View Related
Oct 31, 2010
Using WebViewClient and/or the WebChromeClient you can get a listener for when the page has loaded, however this is sometimes called before the WebView has any content in it, before it has displayed anything. What would be a efficient method for determining when the WebView has displayed it's content? When I load a page in a WebView, I want to set the scroll to a specific position. It seems that the scroll position cannot be set until the page is loaded and it has an actual content height. So, I have tried two different approaches to determining when the page has finished loading, onPageFinished() from the WebViewClient and also onProgressChanged() from the WebChromeClient.
Both of these tell me when the page has finished loading. However, the problem is that sometimes it is called before the page has been displayed and therefore the page has no height and the scroll call does nothing. I am trying to find a solid way to determine when the page is ready to be scrolled, i.e. when it has its content height. I imagine I could setup a checking loop after it finished loading to keep looking for when the height is available but that seemed like quite the hack. Hoping there is a cleaner way.
View 2 Replies
View Related
Feb 2, 2010
I have a listview that when you click on an item it will take you to a WebView that displays some static formatted text associated with that list entry.
I had it all working with a TextView but I wanted to be able to use HTML formatting for the text and figured the WebView was the way to go. Right now it is just supposed to display a generic link for testing purposes but when the viewContent intent starts it just goes to a black screen. I can go back and pick another entry and it also just shows the black screen.
I'm not sure what code you are going to want to see so here's the viewSection class file and the viewsection.xml layout.
viewSection.java:
CODE:..............
viewsection.xml:
CODE:..................
View 1 Replies
View Related
Apr 2, 2010
The following code will display location data on the screen in the emulator but not on an actual device. code...
View 14 Replies
View Related
Oct 10, 2010
I have a simple program where I set a spinner to a position. I then call a second module and when I return, I reset the spinner. The spinner display does not display the spinner value. When you tap the spinner, it IS pointing to the correct value, but it displays an incorrect value. In fact, it actually steps down.
I wrote the following simple program to demonstrate. This only happens when the form has a spinner within either a Linearlayout or TableLayout with at lease 1 other element.
CODE:................
View 1 Replies
View Related
Aug 26, 2010
I am trying to get AdMob ads to display in my android application and have been unable to do so. I have contacted their support and have not received any response in almost a week, so I figured I would now ask for help here.
First some code:
CODE:................
Yes, admob-publisher-id-here is my real publisher id in the actual manifest file.
In the logcat, i see the following:
CODE:..................
The AdListener is indicating that it is unable to retrieve the ad. I have an active data connection, plus I am in Test Mode, so it is supposed to always show an ad, according to the admob wiki. There are no errors in the logcat, nor is the application force closing at all.
I got a response from admob, but all they said was i was creating the aeveiw twice, which I am not
View 6 Replies
View Related
Sep 12, 2013
Youtube android app shows skippable ads, while doesn't happen on the iOS counterpart. How can this be explained? Ads are not shown by Apple request?
View 1 Replies
View Related
Jun 29, 2009
i have a problem about the gps with the google map, that is, how gps can mark the user's location which is on the google map?is somebody have same experience can share?
View 4 Replies
View Related
May 31, 2010
When I'm scrolling up a thread in Handcent trying to get to the "show older messages" button, I come across every picture that has even been sent or received in that thread. This is.
a) not in chronological order and
b) produces lag when trying to get to that button.
Why does Handcent do this?
View 3 Replies
View Related
Aug 13, 2009
I have a layout with a TextView and a List, and in onCreate() I have the TextView request focus. On the G1 and emulator the screen comes up with the TextView having focus, and the on-screen keyboard will display when you tap on the TextView, but on the Galaxy apparently the on-screen keyboard is always displayed. Does anyone know why this would be so? And why would a phone without a keyboard act differently from a phone with a keyboard that's hidden--shouldn't they follow the same logic?
View 3 Replies
View Related
Sep 9, 2010
I am wanting to know how once I have read an email on my GMail app, for the email to be marked as read on the GMail server.What currently happens is whatever emails I read on my phone, are only marked as read on my phone instead of on GMail itself, so when I open up Thunderbird (or GMail on the web), I get a load of emails what are 'new', when infact I have read them on my phone!
View 2 Replies
View Related
Jul 27, 2010
It's annoying when i'm looking at my mail on the gmail site and seeing all these tags.Also is there a way to mark a message as SPAM on the K-9 client?
View 1 Replies
View Related
Nov 18, 2010
Android 2.2 (froyo) is updated for GallxyS 2 days ago. So I just try to make it updated on the webpage to play. whenever I did, it just stopped with play button? or exclamation mark. What I did is following.
In main activity,
webview = new Webview(this); webview.loadUrl("file:///android_asset/flash.swf"); webview.getSettings().setPluginsEnagled(true); setCeontentView(webview);
and XML file is nothing changed from startup.
Did I something wrong for the flash player?
View 2 Replies
View Related
Aug 24, 2010
I've added my hotmail account to my mail app but every time I load it up all the emails it has pulled down are unread (read on the server), any way to mark them as whatever they're marked as on the server?
View 1 Replies
View Related
Sep 29, 2010
On one of my contacts, I set "mark as default" on one of the phone numbers. Now I want to clear this (so that there is no default) but I cannot figure out how to do it.
I want to clear it b/c I have a front-screen shortcut to this contact, and I want to be able to select which number to dial when I tap it.
View 4 Replies
View Related
Aug 27, 2009
I don't see an android.view.KeyEvent.KEYCODE constant defined for question mark (key code 76). Is there a key code constant defined for the question mark?
View 4 Replies
View Related
Nov 27, 2010
There is a horizontal battery widget that displays the % inside it. It is usually blue. Anyone know which one this is and if its free?
View 12 Replies
View Related
Mar 16, 2010
I have a very large number of (corporate) folders in Outlook which I don't want/need to access on my Milestone, but I can't figure out how to stop them being displayed.
View 1 Replies
View Related
Jun 22, 2009
I'm creating a basic Mapview application which will display my current location on the google map. Initially i had many doubts while creating the application, but thanks to android developers archives that helped me to reach this point. I have followed almost all the threads on the android developers site but still unable to see my location on the google maps. It always shows a white screen on the emulator with google image at the bottom. Please help to make it work. From most of the threads I learn that we need to sign our application with the correct fingerprint. I did so but unsuccessful.
The following will explain the steps:
1. Using sdk version android-sdk-windows-1.0_r1
2. Created a new android application.
3. Signing the application:
a. C:Program FilesJavajdk1.6.0_13in>keytool.exe -list -alias androiddebugkey -keystore "D:Profilesfknq86Local SettingsApplication Data Androiddebug.keyst ore" -storepass android -keypass android
b. Certificate fingerprint (MD5): 75:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:33 where XX=some alpha numeric data
c. signing up for an Android Maps API key!
Using link http://code.google.com/android/maps-api-signup.html 4.
Code below: There are 2 applications
1. Find Me
2. ShowMyLoc.
FindMe has a button which directs it to ShowMyLoc (using Intent) to show the location on the google maps. For simplicity sake i'm pasting the code only for ShowMyLoc app.
CODE:.......................
View 2 Replies
View Related
Nov 23, 2010
I created a Galaxy Tab emulator using these instructions: http://innovator.samsungmobile.com/galaxyTab.do
When I install my 4x2 widget on the emulator it displays like it does on a phone (full width, half the height). However I went to try it out on an actual device in Best Buy and there it displayed as if there is room for a 5th row and column. First of all, why is there this discrepancy? Second, how would I create a 5x5 widget?
View 2 Replies
View Related
Sep 29, 2010
I created a project from the ContactManager sample code and installed it on my DX. When I click the account spinner, in addition to the 2 accounts I have on the device, it displays 33 seemingly random characters followed by "@random.svcmot.com". Does anyone know what this account is?
View 2 Replies
View Related
Jun 12, 2010
Can anyone recommend a good widget that displays the time and date, but not the weather? I've been using Beautiful Widgets, but the weather, in my opinion, isn't very accurate. I have Weatherbug Elite, and I'd like to have something like Beautiful Widgets to display the time.
View 7 Replies
View Related
Nov 10, 2009
Suppose my application xyz stores a few contacts(just like in the address book/ telephone book). Other contacts are by-default stored in my Android address book. Suppose I receive a call on the handset with my app xyz running in the background. All I need is to fetch the Caller's name from the application xyz and display this name as" Akash Calling..." instead of "+91... calling..." assuming that caller's details are present in the application say, his name and none of his details in the actual address book. Is this feasible.
View 2 Replies
View Related
Mar 21, 2010
On some of the AVDs I've created, input text gets displayed as logograms, even in the emulated Browser application (see the screen shot at http://eduneer.com/screenshot_avd_text.png). Has anyone else experienced this or have a tip on fixing it?
OS: Vista Eclipse version: 3.5.2 JDK version: 1.6.0.14
View 3 Replies
View Related
May 18, 2012
I have an appwidget which displays time with some text. This text can have different fonts, which the user can choose from. Every minute the appwidget updates to display the correct time. But for some unknown reason sometimes when the widget is updated the text shows anything except the time, ranging from chines to random numbers.
View 1 Replies
View Related
Jun 25, 2010
in the developer console, I have a couple of errors, which although fixed in the code and marked old in the console, still show up on the front page. And I highly suspect that this is affecting the rank of my apps. This is obviously a bug in the developer console:
1. at the developer console homepage it says (in bold face): Errors (2)
2. when I click on "Errors", it shows: Freezes Crashes 1 new 1 new 0 reports 0 reports 1 old 3 old 2 reports 7 reports
3. When I click on "1 New" in the "Freezes" column, it displays: Old ANR keyDispatchingTimedOut 2 reports 0 reports/week
Also, one of my apps, TapeMachine, has 4.5 stars, 973 downloads, and 83% active installs. For certain keyword searches in the market it has been the first result for many weeks. And since these (bogus) errors are here, it has lost its rank falling under many applications with lower ratings. A similar issue happened with the free version, which has 4 stars and about 20k downloads.Is there a workaround or a fix for this situation?
View 2 Replies
View Related
Jun 14, 2010
So, it seems logical you could use Google maps as a car locater for parking. BUT I see no way to mark the position your at. Like, drop or leave a push pin marker with a long press when you are at your location.
View 10 Replies
View Related
May 27, 2010
I am trying to connect my Acer Liquid with ADB and DDMS under Ubuntu 10.04. I read some posts and already add the VID (0502) and PID(3202) in /etc/udev/rules.d/51-android.rules, but adb devices still list my phone's name as question mark. When I try DDMS, I got the following error: E/DDMS: device (????????????) request rejected: device not found. Is there something I missed?
View 10 Replies
View Related