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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -