Sha256: 56bcfd29cf474063e38aba83b81c9ad14d7bc18a94ad6a01ad16dd6678077390
Contents?: true
Size: 310 Bytes
Versions: 13
Compression:
Stored size: 310 Bytes
Contents
package com.rhomobile.rhodes.nativeview; import android.view.View; import android.webkit.WebView; import com.rhomobile.rhodes.RhodesService; class RhoNativeViewManager { public static WebView getWebViewObject(int tab_index) { return RhodesService.getInstance().getMainView().getWebView(tab_index); } }
Version data entries
13 entries across 13 versions & 1 rubygems