0
votes
2answers
140 views

Disable bounce back in Mobile Safari Webview using css/js?

I've been trying to find the answer to this question without success. I am programming some webpages for a webview in MobileSafari. I do not have access to the Objective-C to disable the ...
-1
votes
0answers
25 views

iOS 6 and html animations (Adobe Edge)

It seems that Apple changed something related to GPU accelerated CSS animations in iOS 6. And now I have an app which loads some html+javascript+css animations made with Adobe Edge inside UIWebViews ...
1
vote
1answer
115 views

Remove selection gray shadow from html input on iOS

I'm currently working on html rich text editor for my iOS application,so,the setup is simple,i have a UIWebView loading my editor code,the html input is a 'contentEditable' DIV. The problem is that ...
1
vote
1answer
48 views

UIWebView. Replace css properties using javascript

The code look likes the following: <style type=\"text/css\"> html{background: #000; margin: 0; padding: 0} body {padding: 30px; background: #000;width: 85;margin:0 auto;color: #000;font-family: ...
1
vote
1answer
70 views

Weird Overlap of Elements in iOS (PhoneGap)

I'm working on an iOS/PhoneGap project. I have a weird overlap issue in iOS (screenshot from iPad): The "Select Status" popover is position: absolute, z-index: 35. The website link is doesn't have ...
0
votes
1answer
61 views

animation-delay in IOS not working correctly

So I know that JS setInterval has issues in ios and android. I recently found that animation-delay in css also has issues. I have a loading spinner that has 8 dots that grow/shrink and the spinner ...
0
votes
1answer
71 views

.css and .js files are not being found by UIWebView

I have added an .html, two .js and one .css file in my project and I have used following code with UIWebView for accessing the .html file [web1 loadRequest:[NSURLRequest requestWithURL: ...
0
votes
0answers
114 views

UIWebView ContentEditable Paste Issue

I Load an HTML Page with contenteditable div inside my UIWebView. I use copy: and paste: action for formatting the text. In IOS 5 it works fine, with IOS 6, when i paste, the system keeps the ...
1
vote
1answer
65 views

Replacing image source with UIImage in UIWebiew

I am writing an application that parses a HTML string embedded with images and data. I am able to use SDWebImage to cache the images part for later use and it is caching perfectly. However, I need to ...
0
votes
1answer
136 views

jQuery Mobile buttons don't change to 'pressed' state immediately when pressed

In a UIWebView containing a simple jQuery Mobile styled button, which looks like: pressing it does not change it's appearance (to the 'pressed' state with greyish background) immediately, only ...
0
votes
0answers
84 views

UiWebView - CSS Zoom Not Affecting Font Sizes

Got a crazy situation with UIWebView on iOS - which I believe to be using Mobile Safari? We apply the CSS Zoom element to a with child divs that have css 'font-size' in the style attribute. As ...
0
votes
1answer
73 views

IOS opacity transition not a nice effect

Making some simple animation using CSS and JS for UIWebView; testing and debugging with Chrome; For animation using this style: -webkit-transition: opacity 1s ease-out; setting Opacity from 0 to 1; ...
0
votes
1answer
92 views

Disable zoom/lens on UIWebview without disabling user selection

I like to disable the zoom/lens on uiwebview. But, I do not want any of the user selection to get disabled in the process i.e. I cannot use the following in my css. -webkit-user-select:none
0
votes
1answer
29 views

Relative address of main bundle from an NSManagedDocument

I have an NSManagedDocument that has a string attribute composed of a small amount of html which will be used by a UIWebView. I also have a style sheet saved in my main bundle that I'm trying to give ...
0
votes
1answer
166 views

Can i change font on facebook comment box plugin at run time

> i would like to change the font name and color on facebook comment box plugin at runtime in uiwebview. I have to use javascript ? if yes what kind of script code should i use. Please ...
0
votes
1answer
310 views

Webkit shadows textarea when tapping on element

I'm building an iOS app that uses a webview in one place. When the user taps on an textarea and the keyboard appears the textarea get a shadowing highlight effect and then goes back to normal. Please ...
1
vote
3answers
326 views

UIWebView and CSS fixed position

I have a UIWebView that uses a fixed position header. When the ViewController that contains the UIWebView is the initial view, there is no problem with the fixed position divs. When I display that ...
3
votes
2answers
124 views

jQuery offset() method in CSS 3 multicolumn

Got some serious issue here, I'am working on an iOS App which has to display an html page in a UIWebView over several columns using CSS multicolum module. I'm adding the following CSS rule to the ...
0
votes
0answers
120 views

setting the height of a SELECT in jelly beans

i'm using the webview and the select item's height is smaller than expected in jelly bean . it works perfectly in ics !!.how do i make it appear properly?? #select{ ...
0
votes
1answer
210 views

Fitting UIWebView Content Horizontally and Vertically

I have a UIWebview that loads a simple picture.The user needs to see the whole picture without the need of scrolling vertically. With the use of setSalesPageToFit:YES , The user had the image loaded ...
0
votes
1answer
179 views

variable font size in UIWebView

Having the following html string to load in a uiwebview, i need to set the font-size as a variable value : NSString * htmlString = [NSString stringWithFormat:@"\ ...
2
votes
0answers
389 views

Android webview radio button and check box styles

Working with android webviews for radio buttons and check box, I tried so many styling with standard html markup but its not showing proper. Its alwyas comes up very small with HDPI,XHDPI and with ...
0
votes
0answers
81 views

UIWebview with retina display

I am using UIWebview where I have to insert the UIImage of size 100*100px. It looks perfect when I insert image in UIButton of 45*45 outside UIWebview in retina display device. But as soon as I ...
1
vote
0answers
152 views

UIWebView, load HTML from server but inject Javascript and CSS files from iPhone

I have a HTML5 page that is loaded from a server into a UIWebView. This page uses some Javascript and CSS files, but i don't want to load them from the server since they are quite large. What i want ...
0
votes
1answer
484 views

Right padding/margin not working correctly in UIWebView (embedded mobile safari)

This is being used in a UIWebView inside an iOS app. It appears to work fine in regular Mobile Safari, but not in the embedded browser. Basically, I have some HTML and CSS. The HTML element has some ...
1
vote
0answers
150 views

Force correct CSS3 transform percentage interpretation on Android

tl;dr? Get the mechanism demonstrated in the link below to behave with GPU acceleration on Android Chrome & default browser. UPDATE: The buggy behaviour is inferrable from the transformation ...
1
vote
2answers
89 views

CSS font with non-standard styles

Using a font family that has non standard style names, such as 'Inline' or 'Outline' rather than standard styles such as 'Bold' and 'Italic', how can the different styles of the typeface be selected ...
0
votes
1answer
89 views

Refer js and css file in UIWebview in IOS?

In my app adding webview and its loading Html file but In my Html page I refere js and css file but not loaded.I followed many idea's given in stackoverflow but still not working.Can anyone please ...
0
votes
0answers
75 views

UIWebView in IPhone: Vertical Scroll not appearing

When trying this snippet in UIWebView, it does not show vertical scroll bar. This post gives me bad news that it is not possible. How do I overcome it?
0
votes
1answer
335 views

How to use css with UIWebView?

In my class derived from UIViewController I have a class variable of type UIWebView* called helpView. And I use the following code for viewDidLoad. - (void)viewDidLoad { [super viewDidLoad]; ...
0
votes
0answers
68 views

How to extract HTML “Section” in XCode

I'm trying to write an app that displays articles from a wordpress blog (for now i'm using RSS for retrieve an article's link). I reached to view the entire article's page in a UIWebView but i think ...
0
votes
3answers
276 views

Protecting custom fonts in UIWebVIew

In my app I display HTML content in a UIWebView. The HTML content is downloaded from a server and stored in the iPad's file system to enable offline usage. The HTML uses custom fonts via @font-face in ...
1
vote
1answer
288 views

Inject Custom CSS and javascript into WebView

How can I inject custom CSS into a WebView like changing the background-color: of http://www.apple.com/. Javascript would also be nice because in the future I would like to have control of the ...
2
votes
4answers
695 views

Make a iOS WebView behave like a ebook reader

Normally within a webview, when your page is too long, you can scroll vertically like a browser, that is the default. I want to make this webview behave like a ebook reader, say when you need 3 pages ...
0
votes
0answers
83 views

get exact rendered html on screen with floating css applied

Currently I am working on an iOS app. I have a UIWebView and have applied rules to disable vertical scroll and break the page into columns so that on swiping user will get horizontal scrolling ...
0
votes
1answer
217 views

css3 columns in UIWebview

I have a html with lot of text, images, tables and lists that is loaded into UIWebView. I have applied css style sheet with contents body{ -webkit-column-width: 768px; font-family: "Georgia"; ...
0
votes
0answers
180 views

iOS Webapp: Revert Zoom after typing to input

i am developing an iOS Webapp to guide you through the process of Design Thinking. I disabled user-zooming in the viewport and prevented the default for touchmove events to give it a more native feel. ...
0
votes
2answers
143 views

CSS load animation on UIWebView

I have a very simple CSS opacity animation that animates some text in a UIWebView when the web view loads. It works great when the body of the HTML is small and quick to render, but for larger bodies, ...
0
votes
2answers
403 views

How to call CSS animation manually with Javascript?

I'm using a UIWebView with CSS animations, which animates the main body when it loads from alpha 0 to 1: NSString *HTML = [NSString stringWithFormat:@"<html> \n" ...
-1
votes
1answer
122 views

load local js and css on server side html in webview [closed]

I am loading html page from my localhost server in webview. I want to load js and css from resources to that html. Is there any way to do this? Please help.
3
votes
1answer
213 views

Reset visited links in UIWebView, iOS 5

in iOS 5, UIWebView renders visited links in a different color. It seems UIWebView maintains a list of visited links so they can be rendered differently. How to clean up such a list? That is, all the ...
2
votes
2answers
2k views

Disable copy and paste in UIWebView unsolved

Nearly , i had tried every thing to disable copy/paste in UIWebView but nothing worked with me. im loading my UIWebView from a string (array of strings) as follows: [webView loadHTMLString: ...
0
votes
0answers
122 views

Emoji between iOS 5 and 4 in a Unity3d project with use of native UIWebView

I'm working on a Unity-iPhone project which takes use of native UIWebView as GUI. I sent emoji from one client to another with the following procedure: Type a message in a HTML TextArea object. Take ...
2
votes
1answer
1k views

Highcharts Backgroundimage for bar graph

I want to add a background image to a bar chart using Highcharts and display it in a UIWebView. So far I've been using this little plugin, which is working fine in latest Chrome. However, as soon as ...
1
vote
1answer
2k views

Vertically and horizontally center HTML in UIWebView

I'm trying to vertically and horizontally center content of an unknown height in a UIWebView. What I have right now works great in Safari: http://jsfiddle.net/HT9J5/ However, it does not look right ...
1
vote
1answer
476 views

Multiple WebViews with Phonegap on iOS

Is it possible to create Multiple (overlapping) WebViews in an iOS only Phonegap app, as shown in this image: http://cl.ly/GnvU I want to do this to have a scrolling content area inside the ...
1
vote
0answers
201 views

Webkit Tap Highlight Color Larger than Links

Within a UIWebView in an iOS app I have events firing in javascript when a link is pressed. There is also a grey box that typically appears over links when they are tapped. The ...
0
votes
1answer
134 views

How to center a succession of icons and captions on the same line (UIWebView)

I am currently using UIWebview for some rich text formatting. I would like to center on the same line a succession of an icon (PNG image) followed by a caption. I am having issue to set up correctly ...
0
votes
1answer
306 views

Page break not working in UIWebView

I am trying to create an app for iPad, like iBook. I have loaded a ePub file in it and all is working fine. I have written a CSS for the webview page. The following is my code to get page break ...
0
votes
1answer
545 views

iOS UIWebview ignoring CSS line-height

I have created some web content using a HTML editor and am loading it into a UIWebView. Everything seems to be working fine apart from one small bit. The CSS is being loaded, but the UIWebView ignores ...

1 2 3