Git Product home page Git Product logo

Comments (10)

m1ga avatar m1ga commented on June 23, 2024 1

In my tests 12.3.1 works fine now but I'll keep it open until we release 12.3.1.GA and then close this

from titanium-sdk.

hansemannn avatar hansemannn commented on June 23, 2024

Okay, so for case 1: DEBUG=node-ios-device ti build -p ios does not build for device, you probably meant DEBUG=node-ios-device ti build -p ios -p device?

from titanium-sdk.

m1ga avatar m1ga commented on June 23, 2024

ah yes, sorry. I always start it with a shortcut, forgot to add all parameters to the example. I use ti build -p ios -T foo and then the menu but it should be the same with the parameter. It happens for a normal "to device" build

from titanium-sdk.

berutas avatar berutas commented on June 23, 2024

I've found that with 12.2.1 Ti.App.Arguments works as expected but with 12.3.0 it's empty on startup

from titanium-sdk.

m1ga avatar m1ga commented on June 23, 2024

@berutas can you please test the version you'll find at the bottom of this page: https://github.com/tidev/titanium-sdk/actions/runs/8695958494
Download the zip file and install it with ti sdk install filename.zip. Then in yout project change the sdk-version to 12.3.0.v20240415210917 and test it again.

from titanium-sdk.

m1ga avatar m1ga commented on June 23, 2024

as there is another report on slack I've tested Ti.App.arguments and it looks like it is not working with 12.3.0

const win = Ti.UI.createWindow();
const lbl = Ti.UI.createLabel({text:"-", color:"#000"});

win.add(lbl);
win.open();

Ti.App.iOS.addEventListener('handleurl', event => {
	lbl.text = event.launchOptions.url;
});

win.addEventListener("open", function(e){
  lbl.text = "open:\n " + Ti.App.arguments.url;
})

When you have the app closed and click on the URLScheme link the Ti.App.arguments.url are empty on 12.3.0 but are filled with 12.2.1.GA

from titanium-sdk.

hansemannn avatar hansemannn commented on June 23, 2024

Did the user try latest master? I thought I fixed that a few weeks ago

from titanium-sdk.

m1ga avatar m1ga commented on June 23, 2024

Ti.App.iOS.addEventListener('handleurl') is working but not the Ti.App.arguments.url. Using the build from 16th or May.

if you want to test it make sure you force close the app. So it will use the open event when opening it from a link.

from titanium-sdk.

hansemannn avatar hansemannn commented on June 23, 2024

Ahh that one! That should actually be fixed by the other change (#14028), where some other unreported application delegate issues were fixed as well).

from titanium-sdk.

m1ga avatar m1ga commented on June 23, 2024

Oh ok 😄 That one will crash right away as mentioned on slack. But good to know that is addressed there already 👍

from titanium-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.