Android progressbar on webview appearing twice
问题 I'm trying to create a simple app for android with progress bar . Everything works fine. But, here two issues 1) When the application is launched i can see progress loading twice. 2) How can i disable the progress bar after the initial page is finished loading. I dont want to show the progressbar on each click.. Here is my code package com.mycom.jquery; import android.app.Activity; import android.app.ProgressDialog; import android.os.Bundle; import android.view.Window; import android.webkit