kefahB

Results 57 comments of kefahB

Thanks, I've tried to define the Rootlayout in the modal itself but same result! What should do in order to show the RootLayout at the top of the modal ?

Hi, I've updating this plugin because it not so often maintained and I've updating the new renderer as well ;) you can get it from here : github.com/kefahB/nativescript-google-maps

Hi, Dialog's and Scan return a Promise, did you try this ? Do you need really `async` `await` ? ```ts export function doScan(){ dialogs.alert("going to scan").then(()=> { let bs =...

Hi, Which version of CLI and NS core-module ? Did you try `ns clean` ? this will clean platforms, hooks, node_modules, package-lock.json

Hi, I think there is a little problem with source code .. please copy/past this into your `node_modules/nativescript-google-maps-sdk/map-view.ios.js` this will work, in additions this code contains a correction of the...

@pvcoelho please read the previous comment. thanks

Hi @pvcoelho, When you run `ns clean` that will remove node_modules, and if you run jut after `ns run ios` you will get the code from npm package. Now, run...

Hi @MrSnoozles Thanks to your confirm. This PR contain a fix for the MyLocation button, but I think the problem of NativeClass comme from the plugin build process (from ts-patch)...