ArabWare
2.71K subscribers
664 photos
25 videos
169 files
267 links
Download Telegram
ArabWare pinned a photo
java library.apk
3.1 MB
Forwarded from DuoEdge studios
This media is not supported in your browser
VIEW IN TELEGRAM
Hello guys
I found this library that lets you move your image freely just like an animation displayer.
https://youtu.be/THy5oJcyyzg
شرح قادم
New tutorial is coming
Soon on my channel
After 8 hours
Go to my channel and click set reminder so you will be notified when it is public
:) I will give something for the first commenter
ArabWare pinned a photo
Congratulations My Broooo
How to run HTML & Java script codes easily in WebView
كيفية تشغيل اكواد HTML و جافا سكربت في ويب فيو

wv.setWebViewClient(new WebViewClient());
wv.getSettings().setLoadWithOverviewMode(true);
wv.getSettings().setUseWideViewPort(true);
wv.getSettings().setJavaScriptEnabled(true);
wv.getSettings().setPluginState(WebSettings.PluginState.ON);
wv.getSettings().setAllowFileAccess(true);
wv.getSettings().setAllowContentAccess(true);
wv.getSettings().setAllowFileAccessFromFileURLs(true);
wv.getSettings().setAllowUniversalAccessFromFileURLs(true);
wv.loadUrl("file:///android_asset/index.html");
🥰3👍1
ArabWare pinned «How to run HTML & Java script codes easily in WebView كيفية تشغيل اكواد HTML و جافا سكربت في ويب فيو wv.setWebViewClient(new WebViewClient()); wv.getSettings().setLoadWithOverviewMode(true); wv.getSettings().setUseWideViewPort(true); wv.getSettings().se…»