Martin Mtawali
Martin Mtawali
You import it from the main file e.g in index2.php ```$io=require 'index.php' ``` Then you can use it in as usual
``$io=require 'index.php' ``
What's the error you are getting? On Fri, 21 Feb 2020 21:29 Davy Massoneto, wrote: > $io=require 'index.php' > > Don't work > > — > You are receiving this...
Take the globals out and put them before the socket connection, change the add-user function by removing the use($socket) Like so '$socket->on('add user', function ($auth_key, $ack) { }' On Sun.,...
can it not use one chrome window,other than a new chrome instance on key press!
I am also getting `enable location request first! ` error in {N} 8.1 but I do call the `enablelocationrequest()`, app run fine before upgrading code hasn't changed
@briandilley how about a vanilla js example
I solved it by cloning the demo and including the folder ‘www’ from the demo into my App, then modify the ‘www/index.js’ to my liking(am using leafletjs for my Map,...
hi, you need [nativescript-webview-interface](https://github.com/shripalsoni04/nativescript-webview-interface/blob/master/www/nativescript-webview-interface.js) in your www folder or just clone it and use the www folder in your app or clone my repo [Nativescript-Leaflet-Map](https://github.com/devyaz/NativeScript-Leaflet-Map) as a working example **you...
yes it has, i didn't test hosted file, but i believe it should work On Tue, 2 Mar 2021 04:44 Eric Locop, wrote: > @devyaz , does the HTML file...