Chathura Lakmal
Chathura Lakmal
Can you paste your image popup section code here?
Try like this. ``` private void openImageDialog(final ImageView imageView, final String pneu) { final ImagePopup imagePopup = new ImagePopup(mContext); imagePopup.initiatePopup(imageView.getDrawable()); imagePopup.setImageOnClickClose(true); imageView.setOnClickListener(new View.OnClickListener() { @override public void onClick(View view) {...
image close button should be there. it should appear in the right top. if you can attach screenshot.
@africantearoa yes the code is not support for touchListener yet. and in default popup doesnt go full screen. you can see it in the popup window section how it has...
Did you add the maven { url "https://jitpack.io" } ?
are you sure when you click on cleaned_img, it has already loaded image from Glide?
You can Implement AntiFrida Detection for Android. https://github.com/darvincisec/DetectFrida
@RogerBrusamarello Just follow the sample in GitHub. it's an Android Project. you can do the same for your project. Ex: in Gradle you have to add this code. ` externalNativeBuild...
Can do with this . it's in the documentation. ``` let offset = EKAttributes.PositionConstraints.KeyboardRelation.Offset(bottom: 10, screenEdgeResistance: 20) let keyboardRelation = EKAttributes.PositionConstraints.KeyboardRelation.bind(offset: offset) attributes.positionConstraints.keyboardRelation = keyboardRelation ```
Make sure your GitHub account is connected from Account Preferences. and give it a try.