What to use instead for isscriptenabled for windows phone 8.1 in webview control

For Windows phone 7/8, we could use the Webbrowser control in XAML and use IsScriptEnabled to true or false to run JavaScript code. I can't find this attribute in XAML for the webview control. Is there an equivalent in WebView for me to use in my Windows
Phone 8.1 app?
Thanks
mujno

Hi Mujno,
Yes, as you said that the IsScriptEnabled is not supported in the WebView. Then as far as I known there is no such an attribute in XAML for the webview control that is equivalent to the IsScriptEnabled attribute in the WebBrowser. For the workaround
please try to refer to @Rob Caplan [MSFT]'s reply in this similar thread:
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/1f8c9832-ce12-47c8-bb7a-96694cf80622/is-there-an-equivalent-of-webbrowserisscriptenabled-for-the-windows-8-webview-control?forum=winappswithcsharp
Best Regards,
Amy Peng
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • What to use instead of HTMLB for external facing portals

    Hi all
    We all know that HTMLB is on it's way out and I was just wondering what to replace it with, especially when dealing with external facing portals and the simple portal framework.
    Since HTMLB and WD won't cut it the only thing there is left is the AbstractPortalConmponent.
    Has anyone had success with implementing another framework, like for instance MyFaces (http://myfaces.apache.org/) or Tapestry (http://tapestry.apache.org/), in the APC. Or perhaps someone developed a entirely new framework for the APC to use?
    If you have knowledge or ideas, please comment them.
    Best regards
    Thomas Bentzen

    Hi Harini
    I was never talking about tags, and I personally like avoid JSP's altogether (strictly personal opinion).
    I was thinking more of what to do in the long run. I mean writing JSP's for the view and using APC as the controller is not a very performant way of doing development, perhaps we should aim a little higher and perhaps implement something there already is a standard and already fulfills the requirements of x509. If we're even a little more clever than that we might choose a framework that already have support for AJAX (HttpXML requests).
    I don't really know what to do at this time and therefore was asking for ideas, on the architectural level, but also implementable.
    Any ideas?

  • What to use Instead of Demo Monkey?

    Hallo fellow developers
    I have been watching alot of videos on the internet, to try and learn how the Xcode and iOS developing works.
    I then ran in to a problem... i was watching a video, with a guy making an app, in the app he was using a program called DemoMonkey.
    I went online to ry and finde it, it was hard, but eventually i found it. the next problem is then that, apple says:
    Important This document is part of the Legacy section of the ADC Developer Library. This information should not be used for new development.
    Current information on this Developer Library topic can be found here:
    Cocoa > User Experience
    http://developer.apple.com/legacy/mac/library/#samplecode/DemoMonkey/Introductio n/Intro.html
    soo, the big question is, what to use instead?
    Hope someone are able to help me.
    Thanks!
    Martin

    I was looking in 'Beginning iOS Storyboarding: Easily Design and Develop Your App, from Concept and Vision to Code by Rory Lewis, Yulia McCarthy and Stephen M. Moraco Apress © 2012'. This was where I encountered the reference to Demo Monkey. I had not heard of this before. I am assuming, based on the threads I am seeing here, that I should be able to figure out story boards without Demo Monkey. I am fine with not relying on a prebuilt library or a shortcut tool to learn something, I just want to make sure I know what is necessary and what isn't. Also planning to read Dan Steinberg's storyboarding book!

  • Is there a timeline for availability on Windows Phone of W10?

    The vision of Microsoft is to have one integrated OS for workstation and phone.
    As part of the technical preview of W10 we would like to plan the W10 phone trials.
    Is there a timeline for availability on Windows Phone of W10 operating system?
    appreciate your answer,
    regards,
    Frank

    You may follow Window Blog:
    http://blogs.windows.com/
    And all information and announcements will be posted there.
    If you are looking for Universal Apps (which they could run both in Windows and Windows Phone), take a look at:
    http://msdn.microsoft.com/en-us/library/windows/apps/dn609832.aspx

  • Is there a BAPI I can use instead of BDC for MMAM.

    I want to change material types for a bunch of records in batch.  CAn I call  a BAPI that would do this instead of BDC for MMAM

    hi,
    try using the following bapis:
    BAPI_MATERIAL_MAINTAINDATA_RT
    BAPI_MATERIAL_EDIT
    i hope it helps.
    regards
    arjun

  • ActiveSync and Personal Contact Groups for Mobile (incl Windows Phone)

    Hello,
    As more MDM's (including BES10, Airwatch, native Windows Phone etc - besides Good For Enterprise) are moving towards EAS for enterprise e-mail sync, and I myself have 2 devices which have forced me to use EAS, I noticed that the various personal contact
    groups that I've created in Outlook are no longer available from these devices. Only on my BES 7 blackberry torch can I still find the personal distribution lists a.k.a. contact groups (not from GAL, but created in outlook) to appear, probably since it doesn't
    use EAS.Is there a way to enable syncing personal distribution lists? It seems to be a real productivity killer to not have this ability and to try and remember the group's members or select them especially for larger lists each time.
    Thank you

    Thanks for the reply (although the link you provided is referencing using Outlook 2013 for Outlook.com type hosted accounts). My situation is Outlook in an on-prem enterprise Exchange environment but with mobile devices that connect to exchange via EAS.
    If the response is still the same, then my follow up question is - why not? And what is the alternative to "contact groups" in the EAS world?

  • Obsolete function module in ECC6 - what to use instead of that

    I have to upgrade from SAP 4.7 to ECC6 .
    Some obsolete function module are as follows:
    ADDRESS_MAINTAIN
    ADDRESS_UPDATE_OLD
    DD_PR_REDEFINE
    GRAPH_DIALOG
    HELPSCREEN_NA_CREATE
    Can anybody assist me which function module to use in place of this function module or which class methods to be used instead of these function modules ?
    Thanks...

    Hi Deepak,
    For ADDRESS_MAINTAIN you can go this way for now.
    DATA : func_name TYPE rs38l_fnam.
    func_name = 'ADDRESS_MAINTAIN'. "To escape the EPC Check
        DO.
          CALL FUNCTION func_name
            EXPORTING
              adrswa_in         = sadr
              processing_status = mode
              kennzeichen       = kz
              save_intern       = 'X'
              title             = am_title
            IMPORTING
              adrswa_out        = sadr
              returncode        = return
              update_flag       = am_save
            EXCEPTIONS
              not_found         = 4.
    we haven't found any replacement for this. so doing it this way.
    ADDRESS_UPDATE_OLD - No Replacement for this.
    DD_PR_REDEFINE - No Replacement for this.
    GRAPH_DIALOG - No Replacement for this.
    All the Above 3 FMs are still being used in ECC standard programs.
    Thanks,
    Sai
    Edited by: Sai Krishna Kowluri on Dec 5, 2008 7:34 AM
    Edited by: Sai Krishna Kowluri on Dec 5, 2008 7:37 AM

  • Authentication issue for Fedrated in Windows Phone mdm

    Hi group , i am implementing Windows phone MDM using Federated authentication mode. I succeeded in  OnPremise authentication mode. But if use  Federated authentication mode i am seeing following errors in logs. I am using windows phone
    8.1 device. I added EnrollmentPolicyServiceUrl,EnrollmentServiceUrl,AuthenticationServiceUrl
    in xml.
    GetEndpointsFromResponse() uses authentication mode (NULL). , 1, 45.574597604
     Unknown authentication mode (NULL) is used.
     Data transmission attempt (1) failed with (2149056518). , 1, 45.575081406
     [MDM Enroll End] Error HRESULT: 0x8018000
    Any advise would be greatly appreciated.

    This error suggests that the AuthPolicy node of your discovery response is either empty or could not be found. 
    Can you post the payload of your discovery response in this case?
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • Transitions for page navigation windows phone 8 VS3013

    Hi. I installed the WPtoolkit and the
    Microsoft.Phone.Controls.Toolkit is under the references in References folder and I still can't use thenamespace
    Microsoft.Phone.Controls.Toolkit.dll in code-behind file? How do I add transition effects between page navigation? Thank you in advance.
    I also tried to add this line in the XAML:
    xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

    Here's an example.
    Open a new project and select the Windows Phone Silverlight Databound App template (using this as an example because it has multiple pages already set up).
    Install WPToolkit using Nuget.
    In App.xaml.cs, search for this line:
            RootFrame = new PhoneApplicationFrame();
    and replace it with this:
            RootFrame = new TransitionFrame();
    In both MainPage.xaml and DetailsPage.xaml, add the xmlns:
        xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
    and add this xaml before the LayoutRoot:
    <toolkit:TransitionService.NavigationInTransition>
    <toolkit:NavigationInTransition>
    <toolkit:NavigationInTransition.Backward>
    <toolkit:TurnstileTransition Mode="BackwardIn" />
    </toolkit:NavigationInTransition.Backward>
    <toolkit:NavigationInTransition.Forward>
    <toolkit:TurnstileTransition Mode="ForwardIn" />
    </toolkit:NavigationInTransition.Forward>
    </toolkit:NavigationInTransition>
    </toolkit:TransitionService.NavigationInTransition>
    <toolkit:TransitionService.NavigationOutTransition>
    <toolkit:NavigationOutTransition>
    <toolkit:NavigationOutTransition.Backward>
    <toolkit:TurnstileTransition Mode="BackwardOut" />
    </toolkit:NavigationOutTransition.Backward>
    <toolkit:NavigationOutTransition.Forward>
    <toolkit:TurnstileTransition Mode="ForwardOut" />
    </toolkit:NavigationOutTransition.Forward>
    </toolkit:NavigationOutTransition>
    </toolkit:TransitionService.NavigationOutTransition>
    /li>

  • ActiveSync autodiscover not working for iPhone but for Android and Windows Phone

    Hi
    We have setup an Exchange 2013 hosted environment, where different mail domains are running on it.
    The main domain is mydomain.com. One of the client domains is customer.com.
    Autodiscover for customer.com has a cname which points to autodiscover.mydomain.com, on our firewall this url is redirected to autodiscover-s.mydomain.com, where our public certificate for mydomain.com is applied. Autodiscover for all
    our customers finally ends at autodiscover-s.mydomain.com.
    Outlook WebApp, Outlook Anywhere and ActiveSync for all customers is reachable through mail.mydomain.com.
    Everything works fine, except of autodiscover for iPhones. I always have to enter the server name mail.mydomain.com manually. After that ActiveSync works on iPhones as well.
    The Problem doesn’t exist on Androids and Windows Phones.
    Any suggestion?
    Regards
    Peter

    Yes, Interestingly same configuration is working in my home lab, but not working at customer. The version is 10.5
    Cannot say wireless issue as jabber for windows is working from wireless

  • How to open standard New Contact Dialog and set phone for it on WIndows Phone 8.1

    It is not possible to add contact to strandard collection. You can add contact only to your application collection. But if your application will be removed you will lost all it contacs.
    That's why I want to open standard windows phone 8.1 dialog for adding new contact user and set Phone in it.
    Is it possible to open standard dialog for adding contact with specifi info from C# ?
    My .NET Blog with projects and feedback.
    Since May 30, 2014 I am waiting for Microsoft fix
    these 2 bug. If you know how to speed them up, please help

    I guess another option is to have the users log in with there Microsoft account and add contacts to there Microsoft account with the live sdk

  • When is the release date for Firefox on Windows Phone? (Specifically the 'phone of the year' - the Lumia1020). Thank you.

    New to the Windows Phone environment (former Apple fanboy/big Android fan)... the Lumia1020 had such an amazing camera, I had to switch. And it's incredible. No regrets so far...I really am surprised how much I like the WP interface... the live tiles/customization is incredible... and they are starting to get all the major apps now (obviously no where near the selection as the competition, but enough of the big ones where I can still function as I did). Sadly though they are still severely lacking in this browser category. Internet Explorer is too slow. Whoever comes to market first - Firefox or Chrome is going to have a monopoly on their hands going forward... I'd highly suggest you get a team of developers and start working on an app as soon as possible. It's a win-win for everyone!
    Thank you

    Currently there are no plans for a version of Firefox for Windows Mobile.

  • Realtime API for http server Windows Phone 8

    Hi. I'm trying to create a realtime connection and I'm trying the figure out how to create consistent realtime connection with the server over http. I achieved this with sockets when I had a VPS and now I need to do the same thing over http server. Is there
    a simple and easy way to achieve this? My aim is to create this
    realtime-consistent connection with Windows Phone 8 Silverlight SDK.
    Thanks in advance

    Take a look at SignalR
    http://channel9.msdn.com/posts/Building-real-time-connected-apps-with-Windows-Phone-8-and-SignalR

  • What should have the next update of Windows Phone ...

    In the next firmware update of Nokia Lumia 1020 and all the Windows Phone 8.3 update should have at least 4 extra functions and 8 updates.
    1. To exist 4 arrows up, down, left and right or at least the 2 basic arrows which is left and right in typing messages keyboard.
    Cause i have big fingers and i cant go exactly to the letter of the word that i want to correct - change.
    2. In typping messages i prefer to draw the letters just as i was writing to a blank paper or at least like SWYPE.
    3. I want to predownload the Sattelite View maps of a country and not just the ordinary one.
    4. It should have Ring Profiles such us Meeting, Loud Area, Silence and other.
    A. Need update the levels of the brightness of the screen.
    At this moment it has only 3 steps (Low-Medium-High), so it needs at least 2 more such us (Very Low and Very High).
    B. In Screen Lock needs up to 10 options for software fast state.
    C. In Fast Eye View in Night Mode should have not only 3 colors such us (Red,Green,Blue) but all the 20 colors that Thems has.
    The Size of the clock should be adjustable and not just one size.
    It should have at least 3 sizes (Small-Medium-Large).
    D. The camera should take only 1 photo in 38MP and not 2 photos 5MP+38MP.
    Also we should have the ability to edit the 38MP on my phone and not only on my PC.
    E. In Bluetooth i dont have any options.
    I need to change my BlueTooth Name and i cant.
    Also I want to set some BlueTooth devices to white and black list and i cant.
    F. I should have the option to know how much battery i have in percentage between 0-100% also in minutes left.
    G. In Wifi options i should know how much in percent is the signal between 0-100%.
    H. The tiles even when it is in small or medium size should be move as it was in large size.
    Also anyone who has any ideas that should been add any new funtion or anything else in the next Widnows Phone Update added down please.
    P.S. I have the Nokia PureView 808 and i want to transfer Contacts, Messages, Calendars, Notes, Photos, Music, Videos to my new Nokia Lumia 1020 and i cant.
    How can i transfer it all fast, secure and easy?

    Hello Paul.
    Thank you for your time and for your continue helping me.
    I see all help Nokia Videos and i did all your steps tha you suggest me.
    1. Ok but is says up something about Hotmail can i remove the hotmail option also?.
    2. I deselect the Sync for the accounts but still left some contacts inside my phone.
    Also when i want to backup my telephone numbers what i must do but not get messed with the email accounts.
    I want to backup the phone numbers as i did with my nokia account.
    My nokia account doesnt work with my lumia 1020.
    3. In the 1st i need to tap 2 times and then save.
    Cause the 1st menu is History Calls and if i tab once continue then the only option that i have is erase element.
    When i tab once then it goes me to profil for call and sms so i tab continue the call number and gives me the option copy.
    This to moves could be as one as it is in Symbian Belle.
    Not need to tab 2 times.
    In the 1st menu when i tab continue should give me 3 options Edit,Copy,Erase.
    Thats why Symbian Belle still rules.
    4. I dont want to use 1st the name cause also i have more contacts that have the same name than have contacts who have the same last name.
    Also many of the names and last names i have it use more than 10 characters in 1st and in last name each.
    So total is more than 20 characters without spaces or other characters.
    for example "Panagiotis Papadopoulos" is 23 characters most of the names that i have inside is between 20-30 characters.
    Please do something about that.
    5. Still need fix must disconnect the volume zoom from ringtone and vibration.
    Also need vibration some choices as continoues or with short pauses or increasing - decrease vibrating.
    6. I have 3 classes which are 40 people in each.
    So total is 120 students.
    I cant do 6 Groups for informing them.
    I need 1 up to 3 Groups not more.
    Also my co-workers are about 100 I cant do more than 1 or 2 Groups.
    My relatives are also about 60 also i need 1 Group again.
    I cant have so many groups as you tell me.
    Basicly I need 3 Groups to be easy and practicaly for me not 20 Groups.
    If Groups is not about then for what is?
    Also why in Symbian Belle i could add as many as i wanted and here i cant?
    What then i need to do 3 Groups?
    7. I try to do what you are telling me and it works only when i am not use 1st the search button.
    1st i must found the people that i want to inform.
    For example i set character 1 for class 1
    then when i use the search to find who is in class 1
    then shows me all the students in class 1
    but i must choose everyone, one by one and do all the same steps from the beggining.
    it should give me the option when has found the 30 person to set some box in the left and chooce all of them.
    That is not happening.
    Please check it.
    8. Finaly I found my 5MP + 38MP in the phone but 1st i must extract the 38MP to my computer so to edit.
    But i want to use always only my 38MP and never my 5MP photos.
    So we need some how to disable the option to take 2 pictures one 5MP and one 38MP.
    Its must take only one 38MP and nothing else.

  • Unable to use C++ dll in the windows phone 8 application.

    Hi folks,
    I am trying to use the native c++ dll compiled for Win32 platform using PInvoke. The native dll is a simple library which is returns some dummy values of native data types. The dll is working fine with the traditional Windows Forms Applications. But when
    I am trying to use the same dll in the Windows Phone 8 app, I am getting a runtime exception, "An exception of type 'System.NotSupportedException' occurred in Unknown Module. but was not handled in user code".
    [System.Runtime.InteropServices.DllImport("win32dll.dll", EntryPoint = "Hello")]
    private static extern int Hello();
    As one can see the InteropServices classes in Windows Phone 8 sdk, the PInvoke must be supported! am I going wrong some where? Can some one give me sample windows Phone 8 app project which is using native C++ dll.

    Here's the official list of InteropServices classes supported by the phone:
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/system.runtime.interopservices(v=vs.105).aspx
    DllImport isn't one of them.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

Maybe you are looking for

  • Could we have an IF statement within a CASE please in FMS Queries?

    What is wrong with this query please. It complains over Begin statement. select (case when $[RDR1.U_DepFeeState.0]='ON' then if ($[RDR1.UseBaseUn]='No' )     begin          t0.U_DepoistfeeON$[$38.10002117.377]1     end else          t0.U_DepoistfeeON

  • Need to change delivery date in purchase order when it is created by ME59

    Hi Gurus, Purchase orders are created using Transaction ME59 where we give the Purchase Requistion. The delivery date in the PO will be same as the delivery date of PR. According to my requirement i need to change the date of PO while the time of its

  • Photosmart 7520 Cartridge Problem

    Hello.I am having trouble installing replacement cartridges for the Photosmart 7520.  I place them in, locking them in place as I should and keep getting the error "One or more cartridges appear to be missing or damaged".  They are HP cartriges so th

  • I CAN ONLY PRINTS EVERY OTHER PAGE - PLEASE HELP ME!

    Please can anyone help me?  I am trying to print from my iMac (running Lion) to my HP1022nw laser printer.  In every application, only every other page prints out.  Within Paper Handling on the print window, I have correctly selected print every page

  • 3.5.3 business content

    Hi All, Can anyone tell me what steps need to be done after an upgrade. We upgraded BI Content 3.5.2 to 3.5.3. We are running into problems with activating the Business content due to unavailable objects in D version. Thanks in advance for your help.