Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Discussion > Android Lounge

Android Lounge A place for general Android discussion and questions.



Reply
 
LinkBack Thread Tools
Old September 2nd, 2010, 11:57 AM   #1 (permalink)
 
Join Date: Apr 2010
Posts: 5,873
 
Device(s):
Thanks: 0
Thanked 626 Times in 534 Posts
Default Cant scroll frame in browser

I'm starting to use a web interface (java from what I can tell) to stream my tv to my phone. Everything works great, except the channel list is it's own frame, and I cant scroll it. I can only see the first 15 out of 100 channels. I've searched google and cant find any information about this. I've also tried Skyfire and Dolphin, but with no luck. Does anyone know a workaround to scroll within a frame? The iphone and ipad can scroll within a frame by using two fingers in stead of one. There must be a workaround for android.

sitlet is offline  
Reply With Quote
Sponsors
Old September 14th, 2010, 10:31 AM   #2 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm having the exact same problem with my son's school website. I'm on an Evo with 2.2 and neither the stock browser or dolphin can scroll the page with frames.
slseed1969 is offline  
Reply With Quote
Old September 14th, 2010, 11:09 AM   #3 (permalink)
 
Join Date: Apr 2010
Posts: 5,873
 
Device(s):
Thanks: 0
Thanked 626 Times in 534 Posts
Default

Yea I dont know why are "smart" phones cant scroll a frame. What I had to do was save the site to my computer, and rework the HTML to expand the frame, then hose the redesigned site on my server so my Evo can view it. But this probably wont work for you because I know the contentt of my site will never change.
sitlet is offline  
Reply With Quote
Old November 26th, 2010, 01:24 AM   #4 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 5
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am having the sameproblem on the website where my homework is posted.
oldarney is offline  
Reply With Quote
Old January 7th, 2011, 06:46 PM   #5 (permalink)
Member
 
Join Date: Apr 2010
Posts: 388
 
Device(s):
Thanks: 31
Thanked 39 Times in 30 Posts
Default

I think this deserves a bump.....a huge bump.

I experience problems like this in my web browsing on Android phones all the time.
Stupifier is offline  
Reply With Quote
Old January 7th, 2011, 07:18 PM   #6 (permalink)
Senior Member
 
Eazail70x7's Avatar
 
Join Date: Mar 2010
Location: Baltimore, Maryland
Posts: 1,617
 
Device(s): Samsung Moment and Samsung Epic 4G (a Galaxy S phone)
Thanks: 178
Thanked 110 Times in 74 Posts
Default

Yeah! This needs to be addressed
__________________
“[Android 2.2] is being open-sourced today. Everyone can start hacking on it right now, and start making it even better.” - Google
Eazail70x7 is offline  
Reply With Quote
Old January 7th, 2011, 07:23 PM   #7 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 5
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Stupifier View Post
I think this deserves a bump.....a huge bump.

I experience problems like this in my web browsing on Android phones all the time.
I fixed my problem by making a bookmarklet that took the content out of the frame by basically redriecting me to the site inside the frame dinamically.

The source can be found inside the mastering astronomy script by the user "oldarney" I would post it but the site userscripts.org is down right now.
oldarney is offline  
Reply With Quote
Old January 9th, 2011, 10:36 PM   #8 (permalink)
Member
 
Join Date: Apr 2010
Posts: 388
 
Device(s):
Thanks: 31
Thanked 39 Times in 30 Posts
Default

Sounds great....but I need a little more instruction. I know how to use/install userscripts on Firefox on my PC....but I have no idea how to implement this on my Phone (Droid Incredible).

Can you give me a little more help? For example, I've never worked with Bookmarklets before.
Stupifier is offline  
Reply With Quote
Old January 10th, 2011, 06:50 PM   #9 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 5
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Code:
javascript:if(window.location.href.search(/frame=banner&*/)!=-1){window.location=window.location.href.replace(/frame=banner&*/,"")}else{pickies=document.getElementById('partpane').style;void(pickies.display='inline');void(pickies.height='auto');void(pickies.color='green');void(document.getElementsByTagName('body')[0].style.overflow="visible")};
thats the code I used to break a specific site out of a frame. basically it checks to see if the sit rendered is a frame, if it is redirect to the site without the frame attribute enabled. It also makes the text green to let me know that the site has been jailbroken.

now: Id be interested in making a script that seaches for iframes and gives me the site within, if multiple iframes are found, ask the user which one he'd like to go to.

If you plan to use this on a mastering astronomy assignment, just copy the code as a url on a bookmark... you'd have to make a bookmark of a normal site, then edit the bookmark so you can paste this code on the url field... don't ask why, its a bug. speaking of which, I have one on my monitor.
oldarney is offline  
Last edited by oldarney; January 10th, 2011 at 06:54 PM.
Reply With Quote
Old February 11th, 2012, 01:25 AM   #10 (permalink)
New Member
 
Join Date: Feb 2012
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by sitlet View Post
I'm starting to use a web interface (java from what I can tell) to stream my tv to my phone. Everything works great, except the channel list is it's own frame, and I cant scroll it. I can only see the first 15 out of 100 channels. I've searched google and cant find any information about this. I've also tried Skyfire and Dolphin, but with no luck. Does anyone know a workaround to scroll within a frame? The iphone and ipad can scroll within a frame by using two fingers in stead of one. There must be a workaround for android.
It's now Feb 2012, and this issue still isn't solved. One cannot scroll frames, which means that probably a majority of web pages can't be visisted with many web browsers for Android. I have tried three that malfunction. However, I found one that works, namely Opera Mini for Android.
/Mats
MatsW is offline  
Reply With Quote
Sponsors
Reply

Bookmarks


Go Back   Android Forums > Android Discussion > Android Lounge User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
No scroll bar at DIV in Android browser founder Android Applications 4 September 7th, 2011 10:20 PM
Can't scroll down page on browser justsaytim Droid X - Support and Troubleshooting 2 October 29th, 2010 02:09 AM
Flash slowing down browser scroll dixonba Incredible - Support and Troubleshooting 4 September 2nd, 2010 03:14 AM
fixed browser scroll lag gotwillk Motorola Droid 2 January 6th, 2010 08:16 AM
Quick scroll to top in the browser mcsmithnyc HTC Hero (Sprint) 2 November 19th, 2009 02:05 PM



All times are GMT -5. The time now is 09:46 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo