Sha256: fea1175ae64530f501413ed33432984d721b75ffffa59a1b6c65ca1843140837

Contents?: true

Size: 870 Bytes

Versions: 17

Compression:

Stored size: 870 Bytes

Contents

package com.rhomobile.rhodes.webview;

import android.webkit.WebSettings;
import android.webkit.WebView;

import com.rhomobile.rhodes.Capabilities;
import com.rhomobile.rhodes.extmanager.IRhoConfig;
import com.rhomobile.rhodes.util.PerformOnUiThread;

public class WebSettingsProviderKitKat extends
        WebSettingsProviderJellyBean implements IWebSettingsProvider {

    @Override
    public void fillSettings(WebSettings settings, IRhoConfig config) {
        super.fillSettings(settings, config);
       PerformOnUiThread.exec(new Runnable(){

				@Override
				public void run() {
					                if (Capabilities.DEBUG_ENABLED) {
				                                                                WebView.setWebContentsDebuggingEnabled(true);
				                                                        }
					
				                  }
				
			});
    }

}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-7.5.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-7.4.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-7.1.17 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-6.2.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-6.0.11 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.18 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.17 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.15 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.0.22 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.0.7 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
rhodes-5.5.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
tauplatform-1.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
tauplatform-1.0.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java
tauplatform-1.0.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderKitKat.java