Webarchive is the format used by the Safari browser to package the HTML, CSS, JavaScript and image resources of a web page when saved as a complete offline archive.
Questions tagged [webarchive]
71 questions
0
votes
1 answer
Android WebView WebArchive freeze after loading
I'm currently developping an android app for a tablet and I want to cover the use case : "if there is no internet connection, I want the app to run as normal".
I used a webview to load a survey in the app so once installed inside our stores, I won't…

user3507410
- 66
- 3
0
votes
1 answer
How do you save to WebArchive webView editable content?
I am trying to create a WebArchive from a WebView. I have it working, but I have found a problem when I try and work with edited content. This is what I am currently doing:
[webView setEditable:YES];
WebDataSource *dataSource = [[webView…

David
- 1,674
- 1
- 21
- 35
0
votes
1 answer
How to knit into HTML files from RStudio on a Mac?
I teach a data science class where I have the students type notes and homework in R markdown. From there, RStudio usually knits documents into an HTML file. I prefer to have the students turn in those easy-to-read HTML files for grading. However,…

freexstate
- 47
- 2
- 9
0
votes
1 answer
How to read a subset of records from a warc file
I'm trying to parse .warc files from Common Crawl in Python.
Since the files are huge, I want to start with a sample/subset of the first few records.
How do I truncate the file the file to only include the first X lines while preserving the…

okoboko
- 4,332
- 8
- 40
- 67
0
votes
1 answer
How can I package html data (html text, images, etc) in PHP so a client can access it (iOS, Android)
I'm building an API in PHP which accesses a mysql database, which stores a series of articles, containing the html-formatted text and images. I am able to echo the html to the device using an http request, and although the images display (linked by…

TDash
- 45
- 5
0
votes
1 answer
reading local webarchive files -occasionally- returns null WebResourceData
Aloha,
I've come across a problem in iOS 6.1.3 reading webarchive files where -occasionally- the WebResourceData returns a null.
These are known good files (created in TextEdit) stored inside the bundle, and usually read fine. It's just that…

dale
- 3
- 1
0
votes
1 answer
Can the blog creation time on wordpress.com be determined?
Is it possible to write a blog in wordpress.com today and give it a date of another time in the past?
Another question is how do I find when a blog in http://wordpress.com/ was created? By saying blog I meant a user's blog with a URL like…

Tahlil
- 2,680
- 6
- 43
- 84
0
votes
1 answer
How can I get a webview archive file to InputStream in android?
I asked a similar question before about the loading archive file to WebView.
According to the tutorial, I have to load the archive file to InputStream so that I can use the method loadToWebView in WebArchiveReader.java.
However, in the tutorial, the…

Dragon warrior
- 1,644
- 2
- 24
- 37
0
votes
1 answer
How can i turn a local website (directory on my PC) stored in a filder into a .webarchive file?
I have a full website html, css, images, javascripts and video on my local hardrive all contained in a folder.
the website works great on my PC but i need to transfer it to an iPad, i was thinking that this should be easy ... well its not since i…

Eyal Alsheich
- 452
- 4
- 12
-1
votes
1 answer
Using dynamic web project classes into a plain java project
I have a web project and I am writing a support Java project (will generate runnable jar out of it) which will do some post processing for my web project.
I need to access some classes and functions from web project (which I don't want to re-write…

Anwar Shaikh
- 1,591
- 3
- 22
- 43
-3
votes
1 answer
Is there a way to recover an entire website from the wayback machine?
My website files got corrupted and lost all the backup files somehow. Can any one please suggest the process to download entire site.
Its a simple html site. Once after downloading how can I host it ?
Please help

Divya
- 1
- 3