WSDOT / wsdot-ios-app

Source code for the WSDOT iOS application
GNU General Public License v3.0
10 stars 4 forks source link

Hyperlinks in Ferry alerts are not clickable #233

Closed waynedyck closed 2 years ago

waynedyck commented 2 years ago

For an example see the Anacortes / San Juan Islands route and the Most Routes to Operate on Alternate Service Monday, Jan 3 alert.

In the RouteAlert section of the WSFRouteSchedules.js file, the HTML markup for the links is present, however, it is not showing in the apps.

{
AlertFullTitle: "Most Routes to Operate on Alternate Service Monday, Jan 3",
AlertFullText: "<p>Almost all routes will be operating on their alternate service schedules on Monday, Jan 3.  Supplemental service will be unavailable throughout the day due to a shortage of crew. The exception is the San Juan Islands route which will be on its regular weekday schedule with <strong>#3 Samish and #4 Tillikum (inter-island) sailings cancelled </strong>to begin the service day. Service may be restored to these vessels. </p>
<p>All other routes will be on their alternate service schedules. Customers are encouraged to plan and give themselves extra travel time to reach their destination. Route-by-route schedule information can be found by clicking on the links below:</p>
<p><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?schedrouteid=1949&amp;route=ana-sj">Anacortes/San Juan Islands</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=ed-king">Edmonds/Kingston</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=f-v-s">Fauntleroy/Vashon/Southworth</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=muk-cl">Mukilteo/Clinton</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=pt-key">Port Townsend/Coupeville</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?schedrouteid=2084&amp;route=sea-bi">Seattle/Bainbridge</a> <br><a href="https://wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=sea-br">Seattle/Bremerton</a> </p>
<p>Customers can also find a list of sailing times for a route on a specific day using the <a href="https://wsdot.com/ferries/schedule/schedulebydate.aspx">online Schedule By Date tool</a>. Thank you for your patience and understanding while we work to navigate this challenging time. <strong>Customers are encouraged to regularly check the WSF website for possible ongoing changes to service.</strong></p>",
BulletinID: 64280,
PublishDate: "2022-01-02 11:17 PM",
AlertDescription: "Most Routes to Operate on Alternate Service Monday, Jan 3. See bulletin for details: https://wsdot.com/ferries/schedule/bulletin.aspx"
}