I would like to proportionally decrease the size of all text in a WebView as easily as possible. I've tried android:textSize="..." without success. Api Level 7.
I'm new to android. I'm using webview in scrollview to display my local html page (html has text only). I created two buttons for zoomin and zoomout using behind function zoomIn() & zoomOut() respectively. These functions work fine. The problenm is, when I zoom in, some of the text goes out from both top and bottom and it doesn't appear when…
I have a jpg image in my resource folder. Now i want it to be displayed in my WebView along with other text in HTML coming from a database field. How can i retrieve/display that jpg image?
Hello,
I am having a webView loaded with HTML string. I am typing a word in textfield and Pressing SEARCH button. My requirement is that the typed word should be highlited where it occours similar to FIND functionality in MSOffice. How to implement this ?? Pl. help me to solve.
There's a webpage I pull up with webview, however i'd like to hide the 1 text link at the top. Is there a way to do this? The link is in the body, so I can't hide the body element in whole.
The webpage is all text, and one tiny image at the bottom, but the text is generated each time you load it, so I can't just copy/paste the body.
Thanks
Hi there,
I use WebView for my Androind App. I got a problem and request a solution for help.
There is a textfield in the HTML page. When it gets 'focus' and then I call
mWebView.setFocusableInTouchMode(true);
in Java code so that the Android soft-keyboard will pop-up to let me key in.
The problem is I need using multi-thread for…
hi i had encounter a problem opening a web link through safari. this is my code
header
#import <UIKit/UIKit.h>
@interface qrcode_info : UIViewController <UIWebViewDelegate,UIAlertViewDelegate> {
}
@property (nonatomic, retain) IBOutlet UIWebView *Web;
@end
//main file
#import "qrcode_info.h"
@implementation…
We have an HTML 5.0 web application that we ported to Android. It's our intention to run this in a Native Wrapper.
Our application uses the ApplicationCache to run offline. This works find when running under the browser. While being hosted in a WebView within a native application, after the last file is downloaded and stored in…
Hi all,
I am developing a small application in Android. I come across a problem, and not sure whether it is possible in Android platform.
I have some local html files. There is an Activity contains a webview, which is used to display these local html files. In some cases, I want to display a picture selected from phone into one of…
I have created Window based Tab Bar controller app,
One Tab Bar of viewController has been interfaced with WebVIew ..I am looking to create another view once touch event happened in that WebView..
//TabBarViewController.m
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
TabMainView *mainView = [[TabMainView…
So I'm in the midst of updating my Web Browser app for iOS devices, from the ground up, and I'm trying to implement some more convenient features. One feature that seems to be really popular now, that I have been getting a lot of requests for, is the combination of a Google Search bar and a URL bar in one, like that of the Chrome…
I have a UITextView and a WebView side by side and I would like to add a drop shadow to both. This is an iPad app, so they rotate, thus an ImageView under them probably would not work. Any ideas?
I have a class that inherits QMainWindow and I just want it to have a webview widget and nothing else,
so here's what I tried doing for constructor:
MyWindow::MyWindow(QWidget *parent) : QMainWindow(parent)
{
this->_webView = new QWebView(this);
this->setCentralWidget(this->_webView);
}
This didnt work do I…
I have a root UIViewController which has a property called webView. WebView is a UIViewController with a XIB that contains a UIWebView. From my root view I modally (is there any other way?) load the webView ViewController and set its URL, always to the same page.
I discovered that if, after loading the webView, I used its…
I am working on Android and using docx4j to view the docx,pptx and xlsx files into my application.
I am unable to view the ppt files .
I am getting compile time error at SvgExporter class. which is not there in docx4j library.
Can any one help me out to get the SvgExporter class library and build my application and get…
Hello
I was just wondering if using the private API it is possible to detect embeded videos and also get their src URL?
This would be a huge help thank u so much.
Hi,
Is there any code example teaching how to zoom in and out in a UIImageView by user taps?
I know it is possible to do it with UIScrollView and with UIWebView, but these solutions both need a lot of changes in the code, and I'm working on schedule (bad teachers).
I wanted basically an example on how to manipulate…
Hey there,
I'd like to open a UIWebView in a neat box in front of my iPhone. I've seen this done by Facebook Connect, when it opens the sign in page for Facebook. Does anyone know how to achieve this?
Thanks,
Tristan
I am very new to this, and I more looking for what information I need to study to be able to accomplish this.
What I want to do is use my GUI I have built for my app, but pull the information from a website.
If I have a website that looks like this:
(Sorry, can't post pics yet)
http://…
Hi all,
I load a url over the web containing images (their source is another
url).
when then view loads the html, it loads it without the images. after
few milliseconds, the images come along but then the html is redrawn,
and it does so over the previous html, causing it the web view to hold…
Hi All,
I have a web view that is loaded with an HTML that contains links (
ref).
when I switch to another activity (say to another tab in a tab
activity) and then switching back to it, the link is surrounded with
an orange rectangle. also happens in the GoogleAdView which really
makes it…
i have 1 activity .. and in this activity i have 2 web view next to each other , i would like to add , ADD and Delete Button that can add one more web view next to the last web view , and the delete wish will delete any of the web view the user choose . and i want to make the user but it…
Hello,
does anyone know if there's a way in with 3.0+ to display attributed strings within a UITableViewCell without using a UIWebView for that? I need to display a string with linked, tappable substrings as the typical detailTextLabel. I wouldn't mind exchanging this UILabel against…
I am creating runtime images. i want to set that image in to web view. Please give me a hint or document.My source code is given below
CGRect pdfSize = GetPdfSize(UIGraphicsGetCurrentContext(), initialPage, [filePath UTF8String],myTable,mainString);
//UIImageView …
Was about to finally submit an app when I realized that the youtube videos I'm playing play from the iPhone, but not the iPad. Here's the code I'm using:
NSString *embedHTML = @"\
<html><head>\
<style type=\"text/css\">\
…