Class RongWebView

  • All Implemented Interfaces:

    
    public class RongWebView
    
                        

    /~chinese 修复 Android 5.0 &5.1 打开 WebView 闪退问题:

    https://stackoverflow.com/questions/41025200/android-view-inflateexception-error-inflating-class-android-webkit-webview

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RongWebView(Context context)
      RongWebView(Context context, AttributeSet attrs)
      RongWebView(Context context, AttributeSet attrs, int defStyleAttr)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RongWebView

        RongWebView(Context context)
      • RongWebView

        RongWebView(Context context, AttributeSet attrs)
      • RongWebView

        RongWebView(Context context, AttributeSet attrs, int defStyleAttr)
    • Method Detail