Grant

Results 44 comments of Grant

So perhaps the calculation on window screen width / height is inaccurate against orientation.

Hey @anth0 that's precisely what I did, removed those settings. The issue I was encountering was as a result of having those two settings set

Hey while we're all here & talking -- is there any way to force the torch on?

You can use `@input="(e)=>{yourMethod(e)}"` Then you can create the method, ie: yourMethod(e) { if(this.suppliers.includes(e[0].id)){ this.suppliers=_.without(this.suppliers,e[0].id) }else{ this.suppliers.push(e[0].id) } }, (in my example I'm populating an array called 'suppliers' with the...

Also trying to figure this out - because there's no documentation on how to use a custom modal aside from the demo on the Documentation site.

Hi @PH7-Jack - is it possible to make it so that you can type into the field too? I have a client that requires this (tabbing into the field &...

I am having the same problem. I imagine it could be the pusher-js version or something like that that's still trying to communicate with sockjs.pusher.com instead of utilising the `wsHost`...

The issue was rectified for me by adding the `wssPort` attribute to the Echo config: ```javascript window.Echo = new Echo({ broadcaster: 'pusher', key: 'vip-pusher-key', wsHost: window.location.hostname, wsPort: 6001, wssPort: 6001,...

Hi guys, thanks for providing answers in regard to fixing this - however, just adding the admob free plugin adds the UI framework to the build frameworks which then causes...