if you have 2 DIV & want it different height in percentage
PHP, MySQL, Joomla, Wordpress and other CMSes as well as CSS, jScript, jQuery related tested & trusted references links will be posted here for every PHP enthusiasts references. Enjoy
Search This Blog
Thursday, June 6, 2019
Sunday, June 2, 2019
Android' webview doesn't show google maps
In MainActivity.java under
webView=findViewById(R.id.webviewid);
Add :
webView.getSettings().setJavaScriptEnabled(true);
webView=findViewById(R.id.webviewid);
Add :
webView.getSettings().setJavaScriptEnabled(true);
Subscribe to:
Posts (Atom)