Kamil ÇAKIR
Kamil ÇAKIR
@baldoius These javascript codes are not working now. Is there new working js now?
> @Kml55 > You need to load the objects first. > > ```js > window.Store = webpackJsonp([], null, ["bhggeigghg"]).default; > window.Store.Wap = webpackJsonp([], null, ["bihdhbjih"]).default; > ``` Thank you. it...
@baldoius I realized that mobile and web do not behave same. Have you ever faced a problem like that? A communication started from mobile solves the problem.
@baldoius I have already saved the contact but it needs mobile touch for new contacts. I will look at appium :)
> Resubscribing at a fixed interval works for contacts with whom I had already chatted before. > > If the whatsapp contact has **never been chatted before**, I must open...
> @Kml55 is your android application open-source Hi, It is a simple code. Critical part is below. You can iterate your contacts. ``` String URL = "https://api.whatsapp.com/send?phone="+phoneNumber; Intent intentWhatsapp =...
I downloaded source code and debugged it.I added this class to the models. ``` package fi.foyt.foursquare.api.entities; import fi.foyt.foursquare.api.FoursquareEntity; public class Icon implements FoursquareEntity{ /** * */ private static final long...