LostPatrol
Member
Posted 1 year ago #
Hi There, I have been experimenting with iphone apps accessing databases and wanted to build a mini app of my WordPress website. From WPs point of view Is it possible to access a specific part of a page?
Say for instance, the theme I use has an "about us" bit at the bottom, is it possible to find the relative path to that so my app can access that rather than the whole page? Does anyone know of good tutorials that cover this?
Thanks In Advance
I think the Codex article on Page Jumps might help.
That alone may not do the trick, empty anchors or in-page-bookmarks may not work on all mobile platforms.
If I'm not mistaken you need to use Javascript to get the proper functionality you're looking for.
I don't have any tutorials off hand but Google has various references you can look at.
LostPatrol
Member
Posted 1 year ago #
OK great thanks I'll have a look round!
I just tested that style of jumps on my Droid, and they work.