447 comments found.
Hey
I have a problem, I tried following the documentation for updated app to edit the code in the new android studio but it is not working because the updated code is different from that of the documentation.
Help me to fix this
Hi
I am interested in using push notification for this wevview, do you have some reference/guide what will i need to do to implement that?
I am a technical person so I am looking for a technical guide, what is the most interesting thing for me is how will me backend know the device id which should be used when sending push notification – i want to target specific users.
I want to know how can I hide my website top behind app toolbar. I mean I don’t want to show my websit’s top bar in app. So, app toolbar show on the website.
Hi, We don’t understand which top bar website you are referring to, please include screenshots or video captures related to this for clarity. Thanks
Thanks for reply! I mean I want to hide top bar of website(without editing website). So how can I load website behind the app toolbar so it will hide website top bar behind the app toolbar. For example: https://ibb.co/2177XJVK
Hi, Can’t see your sample, ibb is blocked in our country, use another image hosting service. Thanks
???
Hi, It’s a bit tricky because you have to position the webview behind the toolbar and not below the toolbar, try changing all the xml code in the fragment_webview_new.xml file with this code: https://pastebin.com/NHaYtw4n Thanks
What’s up admin, any chance the app could be more compatible with Android TV Box, Chromecast and Fire TV?
Hello AdMob is rejecting WebView-based apps if ads are displayed inside the WebView. The template needs to be updated so that ads appear outside the WebView (in a native layout), as this is now required for AdMob approval. Version v4.1.0 doesn’t seem to include this change yet. Please consider adding it in the next update.
Hi, This statement is incorrect, and we would like to clarify it. From the beginning, there has never been any implementation of AdMob or other ads within the WebView component. It is technically not possible to integrate ads directly inside a WebView. All of our ad placements fully comply with AdMob policies, and there have been no issues reported by other buyers. In fact, several buyers have successfully published their apps without any problems. If you believe there is a specific placement that violates the policy, please kindly point out which one you are referring to so we can review it accordingly. Thanks
.
Hello AdMob is rejecting WebView-based apps if ads are displayed inside the WebView. The template needs to be updated so that ads appear outside the WebView (in a native layout), as this is now required for AdMob approval. Version v4.1.0 doesn’t seem to include this change yet. Please consider adding it in the next update.
Hi, This statement is incorrect, and we would like to clarify it. From the beginning, there has never been any implementation of AdMob or other ads within the WebView component. It is technically not possible to integrate ads directly inside a WebView. All of our ad placements fully comply with AdMob policies, and there have been no issues reported by other buyers. In fact, several buyers have successfully published their apps without any problems. If you believe there is a specific placement that violates the policy, please kindly point out which one you are referring to so we can review it accordingly. Thanks
I remove Rate us from settings and how can I remove rate button from exit? https://ibb.co/1YZSb4b7
I found the solution, thanks.
Hi, Glad to hear that if you’ve found the solution. Thanks
Following is my app’s last 30 days Admob CTR:
Overall: 15.15% Banner: 13.72% Native: 12.45% Interstitial: 19.83% App Open: 31.32%
Is this also happeing with other buyers? Plz contact me: https://codecanyon.net/user/as111
Hi, There are no problems with other buyers of this item, there are no complaints and everything is running well, in your case, it seems that it is not related to the code, because the code we provide is clean code and the ads integration is running properly, maybe the problem occurs due to external factors related to the admob account you are using, therefore, you can analyze your account if a problem occurs because it is beyond our scope. Thanks
Yes, its true that the code you provide is a clean code and the ads integration is also running properly. That’s why I also bought your WordBook code. I think issue is because of something else.
It shows the following error: 404 Not Found The resource requested could not be found on this server.
Could you please fix this issue and provide me with the correct config.json format example?
Thanks
Hi, This is not an issue, that’s just a sample url format, not the actual url, config.json is included in the download package, you should use that. Here the example of actual config.json url. Thanks
The app crashes and closes when you press the settings menu/Privacy Policy it closes automatically.
Hi, We have released an update to fix this issue, please re-download the code. Replacement file from the original project: ActivityWebView.java Thanks
Instead of wortise, could you add TopOn global for mediation in you next update?
Hi, Wortise has been completely removed, so this item supports eight ad networks: AdMob, Ad Manager, Meta Audience Network, Start.io, Applovin Max, Applovin Discovery, Unity Ads, and IronSource. We have no plans to add any others, but they may be available through our customization service for an additional charge. Thanks
Hi Solodroid, I’ve read the documentation for disabling notifications https://prnt.sc/RCI4LcBmwv5q I’ve added this line of code in build.gradle (Module: app) implementation ‘com.github.solodroid-dev:no-push-notification-sdk:1.+’ https://prnt.sc/1uiS_K10D6yr
And I’m getting this error in MainActivity.java.
https://prnt.sc/bIKGrr6Wi8K1How can I fix this?
Thanks!
Hi,
Try to change the implementation to:implementation ‘com.github.solodroid-dev.push:no-notification-sdk:1.+’
Or simply, just remove the error line code:
https://prnt.sc/c4uFFAdYfG3p
Thanks
Works perfectly both ways, thank you very much!
Hi, You’re welcome and good luck. Thanks
If I disable locations in manifes.xml then what should I do with “geolocation”: true or false(in config.jason file)? and in Data safety should I check or uncheck locations(Precise & Approximate)?
<!--location permission-->
<!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
<!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />-->
Hi, If you disable locations in manifest.xml, you should set false in the config.json file, but, for data safety, you still need to check it because locations declaration still used if you monetize your app using ads, but if you also disable your ads by using no-ads-sdk, you can uncheck it. Thanks
Thanks for your reply. ok, I understand. I will check locatiions in Data safety.
One more thing, is disabling locations in manifest.xml making negative effect on ads?
As I know ads network use IP address of device to run personalize and local ads. Is it right?
Hi, We haven’t tried it, so we can’t say for sure, but you can try it, if your app is approved and published, then we think it should be fine. Thanks
How to solve following issue?
Critical message: “Your app is affected by Google Play’s 16 KB page size requirements To ensure that your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes.”
Hi, Download and use the latest update, target SDK 35 (Android 15), and there will be no issues with 16 KB memory page sizes. Thanks
Hi,
Additionally, We have checked, and there is no issues with 16 KB memory page sizes in our default code, project tested using multi-ads-sdk: https://prnt.sc/VkfNNmKKfgvI
multi-ads-sdk is ads sdk that supports a total of 8 ad networks, so other ad sdks will not experience issues due to the use of a minimal or smaller ad networks sdk.
If the issue occurs because you have modified the code or added another library that causes the issue, it is certainly beyond our responsibility.
Thanks
How can I only set portrait orientation?
Good morning, I added a chatbot to my website, but the chatbot doesn’t display in the app. However, there’s no problem in common browsers.
This is the plugin.
https://preview.codecanyon.net/item/openai-chatbot-for-wordpress-helper/full_screen_preview/46699667And my website is sheenimport.com.
But it doesn’t display in my app, but it does on the website. Please provide a solution.
Hi, For this case, you should contact the plugin author and ask why it does not work in Android WebView, or if not, you need to request an update so that the plugin can work in the WebView app. Thanks
The upload functionality for capturing photos and videos directly via the device’s camera is not working. Is there a way to disable the camera and video capture options so that users can only upload files from their device storage? Alternatively, if possible, please help fix this issue so the camera can also be used for capturing photos and videos.
Hi,
The quick solution, open util/Constant.java, scroll to the bottom, change the file picker mode permission value to 2 to change to gallery only mode:public static final int filePickerModePermission = 2;
Related to this issue will be further evaluated to fix in the next version if possible.
Thanks
sorry i bought this by mistake can i get WebDroidX
Hi, Licenses are non-exchangeable, but we provide an option, you can purchase WebDroidX first, then you can request a refund for WebDroid, after you confirm, we will approve the refund for the previous item. Thanks
Hello, I have tried by all possible means to add registration and log in with Google and Facebook, but when I give those options it says that it does not accept the browser and only happens in the app because in the normal Google browser I can register, could I enable it to be able to register or log in to WordPress with Facebook or Google, is it very important now?
Hi, Google Login typically does not support login via WebView on Android for security reasons. Instead, use Custom Tabs (like Chrome Custom Tabs) or external browsers, add the attribute ?target=custom_tabs at the end of your web url if your webview content uses the google sign in option. Thanks
1. Can we disable pull to refresh option? 2. Microphone support?
Hi,
1. Yes, pull to refresh can be disabled.
2. Yes, microphone support, you can test your site url using our demo version
Thanks
One more qus can we skip welcome slider screen?
Hi, Yes, welcome slider screen can be disabled too. Thanks
Just now brought sir. Can you tell me how to disable welcome slider And Pull to refresh ?
Hi,
Thanks for purchasing our item.
Disable pull to refresh (from Config.java) file:
https://prnt.sc/_RU6KBUIvYYo
Disable welcome slider (from config.json) file:
https://prnt.sc/QoWm7lJ_wLrL
Thanks
Cool. Where can I change my site url? I read all the documents never seen that option
Hi, from config.json file for remote configuration. Thanks
I tried I can’t see any url option there. What I understand is if I upload into my website automatically connected to url. But still you default webpage only opening. Could you please help me.
Is it “redirect_url”: ””?
Hi, It’s very clear that website url list written in the config.json file, you just need to change the name, icon url and site url there, modify it according to your needs, redirect url should keep it empty by default, only used if you will disable your app. Also make sure that all of your json structure is valid, you can validate it using jsonlint. Thanks
Hi,
Website configuration (add, edit or delete):
https://prnt.sc/h9_DGkNFQMhw
Validate json structure:
https://jsonlint.com/
Thanks