Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-14258

Android 8 - SVG feColorMatrix - Crash

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • cordova-android
    • None

    Description

      I made an app about color blindness : https://github.com/healthonnet/ColorVisionQuiz-App
      I used SVG filters with feColorMatrix rules.

      filter example :

      <filter id="protanomaly"> 
          <feColorMatrix 
             type="matrix" 
             values="0.817 0.183 0 0 0
                     0.333 0.667 0 0 0
                     0 0.125 0.875 0 0
                     0 0 0 1 0"/> 
      </filter>
      

       

      Built with :

      - cordova@7.1.0 
      - cordova-android@6.3.0
      

      Everything works but not an Android 8, it just crashes the app. No error, nothing with adb logcat too.

      • Other filter rule like feGaussianBlur works.
      • feColorMatrix works on chrome

      As Oreo use the chrome Chrome/68.0.3440.85 it may comes from cordova ?

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Adrion Cedric frossard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: