Hello,
I am making a Corona app that loads web pages into a webpopup window. I noticed that on most devices the code works flawlessly. However, I noticed that when testing on the Motorola Xoom, the webpopup windows do not link to the correct pages and instead crash when clicked on. The Xoom is upgraded to 3.1.
Basically I have a page with a lot of text on it called “day1.html”. I link to another page called “verse1.html” from it. These links work. However, the link back to day1 has an anchor tag on it that DOES NOT work when clicked on, only on the Motorola Xoom device. that link points back to “day1.html#linkone”.
Below is the code for the link structure in each page.
day1.html
[1](verse1.html)
verse1.html
[[GO BACK]](day1.html#linkone)
The link from day1.html to verse1.html works on all devices. The link from verse1.html to day1.html works on most devices including my PC, my HTC EVO, and my droid x, but NOT ON THE MOTOROLA XOOM.
I have tried changing the link to point directly to the resources folder --> file:///android_asset/day1.html#linkone but that didn’t help either. I have tried using both “name” and “id” separately and together but that did not make a difference.
I really need anchor text for my app! What can I do to work around this? If the Xoom cannot point to anchor text I would at least like it to link to the top of the desired page, but I still want it to anchor with other devices.
Help! [import]uid: 51895 topic_id: 21496 reply_id: 321496[/import]