Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all


please see this project

Java
WebView wv=(WebView) findViewById(R.id.webview);
wv.getSettings().setJavaScriptEnabled(true);
wv.getSettings().setPluginsEnabled(true);
wv.getSettings().setJavaScriptEnabled(true);
wv.getSettings().getAllowFileAccess();
wv.loadUrl("file:///android_asset/a.swf");



this code dont work on all android phone

I tested : Android 2 3 4 (its work in android 2.* 3.* 4.*)

But it is not for the Android version(its work in android 4.2(lg phone) but its dont work in android 4.2(huawei phone) )


** Must be the flash player installed on your phone **

I'll ask for help from dear friends.

tnx all
Posted
Updated 8-Jan-15 5:09am
v4
Comments
Richard MacCutchan 8-Jan-15 7:05am    
What does not work?
aanndd2212 8-Jan-15 9:44am    
i dont know,
This app
dont work on lG G3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900