Alex Tinekov

Results 15 comments of Alex Tinekov

Oh, I understand. It's a bad idea to share a single instance of WebDriver because parse happens parallel with new requests. ``` response.meta['driver'].find_element_by_css_selector('button.btn.btn-primary').click() response = response.replace(body=response.meta['driver'].page_source) ``` It's how I...

@adriano-di-giovanni Hello! Could you provide more information about the issue, please?

@adriano-di-giovanni Thank you for the notification. You can try the following version: cordova plugin add https://github.com/appodeal/appodeal-cordova-plugin.git#cordova-android-7 The changes aren't in the master branch yet.

@wo-github please try the following fork: https://github.com/Tamplier/appodeal-cordova-plugin.git And you still need to call disableLocationPermissionCheck() to disable toast message.

@lahed, please provide us more details about the problem. Is that reproducible for both platforms (Android and iOS)? What version (or what branch) of the plugin do you use (give...

@mifkys, hi! Try to update npm and cordova, after that add --nofetch parameter to plugin add command.

@mifkys try to update your npm, node, cordova and git (most important, as far according to your log, the source of the problem is in "submodule" git command). Also, can...

It's very strange. Can you run `git submodule update --init --recursive` in your project folder and share output?

Not a `submodule ...`, correct call is `git submodule ...`

@lahed can you provide some details?