| Poster | Thread |
gerograph
|  |
iPad Experts? Devs? View local nested html files on ipad Posted on 10-Apr-2013 18:09:52
| | [ #1 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| Hi all,
this time it is not an Amiga related question... any iPad experts here?
Task:
Transfered some html files, linked images and a image subdir into my new iPad. How can I view those html files?
Remember,
- html files should never go online! - html site uses frames, which seems to be a problem for "normal" document viewers
Would it be possible to pack all html, images, style and subdirs into an "installable app" which could then be opend with a sort of safari/html runtime or could be opend in safari directly? Including an appicon on ipads desktop. Any iPad dev up to the task (paid, as this might become commercial).
This should give you an idea, what I am on about :
www.geobiz.de/SMS
Thanx for hints _________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de |
|
| Status: Offline |
|
|
inermis
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 10-Apr-2013 19:52:07
| | [ #2 ] |
|
|
 |
Member  |
Joined: 16-Nov-2008 Posts: 11
From: Germany | | |
|
| @gerograph
I you really want to build an app.. Then.. what you search is Phonegap ( http://phonegap.com )
Features (excerpt):
* Does exactly what you describe: Create a native app, that embeds a web browser that shows html files that are locally installed within the apps home folder. * OpenSource (Now hosted as Apache project, http://cordova.apache.org) * Multi Platform (iOS, Android, Windows Phone etc.) * Create Hybrid Apps (Access device functions with Javascript, see http://docs.phonegap.com/en/2.6.0/index.html) * Build service lets your easily create your app for many platforms ( https://build.phonegap.com ) * ...
If you want your app to look and feel a little more "mobile", then consider an UI Toolkit as JQuery Mobile ( http://jquerymobile.com ). Last edited by inermis on 10-Apr-2013 at 07:56 PM. Last edited by inermis on 10-Apr-2013 at 07:55 PM. Last edited by inermis on 10-Apr-2013 at 07:55 PM. Last edited by inermis on 10-Apr-2013 at 07:54 PM. Last edited by inermis on 10-Apr-2013 at 07:53 PM.
|
|
| Status: Offline |
|
|
gerograph
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 11-Apr-2013 6:14:25
| | [ #3 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| @inermis
Sounds, good. However, I haven't got MacOS, which seems to be compulsary.
How about somebody else does it for me? Do I have to submit the whole app the Apple App Store? Or can I just transfer it locally to my iPad / customers iPad ? _________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de |
|
| Status: Offline |
|
|
olegil
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 11-Apr-2013 6:41:10
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 22-Aug-2003 Posts: 5900
From: Work | | |
|
| @gerograph
While phonegap itself requires OS X to compile apps for iOS, "phonegap build" is an online service for compiling html/css/images/javascript as standard w3c packages into apps for multiple targets, and therefore you only need to make your stuff a standard package before uploading. Should be very little work and require only a text editor and a browser  Last edited by olegil on 11-Apr-2013 at 06:50 AM. Last edited by olegil on 11-Apr-2013 at 06:45 AM.
_________________ This weeks pet peeve: Using "voltage" instead of "potential", which leads to inventing new words like "amperage" instead of "current" (I, measured in A) or possible "charge" (amperehours, Ah or Coulomb, C). Sometimes I don't even know what people mean. |
|
| Status: Offline |
|
|
gerograph
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 11-Apr-2013 11:40:01
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| @olegil
thanks, however looks like I can still not fulfill my needs.... I logged in, created an app an could download it for several OSes, but not for iOS, though. I have to enter a certificate (p12) file and a provisioning profile. Guess this needs registering as a developer at Apple? This ones again needs an proper apple iMac?
Any idea?
Edit:
PLUS: I created about 10 websites/apps containing confidential Data. One website/app is targeted at one iPad inside the company. Another website/app is targeted at the other iPad. Therefor it should not appear on Apples Appstore and should be uploadable to one unique iPad.
Alternatively I iPad Webbrowser capable of file:// protocol (Open local...) would be suitable. Last edited by gerograph on 11-Apr-2013 at 12:39 PM.
_________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de |
|
| Status: Offline |
|
|
Anonymous
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 11-Apr-2013 17:18:37
| | [ # ] |
|
| @gerograph
Yes, unfortunately without ADC membership you can't even test your apps on real devices. With a $99/year membership, you can test your apps but even then if you're not putting them on the App Store the provisioning profiles will periodically expire and you'll have to reinstall the app. If you want to deploy in-house apps, you'll probably need the $299/year enterprise membership:
https://developer.apple.com/programs/ios/enterprise/
One easy option you could look at is a kiosk app like Kiosk Pro, which will let you use HTML files stored locally. You'll have to set it up on each device, but it sounds like you don't have too many devices to contend with and it should be a lot easier than putting an app together.
Finally, you could look at jailbreaking but you still need a Mac to build the app and jailbreaking is only good if you own the device yourself and you're happy doing it. I'd have a look at the kiosk option...
Chris
|
|
| |
|
|
gerograph
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 11-Apr-2013 21:57:39
| | [ #7 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| @clebin
Thanks, for infos...
Quote:
| One easy option you could look at is a kiosk app like Kiosk Pro, which will let you use HTML files stored locally. You'll have to set it up on each device, but it sounds like you don't have too many devices to contend with and it should be a lot easier than putting an app together. |
Yes, this would be perfect. However, I already tried a few apps which should be capable of showing html files locally/offline: e.g. Terraweb Browser, Documents by Readdle,... none of them were able to show my files properly. I couldn't see the left frame of my html page. But I have the solution: retreiving the site from the net works fine, as it seems it doesn't matter wether something links to "Nav.html" even if there is only a "lower case" file called "nav.html". When browsing local, it seems all tested apps do care about upper or lower case. After fixing that, it worked.
Nevertheless, Kiosk Pro looks like a nice idea, I already installed, and I will test with local files tomorrow, maybe it isnt't case sensitive...
regards and thanx for infos
Gero_________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de |
|
| Status: Offline |
|
|
Gilloo
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 12-Apr-2013 8:40:33
| | [ #8 ] |
|
|
 |
Member  |
Joined: 10-Nov-2006 Posts: 44
From: Grenoble - France | | |
|
| |
| Status: Offline |
|
|
gerograph
|  |
Re: iPad Experts? Devs? View local nested html files on ipad Posted on 12-Apr-2013 12:34:46
| | [ #9 ] |
|
|
 |
Cult Member  |
Joined: 5-Dec-2007 Posts: 901
From: Moers - Germany | | |
|
| @Gilloo
Thanx, might be an alternative to what I have now, it seems there are two options I have. Your solution is similiar to solutions I tried before:
Option 1: Use a file/folder navigator (filemanager) with inbuild html viewers. Tried a lot of them, and they do work if you make sure that links and filenames are lowercase. That this was the problem btw. took me until yesterday to find out (seems like if site is browsed online, lower-/uppercase doesn't matter) Tried
Readdle Documents Filer Files
Some of them have an unuseful webinterface for uploading folders. Some only work if your files are all situated in "root" dir.
Option 2: Use a webbrowser capable of showing files offline. Transfer files via DiskAid (http://www.digidna.net/diskaid), if you have subdirs. If all files are situated in one rootdir you can also use iTune to transfer. Both solutions I tried show up as an app with "fileuploadsection" in iTunes:
Kiosk Pro Terra Browser _________________ Geomarketing at www.geobiz.de www.gebietsplanung.net www.geomarketing-consultant.de |
|
| Status: Offline |
|
|