[QUOTE=GreenDolphin;24795659]Since iPhone was mentioned, would this also be available for [b]iPod Touch[/b]?[/QUOTE]
Yes, they're essentially the same device sans a Cell Radio.
[QUOTE=GreenDolphin;24795659]Since iPhone was mentioned, would this also be available for iTouch?[/QUOTE]
It will work on all iDevices. Probably not natively on iPad, but iPad's screen is big enough.
[QUOTE=SA Spyder;24795854]It will work on all iDevices. Probably not natively on iPad, but iPad's screen is big enough.[/QUOTE]
Probably best to just browse here via the browser on an iPad instead. It has the screen size and resolution for it.
[QUOTE=BrainDeath;24710014]It looks just fine.[/QUOTE]
How well does it work though? on my E63 facepunch LOADS fine, and you can view it fine, but half the time when posting for some reason NOTHING HAPPENS when i click the "Submit reply" button. The cursor just goes to the middle of the button, but no page loads, and too bad if i spent 10 minuites writing a paragraph, like now... (but i'm using a computer)
Also, the text-box for writing posts has a weird bug where the last line is 'cut off' at the bottom of the box. You can write the line, and when you hit enter it will come into view, but it sucks having to spam a whole load of blank lines just to see what the fuck your'e writing...
Fixing crap like that, but only for the iPhones and Android phones. WHAT ABOUT THE E-SERIES? And other web-browsing phones?
Will this be affected negatively by Compwhiizi's forum update?
[QUOTE=lolnubs;24796080]Fixing crap like that, but only for the iPhones and Android phones. WHAT ABOUT THE E-SERIES? And other web-browsing phones?[/QUOTE]
Get a better phone. Smartphones are going to outnumber feature phones by the end of 2011 anyway. On top of that, Android and iPhone are the big names right now in smartphones. Sure, there are Crackberries, but those are generally used for business purposes anyway.
[QUOTE=Take_Opal;24796474]Will this be affected negatively by Compwhiizi's forum update?[/QUOTE]
Right now it only works with compwhizii's update.
Oh cool.
I always liked this pop-up menu with the Hyves app.
You could do the same thing :v:
[img_thumb]http://www.plaatjesupload.nl/bekijk/2010/09/13/1284362286-110.png[/img_thumb]
Do you have to use the default iDevice font? Like the one in the settings ect.
[img]http://www.plaatjesupload.nl/bekijk/2010/09/13/1284378239-740.png[/img]
Tadaa! Just need to make a Retina logo..
EDIT:
Alright done that.
Telefoon is funny. What language is it in?
[QUOTE=teeheeV2;24799017]Telefoon is funny. What language is it in?[/QUOTE]
Dutch. I recognize it, because I speak it :haw:
[QUOTE=Pocoyo;24787839]Yeah, that happens on my iPhone too for some reason, try using your desktop.[/QUOTE]
Just tried it, it works on the desktop
Nothing with sound. It's a pain in the ass to close the app, press play, and then go back into the app. Usually those kind of apps restart after closing them. Try to keep this from happening.
Will youtube work in app as in your don't need to change app?
[QUOTE=darth-veger;24777613]Yes, Its a great iDevice, (Retina and the all the stuff of the iPhone 4!)
[editline]02:10PM[/editline]
Forum display = pull to refresh
Thread = Shake to refresh
(Or optional in the Option menu?)[/QUOTE]
Is there NO WAY to get mobile internet on it other than tethering or using hotspots?
meh, saw a video of tethering
takes around 50% longer
i can deal with that
[QUOTE=jlj1;24802367]Will youtube work in app as in your don't need to change app?[/QUOTE]
Not sure, maybe. Haven't got to that yet.
[QUOTE=geogzm;24802462]Is there NO WAY to get mobile internet on it other than tethering or using hotspots?
meh, saw a video of tethering
takes around 50% longer
i can deal with that[/QUOTE]
On an iPod touch? Yup, that can only access the internet through WiFi.
iPod touch is WiFi only yeah. But when you jailbreak a iTouch you can download all sorts of "offline" apps like YouTube downloader, offline maps and more.
But if you really want internet you need a iPhone, Or if you friends got a iPhone ask him to get a Dongle (Transforms your iPhone into a WiFi hotspot :v:)
[QUOTE=Hexxeh;24802545]Not sure, maybe. Haven't got to that yet.[/QUOTE]
please do it. i even got you some code for it :D
[code]- (void)embedYouTube:(NSString*)url frame:(CGRect)frame {
NSString* embedHTML = @"\
<html><head>\
<style type=\"text/css\">\
body {\
background-color: transparent;\
color: white;\
}\
</style>\
</head><body style=\"margin:0\">\
<embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" \
width=\"%0.0f\" height=\"%0.0f\"></embed>\
</body></html>";
NSString* html = [NSString stringWithFormat:embedHTML, url, frame.size.width, frame.size.height];
if(videoView == nil) {
videoView = [[UIWebView alloc] initWithFrame:frame];
[self.view addSubview:videoView];
}
[videoView loadHTMLString:html baseURL:nil];
} [/code]
[QUOTE=Mega1mpact;24803017]please do it. i even got you some code for it :D
[code]- (void)embedYouTube:(NSString*)url frame:(CGRect)frame {
NSString* embedHTML = @"\
<html><head>\
<style type=\"text/css\">\
body {\
background-color: transparent;\
color: white;\
}\
</style>\
</head><body style=\"margin:0\">\
<embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" \
width=\"%0.0f\" height=\"%0.0f\"></embed>\
</body></html>";
NSString* html = [NSString stringWithFormat:embedHTML, url, frame.size.width, frame.size.height];
if(videoView == nil) {
videoView = [[UIWebView alloc] initWithFrame:frame];
[self.view addSubview:videoView];
}
[videoView loadHTMLString:html baseURL:nil];
} [/code][/QUOTE]
what do you mean, inside the FP app? Or that it switches to the video
[QUOTE=darth-veger;24802718]iPod touch is WiFi only yeah. But when you jailbreak a iTouch you can download all sorts of "offline" apps like YouTube downloader, offline maps and more.
But if you really want internet you need a iPhone, Or if you friends got a iPhone ask him to get a Dongle (Transforms your iPhone into a WiFi hotspot :v:)[/QUOTE]
damnit
tethering should be ok it's just internet based apps and when I'm sat in bed
I don't have a wireless router
[QUOTE=darth-veger;24803087]what do you mean, inside the FP app? Or that it switches to the video[/QUOTE]
inside the fp app
Wouldn't it be pretty easy to make an iPad version as well?
Umm, Hexxeh, probaply not the right place to talk about this, I just finished the SDK download, when installing it it said it couldn't find something from the internet that it needed and couldn't be installed, I was just wondering if you expierenced anything like that? As I've tried googling and it hasn't given me a solution.
[QUOTE=Freestyle;24803653]Umm, Hexxeh, probaply not the right place to talk about this, I just finished the SDK download, when installing it it said it couldn't find something from the internet that it needed and couldn't be installed, I was just wondering if you expierenced anything like that? As I've tried googling and it hasn't given me a solution.[/QUOTE]
Very vague, does not sound familiar.
Id gues either the repository was unavailable or the download was corrupted.
Sorry, you need to Log In to post a reply to this thread.