Dmitriy

Results 30 comments of Dmitriy

in cordova 9.0.0 target folder changed - please add app/src/main path for target

@ran-j here: ` `

It worked for me after adding: ``` ``` and updating asp core to 2.1

@santhoshpulliman After some updates on server or on mobile app I have again this error: **`WebSockets: Closed. Code: 1000, Reason: , Remote: false`** I will try to reinstall all stuff.

@santhoshpulliman I used it but the problem still exists. I think it can be connected with logic of connection. For example this code I often see after my request to...

@santhoshpulliman it's needed some development in socket library. Please look at this: https://github.com/aspnet/SignalR/issues/2969#issuecomment-422444772 Also I found this: https://github.com/aspnet/SignalR/tree/release/2.2/clients/java/signalr/src/main/java/com/microsoft/aspnet/signalr I have some feelings that it may be connected with something in...

@santhoshpulliman I found my mistake. Sorry for the inconvenience. Mistake in my android app architecture. When I call a method from functions in main activity - it's ok. But if...

Hello. Again me. If someone is interested in how I build architecture, then I answer - abstract base activity from here: https://github.com/Nilhcem/android-websocket-example/tree/master/websockets-example/src/main/java/com/nilhcem/websockets

If someone wants to show big image with notification then you need to add this code at line 185 in LocalNotificationManager.java: ``` if (localNotification.getAttachments() != null) { mBuilder.setStyle( new NotificationCompat.BigPictureStyle()...

@frederikheld yes. Just edit the source code like I did for bigImage.