manhlh
manhlh
I had try with mapStyleUrlDay and mapStyleUrlNight but not work. `getApplicationDocumentsDirectory().then((dir) async { String documentDir = dir.path; String stylesDir = '$documentDir/styles'; var mapStyle = { 'version': 8, 'sources': { 'raster-tiles':...
I use Ionic 3 and Themeable Browser library, I custom button in toolbar Themeable Browser and first time click SitePointSitePressed() not run BUT click second time then run 2 event....
I try get html content with executeScript but NOT working: me.ref.executeScript({ code: "document.getElementsByTagName('html')[0].innerHTML" }, function (html) { alert(html); });