iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Some guide links crash the app #13

Closed marczych closed 12 years ago

marczych commented 12 years ago

When looking a the Xbox Red Ring of Death guide (guideid 3550) the "Reflowing" and "Step 49" links crash the app when clicked.

The root of the problem is the href in the text:

<a href="/Guide/Reflowing-Xbox-360-Motherboard/5845/17#s25864">Reflowing</a>
 the motherboard after completing 
<a href="/Guide/Installing-Xbox-360-Red-Ring-of-Death-Fix-Kit/3550/17#s16982">Step 49</a> 
of this guide

As you can see it is a relative link which works great when you are on ifixit.com but not when you are giving Android a URL to go to without any context.