Jeremy PELE
Jeremy PELE
Hey guys, I was aving this kind of issue and this is what I've quickly did to overcome that: ``` $(".layout-slider").mouseup(function(e){ var slide_settings = $("#myslider").slider().settings ; var steps = $(this).width()...
I've got the same issue with `tns run ios` command. Any update on this?
@olov Thanks for the feedback. I would go for the 1st option. Besides, it doesn't prevent anyone to fork this repo and support ES6.
Thanks for that PR @nickgros 🎉 Is there anything I can help you with to be able to complete this feature? Would love to this merged sooner than later
@danielgek ping
I had the same issue. Needed to move the `ng-if` condition on the directive element itself to 'fix' it
Hi @SvetoslavTsenov, thanks for the answer, I managed to finally make it run on my app after a while I already tried `nativescript-dev-appium` but found it quite hard to use...
That's great news for `nativescript-dev-appium` actually. I got the feeling that it was not really maintained and there was no documentation at all, so I picked `functional-test-core` but if you...
@SvetoslavTsenov Last question: Is there any command that allows to clean `application-settings` through the tests? Or at least for a fresh install on ios? Thanks
On my case, I want to flush app datas on a device. I test a login scenario and after the first login, the oauth token is stored in device application...