Integrating Ads with a Phonegap App (built in Dreamweaver)

I've created an app with Dreamweaver with jQuery mobile. I've built it with the phonegap integration and it works just fine. Is there any way to integrate any type of ads within it such as Admob? Thanks!

Yes, I did use a fixed positions for the cards. This might explain the problem! I am now very anxious for Firefox 21. In the meantime I guess I will have to rebuild the page and look for a compatible solution. Thanks again!

Similar Messages

  • Integrating ApEx with Oracle Financials (Apps)

    I've seen a few questions on how to integrate Oracle Financials (Apps) with ApEx applications. Below are some methods that I use. The main issue with these approaches is that your Apex user will get a new session each time. I have an unsupported routine that will allow me to maintain the same session with each return to ApEx from Apps. Scott Spadafore has commented several times on how you might do that. I'm going to leave it to Scott's posts to explain it as I don't want to post unsupported workarounds.
    1. Utilize Oracle SSO for both Apps and ApEx.
    A. Set up both to use SSO
    B. Put the following code in the Auth Scheme Session Verify Function to establish the users' Apps Context.This will allow a user to run Apps APIs as the correct Apps User.
    declare
    l_id number(20);
    begin
    begin
    select user_id into l_id from fnd_user
    where user_name = :APP_USER;
    exception
    when others then
    l_id := -9999;
    return FALSE;
    end;
    fnd_global.APPS_INITIALIZE(
    user_id => l_id,
    resp_id => 10,
    resp_appl_id => 10,
    security_group_id => 0,
    server_id => -1);
    return true;
    end;
    C. Now you can put a link with the Apps to point to an ApEx page, e.g. f?p=123:456::::456:P456_ID:876
    2. Use your own authentication scheme--this will require the user to log in to the ApEx App with their Apps un/pw.
    A. Create a custom Auth Scheme that utilizes page 101 as a login page (session not valid page = 101 )
    B. Follow Step B in (1) above
    C. On Page 101 put in the following validation (note, this will not log the login -- you can use a different api if you want to log it)
    begin
    if fnd_web_sec.validate_login(:P101_USERNAME
    , :P101_PASSWORD) = 'Y' then
    return true;
    else
    return false;
    end if;
    end;
    D. Put the following process in place
    if not HTMLDB_CUSTOM_AUTH.SESSION_ID_EXISTS THEN
    HTMLDB_CUSTOM_AUTH.SET_SESSION_ID_TO_NEXT_VALUE;
    end if;
    declare
    l_flow_page varchar2(10000);
    l_next_session varchar2(10000);
    begin
    l_flow_page := substr(replace(:FSP_AFTER_LOGIN_URL,'|',':'),5, length(:FSP_AFTER_LOGIN_URL));
    l_next_session := HTMLDB_CUSTOM_AUTH.GET_NEXT_SESSION_ID;
    l_flow_page := substr(l_flow_page,1,8) || l_next_session || substr(l_flow_page,9,length(l_flow_page));
    HTMLDB_UTIL.RESET_AUTHORIZATIONS;
    htmldb_custom_auth.post_login(
    P_UNAME => :P101_USERNAME,
    -- P_PASSWORD => :P101_PASSWORD,
    -- P_SESSION_ID => :FLOW_SESSION,
    P_SESSION_ID => l_next_session,
    -- P_SESSION_ID => :APP_SESSION, -- ain
    -- P_FLOW_PAGE => :APP_ID||':10'
    -- P_APP_PAGE => l_flow_page ||':',
    P_APP_PAGE => '&APP_ID.:10',
    p_preserve_case => FALSE
    end;
    -------

    Donal,
    Search this forum using keywords eBusiness, Apps, 11i, etc.
    Scott

  • Help please with FaceTime. The built in app seems to have disappeared from my iPad2. Bought it in Australia

    Help please with FaceTime. My built in app seems to have disappeared.

    If K Penguin's suggestion doesnt work, you will have to go to you iTunes and do a reset, that is if you do not have it in your back up library.

  • This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software

    Does anyone can help me on this issue from Apple Developer?
    This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software
    Is there a new Flash CC - Adobe AIR SDK to solve this?
    Best

    Looks like there's some hope:
    Re: App Store must be built with Xcode 5.1.1 or later !

  • Apps built with AIR 3.4 release SDK for AppStore?

    Hello,
    Here's my question -
    Can we publish apps built with AIR 3.4 release SDK to the Apple AppStore?
    We need to use AIR 3.4 SDK as the AIR 3.3 SDK results in problems on iOS 6.
    Also, was going through the AIR 3.4 SDK release notes ... Can you detail how do these affect iOS development -
    http://helpx.adobe.com/en/flash-player/release-note/fp_114_air_34_release_notes.html#known _issues
    Thank you.

    I am likewise having this issue and have posted a thread here: http://forums.adobe.com/message/4732647#4732647
    Any solutions/suggestions are greatly appreciated!
    thank you,
    Alex

  • What to do NOT ask Google maps permit every open a page with maps functionality, phonegap app? If from my App go to clik a you tube link or google maps link there is no way return back – I know – but when click home after click app  opens you tube, what t

    In iOS6 emulator i plan to migrate soon to iOS7
    What to do NOT ask Google maps permit every open a page with maps functionality(custom maps), in phonegap app?
    If from my App go to click a you tube link or google maps link there is no way return back – I know – but when click home after click app opens you tube, what to do to return in the actual app from where clicked the you tube link?
    I tried but no way see shot attached xcode errors…

    It would make more sense to ask for help with PhoneGap on their support site.

  • API's need to authenticate users while integrating SAP with ms ADS

    Hi
             Can anybody send me some code samples to authenticate users while integrating SAP with Microsoft ADS.Do suggest the methods(or API's) through which this authentication can be achieved.
    thanks in advance
    regards
    Yogalakshmi

    Hello Yogalakshmi,
    you should not crosspost. Please let us keep the discussion in the original topic:
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=73100&tstart=0">how to integrate SAP with Microsoft ADS</a>
    Regards
    Gregor

  • Any WP apps made with Cordova/PhoneGap?

    Not sure if this is the right forum for this, but are there any WP apps out there made with Cordova/PhoneGap? I'd love to see how well they work in IE's rendering engine. At the moment, I'm concerned about performance issues with scrolling, events, animations,
    etc.

    I can't find any sample apps there other than the ToDoList app. I was hoping to see a more comprehensive list.
    Check Code site:
    https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=SearchText&f%5B0%5D.Value=Cordova&f%5B1%5D.Type=Platform&f%5B1%5D.Value=Phone&f%5B1%5D.Text=Phone
    You have Failed this City --Arrow:)

  • Can I submit apps built with Windows Phone 8.0 SDK or do all new apps have to be windows Phone 8.1

    I thought this would be an easy question to google but I can't find a simple Yes or No. 
    My app uses some components that are not currently developed for windows phone 8.1 so I was going to build the app in the Windows Phone 8.0 SDK. But I know that other platforms stop you submitting apps in older SDK's, but what about Microsoft? Can I still
    submit a brand new app built on the Windows Phone 8 SDK?

    you can submit , I have submitted a new windows phone 8 app recently which will support on windows 8.1 phone also. In case of 8 the build will be .xap and in case of 8.1 it will  app.package . when you run your windows 8 app in 8.1 phone it will
    internally convert xap to package and it runs as usually. I would suggest you to start developing in 8.1 apps which has lot more flavors added(ex: Geo fencing etc).
    Purushothama V S

  • Ad Hoc distribution with app built from DPS folio

    Hi, I was wondering if it was possible to deploy (ad hoc) an app built from the DPS tools.  If it is, what are the implications and the methods?  Currently, the only way that I am able to build iPad applications from DPS folio documents is from the Viewer Builder.  Are there extra steps that are required to distribute these .app files via ad hoc?  Thanks.

    For Enterprise customers:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f6063be51521300070dc55-80 00.html

  • Integrated GPU (or driver) fails on built-in screen only: Mid 2009 MBP 15

    Hello All,
    Long time reader, first time poster.  Thanks in advance for your valuable time helping with this strange issue.
    Note:
    This MBP uses dual GPU's, but does not feature automatic graphics switching; graphics switching is either accomplished by logging out or launching GFXCardStatus.  GFXCardStatus was not installed prior to this problem presenting.
    Symptoms:
    I first noticed this problem recently while on battery power, disconnected from all external devices, when I tried to switch to the integrated GPU from the discreet Nvidia GeForce 9600M.  At this point, I was on Yosemite 10.1 installed fresh from the app store two months previously (reformat done to use the SSD's hardware encryption).  When I logged out, the display went black immediately, but the backlight was still on.  I restarted, reset NVRAM and the SMC, and held option key on startup to attempt simply to get the grey screen, but still had no action on the display except for the backlight.  At that point I hooked the laptop up to my Cinema Display and voilá, I could see the usual login screen.  I immediately switched back to the discreet GPU, and both the built-in and external displays worked properly.  The problem is perfectly duplicable; on the integrated GPU, only the external display is responsive.  With discreet GPU, the built-in display works fine every time.  It had been a long time since I remembered using the integrated GPU.
    Console revealed that XPC was unable to find display 0x00001 (invalid address).  A number of other posts have described XPC issues with other MBP's using dual graphics and Yosemite, but all of the other threads described being unable to connect to external displays; this is the first case, to my knowledge, of the XPC problem interfering with the built-in display.
    Also, the MBP built-in display works fine when booted into safe mode.  It appears that the MBP is using the integrated GPU when in safe mode.  I reviewed all of my extensions and startup items, and it appeared only that the Realtek wireless drivers were loading a third-party (non-Apple-supplied) kext.  Removing the Realtek extensions made no difference.
    I changed Colorsync color profiles for the built-in display using while running on integrated GPU to no effect.  My next step will be to reinstall from scratch and see if the problem is fixed, but given the implied low level of the problem (it appears to be related to the drivers or SMC) I think that fix isn't guaranteed.  With driver files not being available by themselves though, a reinstall may be my only option.  Oh yes: Apple Diagnostics lists no problems.  Permissions repair and Disk Repair have been ineffective.  Also, the OS still lets me drag things over to the built-in display when both the built-in and external displays are active; in Displays preference panes, things look normal except for the fact that the built-in display is all black.
    Updating to Yosemite 10.2 made no difference.
    Thanks again for reading!
    Gar

    It is most definitely recurring as I cannot reach the OS by any means. Tried resetting the PRAM also, starting via recovery disk also leads to an automatic restart. In all cases the Apple logo can bee seen with the progress indicator running. At one point it stops, and restarts itself. The machine can only be used in target disk mode.

  • Trouble deploying WP Phonegap app targeting a Window 8/8.1 devices

    Hello,
    I am trying to deploy a WP Phonegap app on a WP8.1 device using a AppDeloy tool from WP8.0 sdk tools. We are having a lot of issues when deploying to a device. The specific error that is blocking us is "Installation of the application failed. Runtime
    error has occurred. Fix the capabilities in WMAppManifest.xml" (find below WMAppManifest code segment). Please note that I can install a debug version with no problems.
    We would really appreciate any support in pointing us in the right direction to resolve the situation. It would be of great help if I can hop on a live chat with you or someone who can help us.
    Thanks in advance.
    Regards,
    Ranjith
    Clearbridge Mobile
    <?xml version='1.0' encoding='utf-8'?>
    <Deployment AppPlatformVersion="8.0" xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment">
    <DefaultLanguage code="en-US" xmlns="" />
    <Languages xmlns="">
    <Language code="en-US" />
    </Languages>
    <App Author="ABC" BitsPerPixel="32" Description="ABCD" Genre="apps.normal" ProductID="{xxxx}" Publisher="ABC" PublisherID="{xxxx}" RuntimeType="Silverlight" Title="We365" Version="1.0.0" xmlns="">
    <IconPath IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-small.png</IconPath>
    <Capabilities>
    <Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
    <Capability Name="ID_CAP_NETWORKING" />
    <Capability Name="ID_CAP_ISV_CAMERA" />
    <Capability Name="ID_CAP_MEDIALIB_PHOTO" />
    <Capability Name="ID_CAP_CONTACTS" />
    </Capabilities>
    <Tasks>
    <DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
    </Tasks>
    <Tokens>
    <PrimaryToken TaskName="_default" TokenID="We365Token">
    <TemplateFlip>
    <SmallImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-small.png</SmallImageURI>
    <Count>0</Count>
    <BackgroundImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-medium.png</BackgroundImageURI>
    <Title>
    </Title>
    <BackContent>
    </BackContent>
    <BackBackgroundImageURI IsRelative="true" IsResource="false">
    </BackBackgroundImageURI>
    <BackTitle>
    </BackTitle>
    <LargeBackgroundImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-wide.png</LargeBackgroundImageURI>
    <DeviceLockImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-wide.png</DeviceLockImageURI>
    <HasLarge>True</HasLarge>
    </TemplateFlip>
    </PrimaryToken>
    </Tokens>
    <ScreenResolutions>
    <ScreenResolution Name="ID_RESOLUTION_WVGA" />
    <ScreenResolution Name="ID_RESOLUTION_WXGA" />
    <ScreenResolution Name="ID_RESOLUTION_HD720P" />
    </ScreenResolutions>
    </App>
    </Deployment>

    You might try just turning all the Capabilities on and seeing if that fixes it.  If it does, you can start turning off ones you don't need.

  • Displaying Ads on a Flex App ?

    Hi,
    I have a flex based application that resides on 100% of the browser page.Now i want to display some Ads on the flex based App. Google Adsense is not supported i think.I read some blogs using an iframe we can display some Ads.I don't want to do that, it might slow the app.Is there a better way.
    There are some Ads that i see made in flash, we should be able to display them directly right.Can you suggest some ad networks that provide such ads.
    Thanks
    Rajat

    I would suggest a proxy located on the server.  It would connect to adSense, then communicate with your FLEX app.  BLAZE could be used for both the proxy and the "PUSH" to you app to display the text in the ads.  We are building this for ourselves right now, if you'd like to know more you can contact me at curtis dot fisher at procontent dot net.
    cheers,
    Curtis

  • Nightmare Reinstall with Every Destop App Update?

    I've had it.  Ever since the very first time I downloaded the Creative Cloud desktop app for Windows (8), it literally "disappears" every time it comes time to update it.  It used to be that I'd get the install failed message.  I'd go through the long process of calling tech support who every time told me to delete folders and rename files.  Then, a couple updates back they said they solved this problem, but they didn't.  In fact, they made things worse.
    I first noticed it when I opened a document where I had inserted fonts from Type Kit.  It told me the fonts were missing.  I was like, wt?.  So I went to the CC app, and it wasn't in the tray.  So I started it up.  The first time, the screen never fully built.  So I closed it and started again.  It opened this time and told me there was an update which introduced the marketplace.  I hit install, it downloaded the update and then.... wait for it... it *completely* disappeared again.  I'm talking no program files, no update files, nothing.  Anywhere.  I had to go online and download the app all over again (that was after a half hour of trying to figure out what to do).  After the download and install, it automatically started up and started working, but by then it was too late.  I had spent an hour and a half dealing with the desktop app and completely lost the work time that I had allocated for the specific client.
    I've reached the point where I have to make a decision.  I can't spend 1-2 hours dealing with and reinstalling software every time I need to update the product.  I know I can't be the only person having this problem.  Are you having this problem?  Have you found a permanent solution?  Adobe has told me 3 times that this issue is solved, but it definitely is not.
    I'm hoping that someone has a permanent solution that doesn't involve too much surgery.  Again, it's working *now*, but only until the next update.
    Thanks in advance for your help and mutual commiseration.  I can't be the only one.

    It's something that facebook needs to fix. They broke their app, they need to fix it.
    You can try using safari to access facebook in the meantime. IT's worked fine all along.

  • Indesign created web ads with hyperlinks...

    I am trying to create a simple 120x100 web ad where the client has their web sight hyperlinked as well as having an image that can be clicked on and the viewer can watch a youtube video of the product...
    Is this feasable iwith Indesign CC. ...so far all roads lead to my being able to execute these ads within Indesign and I think am almost there, BUT I cannot figure out which is the best file to SAVE/EXPORT the file as; gif? jpeg? png?...AND I am not 100% sure I am following the right sequence of paths to creating the proper embedding of the video. In the Indesign preview it works...but sometimes my client can't get the ad to execute the video...Sorry for my ignorance but I am self taught and slowly getting adjusted to web/ad design
    I have the basic idea but i have questions, so many questions...
    I need to do a quick step by step with someone who can see my process and steer me in the right direction.
    Someof my questions are as follows:
    1. What ultimately is the right file to save an interactive INdesign created web ad...GIF or a JPEG?
    2. Is Photoshop a better application to embed video and create hyperlinks with an ad? In my opinion creating hyperlinks with the "slicing" method  seems archaic and the pixelated type is awful and useless...Illustrator doesn't play nice yet either...
    A Client also wants a active video in her ad...I know I create this constant looping video within an ad in Indesign, but what file format do I save it as?
    I have not explored the other applications for creating a web ads because I am hoping I can just stick with my Indesign which I LOVE.
    Thanks for any help, advice or direction...
    MMM63

    Hi Bob...thanks for your reply....can't figure out why indesign would bother offering the bells and whistles to create interactive web files if in fact it is not the right app for that...I have Muse....I thought it was just for web construction and design...
    so I can use Muse to create simple banner and web ads with the hyperlinks and embedded video I mentioned earlier?
    Thanks...as usual
    m

Maybe you are looking for

  • Iweb photo page resizes photos

    It seems no matter what I do I cannot get an iweb photo page to NOT resize my photos. On a photo page I have gone to the inspector and selected none and original for the photo download size and iweb still resizes the photos when I publish to a folder

  • IDOC Outbound processing using SAP BC

    Hello Experts, I am trying to develop a simple IDOC outbound processing scenario using SAP BC. In this an IDOC from SAP ECC server will be sent to an external webserver via SAP BC, for this i have done all the setup i.e Establishing connection betwee

  • Close all SQL trace

    Hi,how I can close all SQL trace . that is I run a SQL with a client application such as SQL developer and I want no one can see this SQL script use views such as v$sqltext,v$sql,v$sqlarea etc.

  • Draw Image on Frame without Graphics

    I'm using: public class Main extends Frame {And I want to draw an image inside the frame WITHOUT{b} using: java.awt.Graphics;Edited by: Nickasaur on Aug 28, 2009 4:25 PM

  • Cant Configure AR - Customers, Receipts, Transaction Not Opening

    Hello Everyone, 11.5.10 Newbie to Receivables here, I am having the following problem; I have just created a new responsible which i have given myself all the required profile according to Oracle site. My problem is when i try to open either, Custome