oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

After launching media files (e.g. mp4) in QT back button link is incorrect. #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1. After navigating to the mp4 link, the media file launches and plays in
Quicktime.
2. After clicking the "Done" button the web page goes back to the correct
page but the back button shows the link to the home page, not the previous
page.

Is this because the history is disrupted by Quicktime launching? Is there a
way to check if 

Tested on iPhone 3.1 and iUI 0.31

Original issue reported on code.google.com by jamesav...@gmail.com on 5 Feb 2010 at 1:28

GoogleCodeExporter commented 9 years ago
The back button is not a history button.  In iUI 0.40 this is made more 
consistent.  The back button allows user 
to return to the previous level of the hierarchy.

It would be helpful if you could attach or link to a simple demonstration of 
this issue.  I would also recommend 
asking this question on iPhoneWebDev. 

Original comment by msgilli...@gmail.com on 5 Feb 2010 at 9:08

GoogleCodeExporter commented 9 years ago
Here's a demo:

http://silverpeakit.com/iphone/iui4/samples/f3/

Navigate to one of the videos and it plays. If you are in iPhone safari you 
click the
done button. The page is returned to the correct view but the backbutton shows 
a link
to the home page not the previous page. This can also be shown in other 
browsers by
clicking the back button during the video.

Original comment by jamesav...@gmail.com on 8 Feb 2010 at 9:36

GoogleCodeExporter commented 9 years ago
I understand the problem, now.  If you load a page with an anchor tag that 
points to an iUI view, iUI will 
transition directly to that view.  Given the structure of the markup in an iUI 
page there is no direct way to 
determine which page is the parent of the bookmark/anchor.  iUI will have to be 
further enhanced in order to do 
this, either by using additional metadata to provide a map of the hierarchy or 
(with a possible performance 
penalty) building one by scanning the page when it loads.

Original comment by msgilli...@gmail.com on 10 Feb 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Issue #107 was a request to have bookmark anchors work (at all) in iUI.  
Comment #1 discusses some of the 
limitations   that would apply with a simple fix.  The fix that was made is 
subject to those limitations.  This issue 
should either be given a new summary or merged with another issue that request 
support for hierarchical 
bookmarks and/or bookmarks to ajax pages...

Original comment by msgilli...@gmail.com on 10 Feb 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Issue #155 is going to be the open issue for adding support for named anchors 
within an iUI page/view/fragment.

Original comment by msgilli...@gmail.com on 9 Jan 2012 at 6:58