Administrator
Last active [hidden]
Hi @ivellios , Thank you for reporting the issue, can you please attach a sample APK so that we may try to replicate the issue and try to debug the same.
@amphai how to use JavaScript APIs get device ID , I mean mac address, IMEI or etc.
Hi @amphai , We will be introducing much more functions to retrieve device and user info like IMEI, Mac Address, Etc. with next upcoming release.
For the reason that Google Play Updated it's policies regarding privacy policy and accessibility of user data within an android app, we suspended such functions to release with v2.3.
Hi, @SuBc The files are contained within the application itself and you won't be able to change it.
Hi @fadattf , Thank you for your valuable suggestion, we will surely implement this feature soon with a minor release. Push notifications have been delayed due to policy updates by google play. We have implemented the most of things in a proper manner, we will be launching the Push Notifications very soon.
@anbroid How to use JavaScript APIs to Exit App..
Nice Question, I have posted the available functions on the following link:
https://websitetoapk.com/forums/10-javascript-apis
More functions will be available with next release.
Here are JavaScript Functions which enables you to use the core functionalities of the app within your HTML code to make it look more like a native app and perform better.
I have created some samples, you can directly try these and use them accordingly.
<button onclick="Website2APK.shareIntent();">Try shareIntent</button> <br><br>
<button onclick="Website2APK.showToast('Test Toast');">Try showToast</button> <br><br>
<button onclick="Website2APK.showAboutDialog();">Try showAboutDialog</button> <br><br>
<button onclick="Website2APK.exitApp();">Try exitApp</button> <br><br>
<button onclick="Website2APK.openExternal('https://goyalsoftech.com');">Try openExternal</button> <br><br>@SuBc Would not we have this version in several languages? For example, in Spanish
Hi, A multilingual edition will be published with next update so that you can use it in Spanish too.
Update v2.3 is now available, Thank You everyone for your valuable suggestions!
https://websitetoapk.com/download.html
Change-log:
JavaScript APIs to Share App, Display Toasts, Exit App, Open External Links, etc.
FullScreen Mode Full Support
Chrome Debug Mode (Optional)
HTML5 Video FullScreen Support
Gesture Zoom (Optional with Zoom Buttons)
HTML5 Vibration API Full Support
Interstitial Ads Fixed
File Uploading Support to the Latest Versions of Android
API Level Upgraded
**Bug Fixes
@SuBc Was it possible to configure the "splash preview" image to be able to change it for a personalized image
That is already possible, you can simply change it from "Custom" option in Splash Screen options.