C

Crypt

Member

Last active 2 years ago

  1. 4 years ago
    Wed Oct 23 17:26:59 2019

    Update to the latest jQuery 3.4.1

  2. Wed Oct 9 05:50:51 2019
    C Crypt posted in admob alert to me.

    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>

  3. Tue Oct 8 21:35:55 2019
    C Crypt posted in admob alert to me.

    how often do your interstitial ads appear?
    mine every 300000 ms or 5 minutes and never received any warnings.

  4. Fri Jun 21 06:44:29 2019
    C Crypt posted in Suggestions for Update v3.4.

    Built-in sliding menu like native android apps

  5. 5 years ago
    Tue Dec 4 06:04:18 2018
    C Crypt posted in Suggestions for Update v3.3.

    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?

  6. Sat Dec 1 11:23:48 2018
    C Crypt posted in Suggestions for Update v3.3.

    In-App Purchases for remove ads

  7. 6 years ago
    Mon Mar 5 15:18:20 2018
    C Crypt started the conversation Can't use custom keystore after reinstall windows OS.

    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,

  8. Mon Mar 5 03:20:34 2018

    How to install Java jdk

  9. Wed Feb 14 10:23:39 2018

    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."

  10. Wed Feb 14 10:18:35 2018
    C Crypt joined the forum.