webview
webview without scroll bars in android app
i am trying to load some web pages in web view of my android app. By default when the page gets loaded i want the web page to be within the device screen size, without any scroll bars making to move e[详细]
2023-04-08 05:04 分类:问答Perform webview action from another listview activity
I have a webview as the main activity and I want refresh the webview from the \"Preference\" (listview) that is from another activity. Is it possible to do that? I don\'t want to have the \"refresh\"[详细]
2023-04-08 04:38 分类:问答Apps is using high CPU usage than others normal webview
EDIT : Problem solved , \"memory leak\" was causes by one of the javascript below that keep on开发者_StackOverflow社区 running in the HTML background that the rendering is using high CPU usage:[详细]
2023-04-07 18:36 分类:问答Using JavaScript in Android - will it slowdown activity?
H开发者_运维百科ello I what to make a small app for Android 2.2 that will display a chart with data that I\'ll get from an API. I didn\'t find a free library for Android that can draw the chart like I[详细]
2023-04-07 13:04 分类:问答how to get event of on completion of youtube video in android webview
I was able to play youtube video on WebView. I want to finish/close/destroy the WebView automatically when youtube video is completed.[详细]
2023-04-06 23:09 分类:问答Android WebView save Picture
I have an application which loads pictures from the Web with WebView and a link. // (in fact an Ajax app with PHP and JavaSCript xmlHttpREquest in a webpage on the Web)[详细]
2023-04-06 22:08 分类:问答How to append additional text with existing html content in android?
I am Developing an application.In which i am appending a text to existing text which is stored in .html file, the location for the .html file is in my application\'s \"assets\" folder. I know how to l[详细]
2023-04-06 17:40 分类:问答problem with webview in android
I have a webview in my app. I can see the title of the website on the title bar (I have custom title bar). However, i dont see anything in the view - the website is not viewable :(.. any suggestions ?[详细]
2023-04-06 17:12 分类:问答WebView next/previous page transitions
I\'m generating a book app, of sorts, that displays pages in a WebView. I have Next/Previous ImageButtons and a GestureOverlay to detect left/right swipes.[详细]
2023-04-06 15:35 分类:问答Android xsl transformation null pointer, but working on desktop
I was working on xslt on android. The users.xml file: <?xml version=\"1.0\" encoding=\"utf-8\"?> <users>[详细]
2023-04-06 08:35 分类:问答