Kakha

Results 8 comments of Kakha

So I have static site uploaded to my HostGator server and it was giving me 404 error page for firebase pages. I added this code to _.htaccess_ ``` RewriteEngine On...

> I'm using google maps in a dark themed app and when the map is loading it shows (or flashes, since it loads quickly) a white background which clearly doesn't...

Define : this as that ``` scan(front) { let that = this; new BarcodeScanner().scan({ .... ``` Then ``` .... }).then(function(result) { that.$navigateTo(somePage, { clearHistory: false, }); ... ```

hey i think i found solution my gist [How to get nativescript-plugin-firebase admob SMART_BANNER height](https://gist.github.com/kakha13/756afee1b1a594af226acb6f5f97df36)

> @kakha13 Thank you so much! You saved me hahaha. Can confirm that it works perfectly on android! Yea it works but i found better solution with Placeholder [Monetize your...

> It's working on my projects. I'm not able to fix it unless someone provides a demo project that reproduces the problem. Otherwise I consider that it works and something...

I compared the current version with 6.2.19 and found this difference. inside `index.ios.js `function: `setOnMapClickListener` ```js if (recognizer instanceof UITapGestureRecognizer) { recognizer.addTargetAction(theMap['mapTapHandler'], 'tap'); break; } ``` Change: ```js if (recognizer...