Member
Last active 3 years ago
Update to the latest jQuery 3.4.1
I have Apps that show interstitial ad when user choose an action - show interstitial ad - next page loaded. Used js api Website2APK.showInterstitialAd();
Read Admob policies here https://support.google.com/admob/answer/6201362
Example code :
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Page</title>
<style>
body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
a
{
color: #0000FF;
text-decoration: underline;
}
a:visited
{
color: #800080;
}
a:active
{
color: #FF0000;
}
a:hover
{
color: #0000FF;
text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
outline: none;
}
#Button1
{
border: 1px solid #2E6DA4;
border-radius: 4px;
background-color: #3370B7;
background-image: none;
color: #FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 13px;
margin: 0;
}
</style>
</head>
<body>
<input type="button" id="Button1" onclick="Website2APK.showInterstitialAd();window.location.href='https://support.google.com/admob/answer/6201362';return false;" name="" value="Next Page" style="position:absolute;left:9px;top:9px;width:96px;height:25px;z-index:0;">
</body>
</html>
how often do your interstitial ads appear?
mine every 300000 ms or 5 minutes and never received any warnings.
Built-in sliding menu like native android apps
I want to release a paid apps in play store but i don't want people downloads the apps and clone as apk file and share it to others. How to prevent an apps from being copied?
In-App Purchases for remove ads
Please help me, I gets an issue on my laptop that need to re installing a windows OS. After that, I install a website 2 apk builder but I gets a problems while trying to use a custom keystore "keystore is tempered with..." I'm sure I'm correctly type password, alias name and alias password, and my keystore located in E:\keystore.jks
I have also trying to generate a new keystore but I got same problems.
Thanks,
How to install Java jdk
Please help, i can't create a keystore, i got notification in cmd "keytool is not recommended as and internal or external command, operable program or batch file."