Bug Report T181360
Visible to All Users

HTML links are not working on Android after upgrade to 14.1.8

created 10 years ago

The following code does not work anymore:

HTML
<a href="tel:+13174562564">Click me</a>

Answers approved by DevExpress Support

created 10 years ago

We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

    Comments (2)

      The hot fix works and the app is now published which is great news. I have since upgraded though to Devexpress 14.2.3 and my app is no longer working as the database db.js file keeps getting the below error.
      Unhandled exception at line 168, column 5 in http://localhost:59120/data/db.js
      0x800a1391 - JavaScript runtime error: 'DevExpress' is undefined
      The db.js file looks like this:
      fsplaw.db = {

      menu: new DevExpress.data.ArrayStore(menu),
             articles: new DevExpress.data.ArrayStore(articles),
             gallery: new DevExpress.data.ArrayStore(gallery),
             contacts: new DevExpress.data.ArrayStore(contacts),
             services: new DevExpress.data.ArrayStore(services)
         };
      Any help would be much appreciated.
      Regards
      Paul

      Alex Skorkin (DevExpress) 10 years ago

        Hello Paul,
        To process your recent post more efficiently, I created a separate ticket on your behalf: T184595: My app is no longer working as the database db.js file keeps getting the below error. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.