android - Proguard: Blank screen after exiting webview or browser -
i enabled proguard using following info tried both popular answers enabling proguard in eclipse android.
when hit button webviewactivity or browser (started intent in application), app shows blank screen, if disable proguard behaviour normal.
note: happens when hit button, webview or content shown properly.
if project uses webview js, uncomment following , specify qualified class name javascript interface class:
-keepclassmembers class fqcn.of.javascript.interface.for.webview { public *; }
from auto generated proguard-project.txt
file.
Comments
Post a Comment