Discussion on Live Weather Widgets by Sunio: A Forum for iOS & Android Users (2024)

Discussion on Live Weather Widgets by Sunio: A Forum for iOS & Android Users (2)

Welcome to the Live Weather Widgets by Sunio Forum! This community is the place to ask questions and get answers about the Live Weather Widgets by Sunio utilities app, which was released in April 2022 by Kseniya Adamchyk for iOS and Android.

Our forum is dedicated to helping you find support and solutions, discuss strategies, share tips and tricks, and connect with other players. Join us now and be part of the Live Weather Widgets by Sunio community!

App Download App reviews

Forum Rules

All content must be related to the Live Weather Widgets by Sunio app or its community. You cannot buy, sell, gift, or trade accounts on our forum.

Explore Live Weather Widgets by Sunio forum in other languages: Swedish.

Live Weather Widgets by Sunio General Discussions

Don't be shy! It's an open forum for discussion, advice, and all things related to Live Weather Widgets by Sunio.

Connected as Iris27 (Change)

    There are currently no Live Weather Widgets by Sunio discussions in the US forum, but you can explore the Live Weather Widgets by Sunio forums in other languages. Don't hesitate to ask questions, share a comment, or offer suggestions about this app! We would love to hear from you. :)

How to Cancel and Delete the Live Weather Widgets by Sunio App

If you would like to cancel your subscription or delete your account, please visit our page for further instructions.

We appreciate your visit to the Live Weather Widgets by Sunio app forum. If you need help with the app, contact us for support. Report any Live Weather Widgets by Sunio issues here, join in discussions, or share your knowledge. Keep exploring and enjoying Live Weather Widgets by Sunio!

').fadeTo(2000, 1000).slideUp(1000, function(){ $(position).slideUp(1500); }); } $('.col-md-12').on( 'change keyup keydown paste cut', 'textarea', function (){ $(this).height(0).height(this.scrollHeight); }).find( 'textarea' ).change(); // form send // Variable to hold request var request; // Bind to the submit event of our form $("form").submit(function(event){ // Prevent default posting of form - put here to work in case of errors event.preventDefault(); // Abort any pending request if (request) { request.abort(); } // setup some local variables var $form = $(this); // Let's select and cache all the fields var $inputs = $form.find("input, select, button, textarea"); // Serialize the data in the form var serializedData = $form.serialize(); // Let's disable the inputs for the duration of the Ajax request. // Note: we disable elements AFTER the form data has been serialized. // Disabled form elements will not be serialized. $inputs.prop("disabled", true); var act = $form.attr('name'); if(act == 'searchbar') { document.getElementById("myForm").submit(); return true; } else { if(act=='signin') { // Fire off the request to /form.php request = $.ajax({ url:"/signin.php", type: "post", data: serializedData }); request.done(function (response, textStatus, jqXHR){ //show_alert("#group_alerts") //$form[0].reset(); //$(".formbox").prependTo(".hidden"); //load_forum() }); } if(act=='formbox') { // Fire off the request to /form.php request = $.ajax({ url:"/group_message.php", type: "post", data: serializedData }); // Callback handler that will be called on success request.done(function (response, textStatus, jqXHR){ // Log a message to the console console.log("Hooray, it worked!"); show_alert("#group_alerts") $form[0].reset(); $(".formbox").prependTo(".hidden"); load_forum() }); } // Callback handler that will be called on failure request.fail(function (jqXHR, textStatus, errorThrown){ // Log the error to the console console.error( "The following error occurred: "+ textStatus, errorThrown ); }); // Callback handler that will be called regardless // if the request failed or succeeded request.always(function () { // Reenable the inputs $inputs.prop("disabled", false); }); } }); /// cookies//This is not production quality, its just demo code.var cookieList = function(cookieName) {//When the cookie is saved the items will be a comma seperated string//So we will split the cookie by comma to get the original arrayvar cookie = $.cookie(cookieName);//Load the items or a new array if null.var items = cookie ? cookie.split(/,/) : new Array();//Return a object that we can use to access the array.//while hiding direct access to the declared items array//this is called closures see http://www.jibbering.com/faq/faq_notes/closures.htmlreturn { "add": function(val) { //Add to the items. if(jQuery.inArray(val, items) !== 0) { items.push(val); } //Save the items to a cookie. //EDIT: Modified from linked answer by Nick see // http://stackoverflow.com/questions/3387251/how-to-store-array-in-jquery-cookie $.cookie(cookieName, items.join(',')); }, "remove": function (val) { //EDIT: Thx to Assef and luke for remove. indx = items.indexOf(val); if(indx!=-1) items.splice(indx, 1); $.cookie(cookieName, items.join(',')); }, "clear": function() { items = null; //clear the cookie. $.cookie(cookieName, null); }, "items": function() { //Get all the items. return items; } }} var list = new cookieList("povisited");var arr = list.items();function on_visited() { jQuery.each(arr, function() { $('#post' + this).addClass('visited'); });} function load_forum(view = '') { $.ajax({ url:"/group_message.php", method:"POST", data:{view:view,groupid:1619806763,storeid:"us"}, beforeSend:function(){ //$('#group_messages').html('

') }, success:function(result) { $('#group_messages').html(result); if (result.indexOf("

  • = 0) { $('#noposts').hide(); } on_visited() }, error: function (request, error) { //$("#loading").hide(); console.log(arguments); } }); } on_visited(); //load_forum() function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera } // box-message $(document).on('click', '.viewmessage', function(event) { $(this).next('.messagetext').toggle(); $(this).addClass("visited"); var posttid = $(this).parent().attr('id') var pid = posttid.replace("post", ""); list.add(pid); }); $(document).on('click', '.reply', function(event) { var replybox = $(this).parent().next('.reply-box') $(".formbox").prependTo(replybox); var parentid = replybox.attr('id') $("#parentid").val(parentid); }); // likes posts $(document).on('click', '.likebtn', function(event) { var button = $(this); var poid = $(this).parent().parent().parent().attr('id') var poid = poid.replace("post", ""); var likeitem = $("#liked"+poid) var likecount = parseInt($("#liked"+poid).text()) + parseInt(1) //var likecount = $("#liked"+poid).$("span").text() $.ajax({ url:"/group_message.php", method:"POST", data:{like:"like",postid:poid}, dataType:"json", beforeSend:function(){ if (isNaN(likecount)) { likecount = 1; // Set a default value or handle it accordingly } button.addClass('opacity05'); likeitem.html(likecount+' '); }, success:function(result) { likeitem.html(result.likes+' '); button.removeClass('likebtn'); }, error: function (request, error) { } }); }); })(jQuery); // End of use strict
  • Download Paid Apps for Free!

    Today's Free App DealsUpdated 24/03/2024

    Latest App Reviews

    App Review

    Easy Time Zones

    App Review

    Easy Time Zones

    App Review

    Kids Balloon Pop Language Game

    App Review

    Duck Passport™

    Recent Questions

    • yes. it appears if you win too much, the game

      Latest: Victor80

    • EPG not installing properly. Some channels no

      Latest: Kyle65

    • How do you download it on fire stick though

      Latest: Arlene77

    • Hey forum how can I get the Tetreault app on

      Latest: Erin82

    • where is the apk downlod for the app???

      Latest: Bertha99

    • How can I know which stack will be the "recei

      Latest: William34

    • how do i delete fleet mode

      Latest: Sam95

    • Hi. Are you still playing this game?

      Latest: Otto42

    • When do the ad pop ups end? I'm on level 102.

      Latest: Otto42

    • Bubbles

      Latest: Gabielle75

    Developers and publishers for iOS/Android, get your apps reviewed on WorldsApps. Join us.

    Discussion on Live Weather Widgets by Sunio: A Forum for iOS & Android Users (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Tyson Zemlak

    Last Updated:

    Views: 6054

    Rating: 4.2 / 5 (63 voted)

    Reviews: 86% of readers found this page helpful

    Author information

    Name: Tyson Zemlak

    Birthday: 1992-03-17

    Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

    Phone: +441678032891

    Job: Community-Services Orchestrator

    Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

    Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.